Skip to content

Commit

Permalink
Prepare release notes for 1.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <[email protected]>
  • Loading branch information
dmcgowan committed May 3, 2022
1 parent db40e21 commit 0d1d295
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Michael Crosby <[email protected]> <[email protected]>
Michael Katsoulis <[email protected]>
Mike Brown <[email protected]> <[email protected]>
Mohammad Asif Siddiqui <[email protected]>
Nabeel Rana <[email protected]>
Ng Yang <[email protected]>
Ning Li <[email protected]>
ningmingxiao <[email protected]>
Expand Down Expand Up @@ -121,6 +122,7 @@ Tõnis Tiigi <[email protected]>
Wade Lee <[email protected]>
Wade Lee <[email protected]> <[email protected]>
Wade Lee <[email protected]> <[email protected]>
Wang Bing <[email protected]>
wanglei <[email protected]>
wanglei <[email protected]> <[email protected]>
wangzhan <[email protected]>
Expand Down
21 changes: 21 additions & 0 deletions releases/v1.6.4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.6.3"

pre_release = false

preface = """\
The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.
### Notable Updates
* **Update go-cni to fix teardown regression** ([#6877](https://github.com/containerd/containerd/pull/6877))
* **Fix broken SELinux relabeling for Kubernetes volume mounts** ([#6878](https://github.com/containerd/containerd/pull/6878))
See the changelog for complete list of changes"""
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.3+unknown"
Version = "1.6.4+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 0d1d295

Please sign in to comment.