diff --git a/releases/v1.7.0-rc.toml b/releases/v1.7.0-rc.toml index 065a11f9a..329b03dc6 100644 --- a/releases/v1.7.0-rc.toml +++ b/releases/v1.7.0-rc.toml @@ -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. diff --git a/version/version.go b/version/version.go index 7e081ae27..1177dbbdf 100644 --- a/version/version.go +++ b/version/version.go @@ -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.