From a3b756ce18d45a7e3db1e244e741d35d0f885388 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 9 Nov 2021 11:25:18 -0800 Subject: [PATCH] Prepare release notes for v1.6.0-beta.2 Signed-off-by: Derek McGowan --- releases/v1.6.0-beta.toml | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/releases/v1.6.0-beta.toml b/releases/v1.6.0-beta.toml index 01e32e814..19191a3f0 100644 --- a/releases/v1.6.0-beta.toml +++ b/releases/v1.6.0-beta.toml @@ -21,6 +21,7 @@ support to increase overall compatibility and stability. * **Add runtime label to metrics** ([#5744](https://github.com/containerd/containerd/pull/5744)) * **Cleanup task delete logic in v2 shim** ([#5813](https://github.com/containerd/containerd/pull/5813)) * **Add support for shim plugins** ([#5817](https://github.com/containerd/containerd/pull/5817)) +* **Split task manager into shim and task manager** ([#5918](https://github.com/containerd/containerd/pull/5918)) * **Add runc shim support for core scheduling** ([#6011](https://github.com/containerd/containerd/pull/6011)) * **Update shim client connect attempt to fail fast when shim errors** ([#6031](https://github.com/containerd/containerd/pull/6031)) @@ -35,6 +36,7 @@ support to increase overall compatibility and stability. * **Add support for CRI v1 and v1alpha in parallel** ([#5619](https://github.com/containerd/containerd/pull/5619)) * **Add support for unified resources field for cgroups v2** ([#5627](https://github.com/containerd/containerd/pull/5627)) * **Add IP preference configuration for reporting pod IP** ([#5964](https://github.com/containerd/containerd/pull/5964)) +* **Implement new CRI pod sandbox stats API** ([#6113](https://github.com/containerd/containerd/pull/6113)) * **Add namespace to ttrpc and grpc plugin connections** ([#6130](https://github.com/containerd/containerd/pull/6130)) #### Other diff --git a/version/version.go b/version/version.go index 42e3d9853..516d3f077 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.6.0-beta.1+unknown" + Version = "1.6.0-beta.2+unknown" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.