From c19b7b64d3e8a5ba651b79e07198f11d50c2987f Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 28 Apr 2021 15:56:34 +0900 Subject: [PATCH] RELEASES.md: recommend alternatives for deprecated features Signed-off-by: Akihiro Suda --- RELEASES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 4b0620fbc..3fda9964a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -321,9 +321,9 @@ against total impact. The deprecated features are shown in the following table: -| Component | Deprecation release | Target release for removal | -|----------------------------------------------------------------------|---------------------|----------------------------| -| Runtime V1 API and implementation (`io.containerd.runtime.v1.linux`) | containerd v1.4 | containerd v2.0 | -| Runc V1 implementation of Runtime V2 (`io.containerd.runc.v1`) | containerd v1.4 | containerd v2.0 | -| config.toml `version = 1` | containerd v1.5 | containerd v2.0 | -| Built-in `aufs` snapshotter | containerd v1.5 | containerd v2.0 | +| Component | Deprecation release | Target release for removal | Recommendation | +|----------------------------------------------------------------------|---------------------|----------------------------|-------------------------------| +| Runtime V1 API and implementation (`io.containerd.runtime.v1.linux`) | containerd v1.4 | containerd v2.0 | Use `io.containerd.runc.v2` | +| Runc V1 implementation of Runtime V2 (`io.containerd.runc.v1`) | containerd v1.4 | containerd v2.0 | Use `io.containerd.runc.v2` | +| config.toml `version = 1` | containerd v1.5 | containerd v2.0 | Use config.toml `version = 2` | +| Built-in `aufs` snapshotter | containerd v1.5 | containerd v2.0 | Use `overlayfs` snapshotter |