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

Prepare release notes for v2.3.0
This commit is contained in:
Derek McGowan
2026-04-30 18:30:03 +00:00
committed by GitHub
6 changed files with 10 additions and 10 deletions

View File

@@ -141,7 +141,8 @@ 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) | RC (LTS) | April 29, 2026 (_scheduled_) | April 29, 2028 (_tentative_) | @containerd/committers |
| [2.3](https://github.com/containerd/containerd/releases/tag/v2.3.0) | LTS | April 30, 2026 | April 30, 2028 | @containerd/committers |
| [2.4](https://github.com/containerd/containerd/milestone/51) | _Future_ | August 26, 2026 (_tentative_) | April 26, 2027 (_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.
@@ -357,7 +358,8 @@ releases for prior API versions should be avoided if possible.
| v2.0 | 1.8 |
| v2.1 | 1.9 |
| v2.2 | 1.10 |
| _v2.3_ | _1.11_ |
| v2.3 | 1.11 |
| _v2.4_ | _1.12_ |
### Metrics API

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/containerd/btrfs/v2 v2.0.0
github.com/containerd/cgroups/v3 v3.1.3
github.com/containerd/console v1.0.5
github.com/containerd/containerd/api v1.11.0-rc.0
github.com/containerd/containerd/api v1.11.0
github.com/containerd/continuity v0.5.0
github.com/containerd/errdefs v1.0.0
github.com/containerd/errdefs/pkg v0.3.0

4
go.sum
View File

@@ -45,8 +45,8 @@ github.com/containerd/cgroups/v3 v3.1.3 h1:eUNflyMddm18+yrDmZPn3jI7C5hJ9ahABE5q6
github.com/containerd/cgroups/v3 v3.1.3/go.mod h1:PKZ2AcWmSBsY/tJUVhtS/rluX0b1uq1GmPO1ElCmbOw=
github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/qqsc=
github.com/containerd/console v1.0.5/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
github.com/containerd/containerd/api v1.11.0-rc.0 h1:7voIq6ftZ3n4jZcb7CTWArJaOt+fOXcXR+QMu38qMg4=
github.com/containerd/containerd/api v1.11.0-rc.0/go.mod h1:CaQFRu+N1MtbgL6JDOJLUB1hCKESU1lD6MuTJhgtdlw=
github.com/containerd/containerd/api v1.11.0 h1:smv4e74S/wwIx0Sj7lhwO1t3M/oi+mSzk2VXqHq8aO0=
github.com/containerd/containerd/api v1.11.0/go.mod h1:CaQFRu+N1MtbgL6JDOJLUB1hCKESU1lD6MuTJhgtdlw=
github.com/containerd/continuity v0.5.0 h1:7a85HZpCSs+1Zps0Ee3DPSuAWY+0SJM1JNM51nlEVDg=
github.com/containerd/continuity v0.5.0/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

View File

@@ -9,7 +9,7 @@ ignore_deps = [ "github.com/containerd/containerd" ]
# previous release
previous = "v2.2.0"
pre_release = true
pre_release = false
preface = """\
The third minor release of containerd 2.x focuses on continued stability alongside
@@ -20,8 +20,6 @@ the Kubernetes release schedule, with new minor releases about every 4 months. T
containerd 2.3 release is also the first annual LTS (Long Term Stable) release under
this new schedule, with support planned for at least two years. Direct upgrades
between sequential LTS releases (e.g., 1.7 to 2.3) will be tested and supported.
This is a beta release and some functionality is still under development.
"""
postface = """\

2
vendor/modules.txt vendored
View File

@@ -117,7 +117,7 @@ github.com/containerd/cgroups/v3/cgroup2/stats
# github.com/containerd/console v1.0.5
## explicit; go 1.13
github.com/containerd/console
# github.com/containerd/containerd/api v1.11.0-rc.0
# github.com/containerd/containerd/api v1.11.0
## explicit; go 1.24.0
github.com/containerd/containerd/api/events
github.com/containerd/containerd/api/runtime/bootstrap/v1

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-rc+unknown"
Version = "2.3.0+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.