diff --git a/.mailmap b/.mailmap index ab42e0088..64965ecaa 100644 --- a/.mailmap +++ b/.mailmap @@ -5,6 +5,7 @@ Akihiro Suda Akihiro Suda Allen Sun Alexander Morozov +Antonio Ojea Amit Krishnan Andrei Vagin Andrey Kolomentsev @@ -36,6 +37,7 @@ Haiyan Meng Harry Zhang Hu Shuai Hu Shuai +Iceber Gu Jaana Burcu Dogan Jess Valarezo Jess Valarezo @@ -47,6 +49,7 @@ John Howard John Howard John Howard John Howard +Lorenz Brun Luc Perkins Julien Balestra Jun Lin Chen <1913688+mc256@users.noreply.github.com> @@ -63,7 +66,8 @@ Lantao Liu Li Yuxuan Lifubang Lu Jingxiao -Maksym Pavlenko +Maksym Pavlenko +Maksym Pavlenko Mario Hros Mario Hros Mario Macias @@ -84,9 +88,12 @@ Rui Cao Sakeven Jiang Samuel Karp Seth Pellegrino <30441101+sethp-nr@users.noreply.github.com> +Shaobao Feng Shengbo Song Shengjing Zhu +Siddharth Yadav SiYu Zhao +Stefan Berger Stefan Berger Stephen J Day Stephen J Day @@ -97,7 +104,9 @@ Su Xiaolin Ted Yu Tõnis Tiigi Wade Lee +Wade Lee Wade Lee <21621232@zju.edu.cn> +Wei Fu Wei Fu Xiaodong Zhang Xuean Yan 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.