Skip to content

Commit c19b7b6

Browse files
committed
RELEASES.md: recommend alternatives for deprecated features
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8a62aa1 commit c19b7b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

RELEASES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ against total impact.
321321

322322
The 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 |
329-
| Built-in `aufs` snapshotter | 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 |

0 commit comments

Comments
 (0)