From 1ecd0e4a19b7bb5f1b65f64a84ca657aada6c39d Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Tue, 25 Mar 2025 03:11:37 +0000 Subject: [PATCH] keep releases.md in sync with containerd/containerd Signed-off-by: Samuel Karp --- content/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/releases.md b/content/releases.md index eefd4d8..c88c12d 100644 --- a/content/releases.md +++ b/content/releases.md @@ -471,6 +471,7 @@ The deprecated features are shown in the following table: | CRI `v1alpha2` | containerd v1.7 | containerd v2.0 ✅ | Use CRI `v1` | | Legacy CRI implementation of podsandbox support | containerd v2.0 | containerd v2.0 ✅ | | | Go-Plugin library (`*.so`) as containerd runtime plugin | containerd v2.0 | containerd v2.1 | Use external plugins (proxy or binary) | +| 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 | - 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` 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).