File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,8 +321,9 @@ against total impact.
321321
322322The deprecated features are shown in the following table:
323323
324- | Component | Deprecation release | Target release for removal |
325- | ----------------------------------------------------------------------| ---------------------| ----------------------------|
326- | Runtime V1 API and implementation (` io.containerd.runtime.v1.linux ` ) | containerd v1.4 | containerd v2.0 |
327- | Runc V1 implementation of Runtime V2 (` io.containerd.runc.v1 ` ) | containerd v1.4 | containerd v2.0 |
328- | config.toml ` version = 1 ` | containerd v1.5 | containerd v2.0 |
324+ | Component | Deprecation release | Target release for removal | Recommendation |
325+ | ----------------------------------------------------------------------| ---------------------| ----------------------------| -------------------------------|
326+ | Runtime V1 API and implementation (` io.containerd.runtime.v1.linux ` ) | containerd v1.4 | containerd v2.0 | Use ` io.containerd.runc.v2 ` |
327+ | Runc V1 implementation of Runtime V2 (` io.containerd.runc.v1 ` ) | containerd v1.4 | containerd v2.0 | Use ` io.containerd.runc.v2 ` |
328+ | config.toml ` version = 1 ` | containerd v1.5 | containerd v2.0 | Use config.toml ` version = 2 ` |
329+ | Built-in ` aufs ` snapshotter | containerd v1.5 | containerd v2.0 | Use ` overlayfs ` snapshotter |
You can’t perform that action at this time.
0 commit comments