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 <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2024-11-02 05:35:31 +09:00
parent 92b46e1c28
commit f5ce859ee2
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

@ -117,7 +117,7 @@ Deprecated in containerd v1.7, support for the CRI v1alpha2 API has been removed
### AUFS snapshotter 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 ### `cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz` release bundles have been removed