Skip to content

Commit

Permalink
Prepare release notes for v1.6.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <[email protected]>
  • Loading branch information
dmcgowan committed Jan 19, 2022
1 parent 60703af commit c1e17d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Michael Katsoulis <[email protected]>
Mike Brown <[email protected]> <[email protected]>
Mohammad Asif Siddiqui <[email protected]>
Ng Yang <[email protected]>
Ning Li <[email protected]>
ningmingxiao <[email protected]>
Nishchay Kumar <[email protected]>
Oliver Stenbom <[email protected]> <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions releases/v1.6.0-rc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ support to increase overall compatibility and stability.
* **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))
* **Add support for absolute path to shim binaries** ([#6206](https://github.com/containerd/containerd/pull/6206))
* **Update runc to v1.1.0** ([#6375](https://github.com/containerd/containerd/pull/6375))
#### Windows
Expand All @@ -46,12 +47,11 @@ support to increase overall compatibility and stability.
#### Other
* **Add a shared namespace label for cross-namespace content sharing** ([#5043](https://github.com/containerd/containerd/pull/5043))
* **Add support for client TLS Auth for grpc** ([#5606](https://github.com/containerd/containerd/pull/5606))
* **Add xfs support for devicemapper snapshotter** ([#5610](https://github.com/containerd/containerd/pull/5610))
* **Add metric exposing build version and revision** ([#5965](https://github.com/containerd/containerd/pull/5965))
* **Add OpenTelemetry trace injection to grpc client** ([#5992](https://github.com/containerd/containerd/pull/5992))
* **Add support for custom fs options in devmapper snapshotter** ([#6122](https://github.com/containerd/containerd/pull/6122))
* **Update introspection service to show GRPC plugins** ([#6432](https://github.com/containerd/containerd/pull/6432))
#### Client
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.0+unknown"
Version = "1.6.0-rc.1+unknown"

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

0 comments on commit c1e17d8

Please sign in to comment.