mirror of
https://github.com/containerd/containerd.git
synced 2026-06-24 08:48:48 +00:00
Prepare release notes for v2.3.0
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -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 = """\
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user