Merge pull request #8233 from dmcgowan/prepare-v1.7.0-rc.3

Prepare release notes for v1.7.0-rc.3
This commit is contained in:
Derek McGowan 2023-03-08 20:25:26 -08:00 committed by GitHub
commit 8cc09e6a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ pre_release = true
preface = """\
The eighth major release of containerd includes new functionality alongside many improvements.
This release is intended to be the last major release of containerd 1.x before 2.0.
This release is the last major release of containerd 1.x before 2.0.
Some functionality in this release may be considered experimental or unstable, but will become stable or default in 2.0.
This release still adheres to our backwards compatibility guarantees and users who do not use or enable new functionality should use this release with the same stability expectations.
The previous 1.6 release has also become a long term stable release for users who prefer releases with mostly stability improvements and wish to wait a few releases for new functionality.

View File

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