From 8a62aa1c30bac0f52b1ccb573e0f97f1a8ce5075 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 28 Apr 2021 15:50:01 +0900 Subject: [PATCH] Deprecate built-in aufs snapshotter aufs was removed from Ubuntu kernel in Ubuntu 21.04, so deprecate the built-in aufs snapshotter. The aufs snapshotter can be still maintained as a non-builtin snapshotter. Signed-off-by: Akihiro Suda --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index 133e4d1bd..4b0620fbc 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -326,3 +326,4 @@ The deprecated features are shown in the following table: | 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 |