From f5ce859ee29de9a259839e429245cffdbfc49917 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sat, 2 Nov 2024 05:35:31 +0900 Subject: [PATCH] docs/containerd-2.0.md: fix the deprecation release of AUFS AUFS was deprecated in v1.5, not in v1.7. See PR 5433 Signed-off-by: Akihiro Suda --- docs/containerd-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/containerd-2.0.md b/docs/containerd-2.0.md index 9a3cdc65d..fd54bbb3c 100644 --- a/docs/containerd-2.0.md +++ b/docs/containerd-2.0.md @@ -117,7 +117,7 @@ Deprecated in containerd v1.7, support for the CRI v1alpha2 API has been removed ### AUFS snapshotter has been removed -Deprecated in containerd v1.7, the built-in `aufs` snapshotter has been removed. As an alternative, it is recommended to use the `overlayfs` snapshotter. See the ["Snapshotters"](snapshotters/README.md) document for more details. +Deprecated in containerd v1.5, the built-in `aufs` snapshotter has been removed. As an alternative, it is recommended to use the `overlayfs` snapshotter. See the ["Snapshotters"](snapshotters/README.md) document for more details. ### `cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz` release bundles have been removed