Skip to content

Commit 207ad71

Browse files
authored
Merge pull request #10939 from dmcgowan/prepare-v2.0.0
Prepare release notes for v2.0.0
2 parents 6369206 + 03ba4ce commit 207ad71

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ containerd is designed to be embedded into a larger system, rather than being us
1919

2020
## Announcements
2121

22-
### containerd v2.0 is coming soon
22+
### containerd v2.0 is now released!
2323
See [`docs/containerd-2.0.md`](docs/containerd-2.0.md).
2424

2525
### Now Recruiting

RELEASES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ The current state is available in the following tables:
117117
| [1.3](https://github.com/containerd/containerd/releases/tag/v1.3.10) | End of Life | September 26, 2019 | March 4, 2021 |
118118
| [1.4](https://github.com/containerd/containerd/releases/tag/v1.4.13) | End of Life | August 17, 2020 | March 3, 2022 |
119119
| [1.5](https://github.com/containerd/containerd/releases/tag/v1.5.18) | End of Life | May 3, 2021 | February 28, 2023 |
120-
| [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) |
121-
| [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) |
122-
| [2.0](https://github.com/containerd/containerd/milestone/35) | Next | TBD | TBD |
120+
| [1.6](https://github.com/containerd/containerd/releases/tag/v1.6.36) | LTS | February 15, 2022 | next LTS + 6 months |
121+
| [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) |
122+
| [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) |
123+
| [2.1](https://github.com/containerd/containerd/milestone/48) | Next | TBD | TBD |
123124

124125
> **_NOTE_** containerd v1.7 will end of life at the same time as v1.6 LTS. Due to
125126
> [Minimal Version Selection](https://go.dev/ref/mod#minimal-version-selection) used
@@ -141,8 +142,8 @@ of containerd for every supported version of Kubernetes.
141142
| Kubernetes Version | containerd Version | CRI Version |
142143
|--------------------|-------------------------------|-----------------|
143144
| 1.29 | 1.7.11+, 1.6.27+ | v1 |
144-
| 1.30 | 2.0(wip), 1.7.13+, 1.6.28+ | v1 |
145-
| 1.31 | 2.0(wip), 1.7.20+, 1.6.34+ | v1 |
145+
| 1.30 | 2.0.0+, 1.7.13+, 1.6.28+ | v1 |
146+
| 1.31 | 2.0.0+, 1.7.20+, 1.6.34+ | v1 |
146147

147148
Deprecated containerd and kubernetes versions
148149

releases/cri-containerd.DEPRECATED.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The "cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz" release bundle has been deprecated since containerd 1.6,
2-
does not work on some Linux distributions, and will be removed in containerd 2.0.
2+
does not work on some Linux distributions, and has been removed in containerd 2.0.
33

44
Instead of this, install the following components separately, either from the binary or from the source:
55
* containerd: https://github.com/containerd/containerd/releases
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore_deps = [ "github.com/containerd/containerd" ]
99
# previous release
1010
previous = "v1.7.0"
1111

12-
pre_release = true
12+
pre_release = false
1313

1414
preface = """\
1515
The first major release of containerd 2.x focuses on the continued stability of
@@ -18,6 +18,8 @@ release includes the stabilization of new features added in the last 1.x release
1818
as well as the removal of features which were deprecated in 1.x. The goal is to
1919
support the vast community of containerd users well into the future along with
2020
their ever increasing deployment footprints and variety of use cases.
21+
22+
See [containerd 2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for details on what is new and has changed in this release.
2123
"""
2224

2325
postface = """\

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd/v2"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "2.0.0-rc.6+unknown"
26+
Version = "2.0.0+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)