Prepare release notes for v1.6.0-rc.2
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
8944c12f56
commit
a31e28e2c2
@ -21,6 +21,7 @@ support to increase overall compatibility and stability.
|
|||||||
* **Add runtime label to metrics** ([#5744](https://github.com/containerd/containerd/pull/5744))
|
* **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))
|
* **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))
|
* **Add support for shim plugins** ([#5817](https://github.com/containerd/containerd/pull/5817))
|
||||||
|
* **Handle sigint and sigterm in shimv2** ([#5828](https://github.com/containerd/containerd/pull/5828))
|
||||||
* **Decouple shim and task manager** ([#5918](https://github.com/containerd/containerd/pull/5918))
|
* **Decouple 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))
|
* **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))
|
* **Update shim client connect attempt to fail fast when shim errors** ([#6031](https://github.com/containerd/containerd/pull/6031))
|
||||||
|
@ -23,7 +23,7 @@ var (
|
|||||||
Package = "github.com/containerd/containerd"
|
Package = "github.com/containerd/containerd"
|
||||||
|
|
||||||
// Version holds the complete version number. Filled in at linking time.
|
// Version holds the complete version number. Filled in at linking time.
|
||||||
Version = "1.6.0-rc.1+unknown"
|
Version = "1.6.0-rc.2+unknown"
|
||||||
|
|
||||||
// Revision is filled with the VCS (e.g. git) revision being used to build
|
// Revision is filled with the VCS (e.g. git) revision being used to build
|
||||||
// the program at linking time.
|
// the program at linking time.
|
||||||
|
Loading…
Reference in New Issue
Block a user