diff --git a/releases/v1.5.0-beta.toml b/releases/v1.5.0-beta.toml index 5f5e7d637..6159715a5 100644 --- a/releases/v1.5.0-beta.toml +++ b/releases/v1.5.0-beta.toml @@ -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) diff --git a/version/version.go b/version/version.go index 35cca5a51..21a5647ee 100644 --- a/version/version.go +++ b/version/version.go @@ -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.