Skip to content

Commit 6636e36

Browse files
authored
Merge pull request #5257 from dmcgowan/prepare-1.5.0-rc.0
Prepare v1.5.0-rc.0
2 parents d064140 + 8e1a8ec commit 6636e36

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ brings support for the Node Resource Interface (NRI).
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)
3838
* **Support `userxattr` mount option for overlay in user namespace** [#5076](https://github.com/containerd/containerd/pull/5076)
39+
* **ZFS snapshotter implementation of usage** [#5243](https://github.com/containerd/containerd/pull/5243)
3940
4041
#### Distribution
4142
* **Improve registry response errors** [#4523](https://github.com/containerd/containerd/pull/4523)
@@ -52,9 +53,11 @@ brings support for the Node Resource Interface (NRI).
5253
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)
5354
5455
#### CRI
56+
* **Add NRI injection points** [cri#1552](https://github.com/containerd/cri/pull/1552)
5557
* **Add support for registry host directory configuration** [#4978](https://github.com/containerd/containerd/pull/4978)
5658
* **Update privileged containers to use current capabilities instead of known capabilities** [#5017](https://github.com/containerd/containerd/pull/5017)
5759
* **Add pod annotations to CNI call** [#5026](https://github.com/containerd/containerd/pull/5026)
60+
* **Enable ocicrypt by default** [#5135](https://github.com/containerd/containerd/pull/5135)
5861
5962
### Impactful Client Updates
6063

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.4+unknown"
26+
Version = "1.5.0-rc.0+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)