docs: update min version for deprecation warnings
While some warnings were available in earlier versions, the first "complete" implementation was in 1.7.12 and 1.6.27. https://github.com/containerd/containerd/issues/9312 tracks that initial set of warnings. Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
parent
1d98bad427
commit
c86b2772ce
@ -76,7 +76,7 @@ Deprecations warnings have been added to the `ServerResponse` for the introspect
|
|||||||
|
|
||||||
To ease containerd 2.0 transition, the community has moved to backport this feature to containerd 1.6 and 1.7 release branches to give users another tool to identify the sticking points for migrating containerd versions.
|
To ease containerd 2.0 transition, the community has moved to backport this feature to containerd 1.6 and 1.7 release branches to give users another tool to identify the sticking points for migrating containerd versions.
|
||||||
|
|
||||||
Administrators whose workloads are running on containerd versions >= 1.6.25, >= 1.7.9 can query their containerd server to receive warnings for features marked for deprecation and are in the critical path. With the `ctr` client, users can run `ctr deprecations list`.
|
Administrators whose workloads are running on containerd versions >= 1.6.27, >= 1.7.12 can query their containerd server to receive warnings for features marked for deprecation and are in the critical path. With the `ctr` client, users can run `ctr deprecations list` (and optionally pass `--format json` for machine-readable output).
|
||||||
|
|
||||||
## What's breaking
|
## What's breaking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user