Merge pull request #13302 from dmcgowan/prepare-v2.3.0-rc

Prepare release notes for  v2.3.0-rc.0
This commit is contained in:
Derek McGowan
2026-04-28 03:22:06 +00:00
committed by GitHub
4 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ Cao Zhihao <caozhihao@163.com>
Cao Zhihao <caozhihao@163.com> <caozhihao.xd@bytedance.com>
Carlos Eduardo <me@carlosedp.com> <me@carlosedp.com>
chenxiaoyu <weixian.cxy@alibaba-inc.com>
Chengyu Zhu <hudsonzhu@tencent.com> <hudson@cyzhu.com>
Chris Henzie <chrishenzie@gmail.com> <chrishenzie@google.com>
Cory Bennett <cbennett@netflix.com>
Cristian Staretu <cristian.staretu@gmail.com>

View File

@@ -141,7 +141,7 @@ to all committers.
| [2.0](https://github.com/containerd/containerd/releases/tag/v2.0.7) | LTS | November 5, 2024 | March, 2027** | [@samuelkarp](https://github.com/samuelkarp), [@chrishenzie](https://github.com/chrishenzie) |
| [2.1](https://github.com/containerd/containerd/releases/tag/v2.1.0) | Active | May 7, 2025 | May 5, 2026 | @containerd/committers |
| [2.2](https://github.com/containerd/containerd/releases/tag/v2.2.0) | Active | November 5, 2025 | November 6, 2026 | @containerd/committers |
| [2.3](https://github.com/containerd/containerd/milestone/50) | LTS (_future_) | April 27, 2026 (_tentative_) | April 27, 2028 (_tentative_) | @containerd/committers |
| [2.3](https://github.com/containerd/containerd/milestone/50) | RC (LTS) | April 29, 2026 (_scheduled_) | April 29, 2028 (_tentative_) | @containerd/committers |
\* Support for the 1.7 release branch was provided by @containerd/committers until March 10, 2026. Extended support through September 2026 is provided by [@samuelkarp](https://github.com/samuelkarp) and [@chrishenzie](https://github.com/chrishenzie). This extended support is focused on usage with Kubernetes 1.32, 1.31, and 1.30 via [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine). Changes may not be accepted if they are not needed for this usage.
@@ -163,7 +163,8 @@ of containerd for every supported version of Kubernetes.
| 1.32 | 2.1.0+, 2.0.1+, 1.7.24+, 1.6.36+ | v1 |
| 1.33 | 2.1.0+, 2.0.4+, 1.7.24+, 1.6.36+ | v1 |
| 1.34 | 2.1.3+, 2.0.6+, 1.7.28+, 1.6.39+ | v1 |
| 1.35 | 2.2.0+, 2.1.5+, 1.7.28+ | v1 |
| 1.35 | 2.2.0+, 2.1.5+, 1.7.28+ | v1 |
| 1.36 | 2.3.0+, 2.2.0+ | v1 |
Deprecated containerd and kubernetes versions

View File

@@ -24,7 +24,7 @@ var (
Package = "github.com/containerd/containerd/v2"
// Version holds the complete version number. Filled in at linking time.
Version = "2.3.0-beta+unknown"
Version = "2.3.0-rc+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.