Skip to content

Commit e6086d9

Browse files
committed
Prepare release notes for v1.5.0-beta.4
Signed-off-by: Derek McGowan <[email protected]>
1 parent 34b7a5f commit e6086d9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

releases/v1.5.0-beta.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ brings support for the Node Resource Interface (NRI).
3535
* **Pass custom snapshot labels when creating snapshot** [#4630](https://github.com/containerd/containerd/pull/4630) [#4635](https://github.com/containerd/containerd/pull/4635)
3636
* **Add platform check for snapshotter support when unpacking** [#3927](https://github.com/containerd/containerd/pull/3927)
3737
* **Handle loopback mounts** [#4902](https://github.com/containerd/containerd/pull/4902)
38+
* **Support `userxattr` mount option for overlay in user namespace** [#5076](https://github.com/containerd/containerd/pull/5076)
3839
3940
#### Distribution
4041
* **Improve registry response errors** [#4523](https://github.com/containerd/containerd/pull/4523)
@@ -51,6 +52,7 @@ brings support for the Node Resource Interface (NRI).
5152
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)
5253
5354
#### CRI
55+
* **Add support for registry host directory configuration** [#4978](https://github.com/containerd/containerd/pull/4978)
5456
* **Update privileged containers to use current capabilities instead of known capabilities** [#5017](https://github.com/containerd/containerd/pull/5017)
5557
* **Add pod annotations to CNI call** [#5026](https://github.com/containerd/containerd/pull/5026)
5658

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.5.0-beta.3+unknown"
26+
Version = "1.5.0-beta.4+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)