Merge pull request #5394 from dmcgowan/prepare-1.5.0-rc.2

Prepare 1.5.0-rc.2 release notes
This commit is contained in:
Derek McGowan
2021-04-20 09:37:42 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

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.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.