diff --git a/.mailmap b/.mailmap index dbdb84a0e..7e24512ea 100644 --- a/.mailmap +++ b/.mailmap @@ -6,6 +6,7 @@ Akihiro Suda Akihiro Suda Allen Sun Alexander Morozov +Antonio Ojea Antonio Ojea Amit Krishnan Andrei Vagin @@ -58,6 +59,7 @@ John Howard John Howard John Howard John Howard +Junyu Liu LongtaoZhang Lorenz Brun Luc Perkins @@ -103,6 +105,7 @@ Nishchay Kumar Oliver Stenbom Phil Estes Phil Estes +Qian Zhang Reid Li Robin Winkelewski Ross Boucher @@ -136,6 +139,7 @@ wanglei wangzhan Wei Fu Wei Fu +wen chen Xiaodong Zhang Xuean Yan Yang Yang diff --git a/releases/v1.7.0-beta.toml b/releases/v1.7.0-beta.toml index 09f2c8a8a..e937f4cb3 100644 --- a/releases/v1.7.0-beta.toml +++ b/releases/v1.7.0-beta.toml @@ -100,6 +100,9 @@ The 2.0 release will remove any feature deprecated in 1.x. Features deprecated i * **Support image pull progress timeout** ([#6150](https://github.com/containerd/containerd/pull/6150)) * **Fix CRI plugin to setup pod network after creating the sandbox container** ([#5904](https://github.com/containerd/containerd/pull/5904)) * **Pass all TOML runtime configuration options from CRI to the runtime** ([#7764](https://github.com/containerd/containerd/pull/7764)) +* **Support for user namespaces in stateless pods ([KEP-127](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/127-user-namespaces)) _(experimental)_** ([#7679](https://github.com/containerd/containerd/pull/7679)) +* **Add network plugin metrics** ([#7858](https://github.com/containerd/containerd/pull/7858)) +* **CRI v1alpha2 is deprecated and will be removed from containerd in containerd v2.0; if you are using the CRI API please move up to CRI v1; Kubernetes supports CRI v1 since Kubernetes 1.23** ([#7863](https://github.com/containerd/containerd/pull/7863)) #### Other diff --git a/version/version.go b/version/version.go index 14c784b3f..d8a24e0d0 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.7.0-beta.1+unknown" + Version = "1.7.0-beta.2+unknown" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.