Skip to content

Commit

Permalink
Update release notes for v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <[email protected]>
  • Loading branch information
dmcgowan committed Nov 5, 2024
1 parent f2da3fd commit 03ba4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion releases/v2.0.0-rc.toml → releases/v2.0.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 = """\
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03ba4ce

Please sign in to comment.