Skip to content

Commit 9d49609

Browse files
Samuel Karpsamuelkarp
authored andcommitted
keep releases.md in sync with containerd/containerd
Signed-off-by: Samuel Karp <[email protected]>
1 parent c06fde5 commit 9d49609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ The deprecated features are shown in the following table:
474474
| Legacy CRI implementation of podsandbox support | containerd v2.0 | containerd v2.0 ✅ | |
475475
| Go-Plugin library (`*.so`) as containerd runtime plugin | containerd v2.0 | containerd v2.1 ✅ | Use external plugins (proxy or binary) |
476476
| CNI `bin_dir` in CRI runtime config (`plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir`) | containerd v2.1 | containerd v2.2 | Change `bin_dir` to `bin_dirs` in the same section which supports a list of directories |
477+
| NRI v0.1.0 plugin support | containerd v2.2 | containerd v2.3 | Use the v010-adapter NRI plugin, or update v0.1.0 plugins to use the current NRI API |
477478

478479
- Pulling Schema 1 images has been disabled in containerd v2.0, but it still can be enabled by setting an environment variable `CONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1`
479480
until containerd v2.1. `ctr` users have to specify `--local` too (e.g., `ctr images pull --local`). Users of CRI clients (such as Kubernetes and `crictl`) have to specify this environment variable on the containerd daemon (usually in the systemd unit).

0 commit comments

Comments
 (0)