From 03ba4ce1f7c72e201da3e451fe74d7b4791bd914 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Sun, 3 Nov 2024 23:26:32 -0800 Subject: [PATCH] Update release notes for v2.0.0 Signed-off-by: Derek McGowan --- releases/{v2.0.0-rc.toml => v2.0.0.toml} | 4 +++- version/version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) rename releases/{v2.0.0-rc.toml => v2.0.0.toml} (90%) diff --git a/releases/v2.0.0-rc.toml b/releases/v2.0.0.toml similarity index 90% rename from releases/v2.0.0-rc.toml rename to releases/v2.0.0.toml index e9b0e183d..b922df499 100644 --- a/releases/v2.0.0-rc.toml +++ b/releases/v2.0.0.toml @@ -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 = """\ diff --git a/version/version.go b/version/version.go index 51bb642bf..029388235 100644 --- a/version/version.go +++ b/version/version.go @@ -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.