Merge pull request #5257 from dmcgowan/prepare-1.5.0-rc.0

Prepare v1.5.0-rc.0
This commit is contained in:
Derek McGowan 2021-04-08 22:30:44 -07:00 committed by GitHub
commit 6636e36182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,7 @@ brings support for the Node Resource Interface (NRI).
* **Add platform check for snapshotter support when unpacking** [#3927](https://github.com/containerd/containerd/pull/3927)
* **Handle loopback mounts** [#4902](https://github.com/containerd/containerd/pull/4902)
* **Support `userxattr` mount option for overlay in user namespace** [#5076](https://github.com/containerd/containerd/pull/5076)
* **ZFS snapshotter implementation of usage** [#5243](https://github.com/containerd/containerd/pull/5243)
#### Distribution
* **Improve registry response errors** [#4523](https://github.com/containerd/containerd/pull/4523)
@ -52,9 +53,11 @@ brings support for the Node Resource Interface (NRI).
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)
#### CRI
* **Add NRI injection points** [cri#1552](https://github.com/containerd/cri/pull/1552)
* **Add support for registry host directory configuration** [#4978](https://github.com/containerd/containerd/pull/4978)
* **Update privileged containers to use current capabilities instead of known capabilities** [#5017](https://github.com/containerd/containerd/pull/5017)
* **Add pod annotations to CNI call** [#5026](https://github.com/containerd/containerd/pull/5026)
* **Enable ocicrypt by default** [#5135](https://github.com/containerd/containerd/pull/5135)
### Impactful Client Updates

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-beta.4+unknown"
Version = "1.5.0-rc.0+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.