Skip to content

Commit 4dc758d

Browse files
Merge pull request #5433 from AkihiroSuda/deprecate-aufs
Deprecate built-in aufs snapshotter
2 parents feee16e + c19b7b6 commit 4dc758d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +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 |
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)