From 55734b1c56252645124ee779260cb06b855d89a7 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 19 Apr 2021 10:48:17 -0700 Subject: [PATCH] Prepare 1.5.0-rc.2 release notes Signed-off-by: Derek McGowan --- releases/v1.5.0-rc.toml | 1 + version/version.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/v1.5.0-rc.toml b/releases/v1.5.0-rc.toml index 2bda3e84d..adab9dd30 100644 --- a/releases/v1.5.0-rc.toml +++ b/releases/v1.5.0-rc.toml @@ -48,6 +48,7 @@ brings support for the Node Resource Interface (NRI). #### Runtime * **Add annotations to containerd task update API** [#4647](https://github.com/containerd/containerd/pull/4647) * **Add logging binary support when terminal is true** [#4502](https://github.com/containerd/containerd/pull/4502) +* **Runtime support on FreeBSD** [#5375](https://github.com/containerd/containerd/pull/5375) #### Windows * **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643) diff --git a/version/version.go b/version/version.go index d2531e78d..942a519b1 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.5.0-rc.1+unknown" + Version = "1.5.0-rc.2+unknown" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.