Skip to content

Commit ad77111

Browse files
authored
Merge pull request containerd#6462 from dmcgowan/prepare-1.6.0-rc.1
Prepare release notes for v1.6.0-rc.1
2 parents 62f6c81 + c1e17d8 commit ad77111

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Michael Katsoulis <[email protected]>
8888
8989
Mohammad Asif Siddiqui <[email protected]>
9090
91+
9192
ningmingxiao <[email protected]>
9293
Nishchay Kumar <[email protected]>
9394

releases/v1.6.0-rc.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ support to increase overall compatibility and stability.
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))
28+
* **Update runc to v1.1.0** ([#6375](https://github.com/containerd/containerd/pull/6375))
2829
2930
#### Windows
3031
@@ -46,12 +47,11 @@ support to increase overall compatibility and stability.
4647
4748
#### Other
4849
49-
* **Add a shared namespace label for cross-namespace content sharing** ([#5043](https://github.com/containerd/containerd/pull/5043))
5050
* **Add support for client TLS Auth for grpc** ([#5606](https://github.com/containerd/containerd/pull/5606))
5151
* **Add xfs support for devicemapper snapshotter** ([#5610](https://github.com/containerd/containerd/pull/5610))
5252
* **Add metric exposing build version and revision** ([#5965](https://github.com/containerd/containerd/pull/5965))
53-
* **Add OpenTelemetry trace injection to grpc client** ([#5992](https://github.com/containerd/containerd/pull/5992))
5453
* **Add support for custom fs options in devmapper snapshotter** ([#6122](https://github.com/containerd/containerd/pull/6122))
54+
* **Update introspection service to show GRPC plugins** ([#6432](https://github.com/containerd/containerd/pull/6432))
5555
5656
#### Client
5757

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-rc.0+unknown"
26+
Version = "1.6.0-rc.1+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)