Prepare release notes for v2.3.0

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2026-04-29 21:37:13 -07:00
parent c55ada3f31
commit 77eeb2d8ea
2 changed files with 2 additions and 4 deletions

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 = """\

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.