Update release notes for v2.0.0

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2024-11-03 23:26:32 -08:00
parent f2da3fd688
commit 03ba4ce1f7
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ignore_deps = [ "github.com/containerd/containerd" ]
# previous release # previous release
previous = "v1.7.0" previous = "v1.7.0"
pre_release = true pre_release = false
preface = """\ preface = """\
The first major release of containerd 2.x focuses on the continued stability of 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
as well as the removal of features which were deprecated in 1.x. The goal is to as well as the removal of features which were deprecated in 1.x. The goal is to
support the vast community of containerd users well into the future along with support the vast community of containerd users well into the future along with
their ever increasing deployment footprints and variety of use cases. their ever increasing deployment footprints and variety of use cases.
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.
""" """
postface = """\ postface = """\

View File

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