Update release notes for v2.0.0
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
f2da3fd688
commit
03ba4ce1f7
@ -9,7 +9,7 @@ ignore_deps = [ "github.com/containerd/containerd" ]
|
||||
# previous release
|
||||
previous = "v1.7.0"
|
||||
|
||||
pre_release = true
|
||||
pre_release = false
|
||||
|
||||
preface = """\
|
||||
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
|
||||
support the vast community of containerd users well into the future along with
|
||||
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 = """\
|
@ -23,7 +23,7 @@ var (
|
||||
Package = "github.com/containerd/containerd/v2"
|
||||
|
||||
// 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
|
||||
// the program at linking time.
|
||||
|
Loading…
Reference in New Issue
Block a user