Update release docs for v2.0.0
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
6369206870
commit
f2da3fd688
@ -19,7 +19,7 @@ containerd is designed to be embedded into a larger system, rather than being us
|
|||||||
|
|
||||||
## Announcements
|
## Announcements
|
||||||
|
|
||||||
### containerd v2.0 is coming soon
|
### containerd v2.0 is now released!
|
||||||
See [`docs/containerd-2.0.md`](docs/containerd-2.0.md).
|
See [`docs/containerd-2.0.md`](docs/containerd-2.0.md).
|
||||||
|
|
||||||
### Now Recruiting
|
### Now Recruiting
|
||||||
|
11
RELEASES.md
11
RELEASES.md
@ -117,9 +117,10 @@ The current state is available in the following tables:
|
|||||||
| [1.3](https://github.com/containerd/containerd/releases/tag/v1.3.10) | End of Life | September 26, 2019 | March 4, 2021 |
|
| [1.3](https://github.com/containerd/containerd/releases/tag/v1.3.10) | End of Life | September 26, 2019 | March 4, 2021 |
|
||||||
| [1.4](https://github.com/containerd/containerd/releases/tag/v1.4.13) | End of Life | August 17, 2020 | March 3, 2022 |
|
| [1.4](https://github.com/containerd/containerd/releases/tag/v1.4.13) | End of Life | August 17, 2020 | March 3, 2022 |
|
||||||
| [1.5](https://github.com/containerd/containerd/releases/tag/v1.5.18) | End of Life | May 3, 2021 | February 28, 2023 |
|
| [1.5](https://github.com/containerd/containerd/releases/tag/v1.5.18) | End of Life | May 3, 2021 | February 28, 2023 |
|
||||||
| [1.6](https://github.com/containerd/containerd/releases/tag/v1.6.23) | LTS | February 15, 2022 | max(February 15, 2025 or next LTS + 6 months) |
|
| [1.6](https://github.com/containerd/containerd/releases/tag/v1.6.36) | LTS | February 15, 2022 | next LTS + 6 months |
|
||||||
| [1.7](https://github.com/containerd/containerd/releases/tag/v1.7.3) | Active | March 10, 2023 | active(release of 2.0 + 6 months), extended(EOL of 1.6) |
|
| [1.7](https://github.com/containerd/containerd/releases/tag/v1.7.23) | Active | March 10, 2023 | active(May 5, 2025), extended(EOL of 1.6) |
|
||||||
| [2.0](https://github.com/containerd/containerd/milestone/35) | Next | TBD | TBD |
|
| [2.0](https://github.com/containerd/containerd/releases/tag/v2.0.0) | Active | November 5, 2024 | max(November 5, 2025 or release of 2.1 + 6 months) |
|
||||||
|
| [2.1](https://github.com/containerd/containerd/milestone/48) | Next | TBD | TBD |
|
||||||
|
|
||||||
> **_NOTE_** containerd v1.7 will end of life at the same time as v1.6 LTS. Due to
|
> **_NOTE_** containerd v1.7 will end of life at the same time as v1.6 LTS. Due to
|
||||||
> [Minimal Version Selection](https://go.dev/ref/mod#minimal-version-selection) used
|
> [Minimal Version Selection](https://go.dev/ref/mod#minimal-version-selection) used
|
||||||
@ -141,8 +142,8 @@ of containerd for every supported version of Kubernetes.
|
|||||||
| Kubernetes Version | containerd Version | CRI Version |
|
| Kubernetes Version | containerd Version | CRI Version |
|
||||||
|--------------------|-------------------------------|-----------------|
|
|--------------------|-------------------------------|-----------------|
|
||||||
| 1.29 | 1.7.11+, 1.6.27+ | v1 |
|
| 1.29 | 1.7.11+, 1.6.27+ | v1 |
|
||||||
| 1.30 | 2.0(wip), 1.7.13+, 1.6.28+ | v1 |
|
| 1.30 | 2.0.0+, 1.7.13+, 1.6.28+ | v1 |
|
||||||
| 1.31 | 2.0(wip), 1.7.20+, 1.6.34+ | v1 |
|
| 1.31 | 2.0.0+, 1.7.20+, 1.6.34+ | v1 |
|
||||||
|
|
||||||
Deprecated containerd and kubernetes versions
|
Deprecated containerd and kubernetes versions
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
The "cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz" release bundle has been deprecated since containerd 1.6,
|
The "cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz" release bundle has been deprecated since containerd 1.6,
|
||||||
does not work on some Linux distributions, and will be removed in containerd 2.0.
|
does not work on some Linux distributions, and has been removed in containerd 2.0.
|
||||||
|
|
||||||
Instead of this, install the following components separately, either from the binary or from the source:
|
Instead of this, install the following components separately, either from the binary or from the source:
|
||||||
* containerd: https://github.com/containerd/containerd/releases
|
* containerd: https://github.com/containerd/containerd/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user