Skip to content

Commit 857b35d

Browse files
authored
Merge pull request #6407 from dmcgowan/prepare-1.6.0-beta.5
Prepare release notes for v1.6.0-beta.5
2 parents 1b8af37 + 8d5af6b commit 857b35d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

releases/v1.6.0-beta.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ support to increase overall compatibility and stability.
2121
* **Add runtime label to metrics** ([#5744](https://github.com/containerd/containerd/pull/5744))
2222
* **Cleanup task delete logic in v2 shim** ([#5813](https://github.com/containerd/containerd/pull/5813))
2323
* **Add support for shim plugins** ([#5817](https://github.com/containerd/containerd/pull/5817))
24-
* **Split task manager into shim and task manager** ([#5918](https://github.com/containerd/containerd/pull/5918))
24+
* **Decouple shim and task manager** ([#5918](https://github.com/containerd/containerd/pull/5918))
2525
* **Add runc shim support for core scheduling** ([#6011](https://github.com/containerd/containerd/pull/6011))
2626
* **Update shim client connect attempt to fail fast when shim errors** ([#6031](https://github.com/containerd/containerd/pull/6031))
2727
* **Add support for absolute path to shim binaries** ([#6206](https://github.com/containerd/containerd/pull/6206))
@@ -34,13 +34,15 @@ support to increase overall compatibility and stability.
3434
#### CRI
3535
3636
* **Add CNI configuration based on runtime class** ([#4695](https://github.com/containerd/containerd/pull/4695))
37+
* **Add support for Intel RDT** ([#5439](https://github.com/containerd/containerd/pull/5439))
3738
* **Add support for CRI v1 and v1alpha in parallel** ([#5619](https://github.com/containerd/containerd/pull/5619))
3839
* **Add support for unified resources field for cgroups v2** ([#5627](https://github.com/containerd/containerd/pull/5627))
3940
* **Add IP preference configuration for reporting pod IP** ([#5964](https://github.com/containerd/containerd/pull/5964))
4041
* **Implement new CRI pod sandbox stats API** ([#6113](https://github.com/containerd/containerd/pull/6113))
4142
* **Add sandbox and container latency metrics** ([#6111](https://github.com/containerd/containerd/pull/6111))
4243
* **Add namespace to ttrpc and grpc plugin connections** ([#6130](https://github.com/containerd/containerd/pull/6130))
4344
* **Add option to allow ping sockets and privileged ports with no capabilities** ([#6170](https://github.com/containerd/containerd/pull/6170))
45+
* **Add support for configuring swap** ([#6320](https://github.com/containerd/containerd/pull/6320))
4446
4547
#### Other
4648
@@ -49,6 +51,7 @@ support to increase overall compatibility and stability.
4951
* **Add xfs support for devicemapper snapshotter** ([#5610](https://github.com/containerd/containerd/pull/5610))
5052
* **Add metric exposing build version and revision** ([#5965](https://github.com/containerd/containerd/pull/5965))
5153
* **Add OpenTelemetry trace injection to grpc client** ([#5992](https://github.com/containerd/containerd/pull/5992))
54+
* **Add support for custom fs options in devmapper snapshotter** ([#6122](https://github.com/containerd/containerd/pull/6122))
5255
5356
#### Client
5457

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.6.0-beta.4+unknown"
26+
Version = "1.6.0-beta.5+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)