From f8d50f6e81e91028005bc3d3af48ad9bc306b8c0 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 17 Oct 2024 19:13:20 +0900 Subject: [PATCH 1/2] README.md: put a link to docs/containerd-2.0.md Signed-off-by: Akihiro Suda --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 88e6a7b73..04469f279 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ containerd is designed to be embedded into a larger system, rather than being us ## Announcements +### containerd v2.0 is coming soon +See [`docs/containerd-2.0.md`](docs/containerd-2.0.md). + ### Now Recruiting We are a large inclusive OSS project that is welcoming help of any kind shape or form: From 3eea3536f11810e43ca10736e58390d9eec37c67 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 17 Oct 2024 19:17:25 +0900 Subject: [PATCH 2/2] docs/containerd-2.0.md: mention the removal of `cri-containerd-*.tar.gz` Signed-off-by: Akihiro Suda --- docs/containerd-2.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/containerd-2.0.md b/docs/containerd-2.0.md index 676844fd3..fe71cdf68 100644 --- a/docs/containerd-2.0.md +++ b/docs/containerd-2.0.md @@ -113,6 +113,20 @@ Deprecated in containerd v1.7, support for the CRI v1alpha2 API 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 [`snapshotters/README.md`](snapshotters/README.md) for more details. +### `cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz` release bundles have been removed + +Deprecated in containerd v1.7, the `cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz` release bundles have been removed from +. + +Instead of this, install the following components separately, either from the binary or from the source: +* [containerd (`containerd-VERSION-OS-ARCH.tar.gz`)](https://github.com/containerd/containerd/releases) +* [runc](https://github.com/opencontainers/runc/releases) +* [CNI plugins](https://github.com/containernetworking/plugins/releases) + +The CRI plugin has been included in containerd since containerd 1.1. + +See also the ["Getting started"](./getting-started.md) document. + ## What's changing ### containerd client has moved to its own package