-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Derek McGowan <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters