Skip to content

Commit b4f3891

Browse files
committed
merge #3861 into opencontainers/runc:main
Akihiro Suda (1): features: graduate from experimental LGTMs: kolyshkin cyphar Closes #3861
2 parents 74895d4 + f6c393d commit b4f3891

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/experimental.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Experimental features
22

3-
The following features are experimental and subject to change:
4-
5-
- The `runc features` command (since runc v1.1.0)
6-
73
The following features were experimental in the past:
84

95
Feature | Experimental release | Graduation release
106
---------------------------------------- | -------------------- | ------------------
117
cgroup v2 | v1.0.0-rc91 | v1.0.0-rc93
8+
The `runc features` command | v1.1.0 | v1.2.0

features.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ var featuresCommand = cli.Command{
2020
ArgsUsage: "",
2121
Description: `Show the enabled features.
2222
The result is parsable as a JSON.
23-
See https://pkg.go.dev/github.com/opencontainers/runc/types/features for the type definition.
24-
The types are experimental and subject to change.
23+
See https://github.com/opencontainers/runtime-spec/blob/main/features.md for the type definition.
2524
`,
2625
Action: func(context *cli.Context) error {
2726
if err := checkArgs(context, 0, exactArgs); err != nil {

0 commit comments

Comments
 (0)