From 288f0592e5a465e696837f193c25183c826f4cf4 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 10 May 2024 22:33:18 -0700 Subject: [PATCH] Prepare release notes for v2.0.0-rc.2 Signed-off-by: Derek McGowan --- .mailmap | 3 +++ version/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 05740803c..5622823d6 100644 --- a/.mailmap +++ b/.mailmap @@ -100,9 +100,11 @@ lengrongfu <1275177125@qq.com> Li Yuxuan Lifubang Lu Jingxiao +Lucas Rattz Mahamed Ali Maksym Pavlenko <865334+mxpv@users.noreply.github.com> Maksym Pavlenko +Maksym Pavlenko Maksym Pavlenko Mario Hros Mario Hros @@ -179,6 +181,7 @@ Zhiyu Li <404977848@qq.com> Zhongming Chang Zhoulin Xie Zhoulin Xie <42261994+JoeWrightss@users.noreply.github.com> +zounengren zounengren 张潇 张钰 diff --git a/version/version.go b/version/version.go index 005bae3da..09ac858f8 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.1+unknown" + Version = "2.0.0-rc.2+unknown" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.