Prepare release notes for v1.5.0-beta.4
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
34b7a5f094
commit
e6086d9c07
@ -35,6 +35,7 @@ brings support for the Node Resource Interface (NRI).
|
||||
* **Pass custom snapshot labels when creating snapshot** [#4630](https://github.com/containerd/containerd/pull/4630) [#4635](https://github.com/containerd/containerd/pull/4635)
|
||||
* **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)
|
||||
|
||||
#### Distribution
|
||||
* **Improve registry response errors** [#4523](https://github.com/containerd/containerd/pull/4523)
|
||||
@ -51,6 +52,7 @@ 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 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)
|
||||
|
||||
|
@ -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.3+unknown"
|
||||
Version = "1.5.0-beta.4+unknown"
|
||||
|
||||
// Revision is filled with the VCS (e.g. git) revision being used to build
|
||||
// the program at linking time.
|
||||
|
Loading…
Reference in New Issue
Block a user