Skip to content

Commit 0d1d295

Browse files
committed
Prepare release notes for 1.6.4
Signed-off-by: Derek McGowan <[email protected]>
1 parent db40e21 commit 0d1d295

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Michael Crosby <[email protected]> <[email protected]>
8787
Michael Katsoulis <[email protected]>
8888
8989
Mohammad Asif Siddiqui <[email protected]>
90+
Nabeel Rana <[email protected]>
9091
9192
9293
ningmingxiao <[email protected]>
@@ -121,6 +122,7 @@ Tõnis Tiigi <[email protected]>
121122
122123
123124
125+
Wang Bing <[email protected]>
124126
125127
126128

releases/v1.6.4.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
project_name = "containerd"
5+
github_repo = "containerd/containerd"
6+
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
7+
8+
# previous release
9+
previous = "v1.6.3"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.
15+
16+
### Notable Updates
17+
18+
* **Update go-cni to fix teardown regression** ([#6877](https://github.com/containerd/containerd/pull/6877))
19+
* **Fix broken SELinux relabeling for Kubernetes volume mounts** ([#6878](https://github.com/containerd/containerd/pull/6878))
20+
21+
See the changelog for complete list of changes"""

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.3+unknown"
26+
Version = "1.6.4+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)