forked from containerd/containerd
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containerd#6068 from dmcgowan/prepare-1.5.6
[release/1.5] prepare 1.5.6 release notes
- Loading branch information
Showing
3 changed files
with
28 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 |
---|---|---|
|
@@ -108,6 +108,7 @@ Tõnis Tiigi <[email protected]> | |
Wade Lee <[email protected]> | ||
Wade Lee <[email protected]> <[email protected]> | ||
Wade Lee <[email protected]> <[email protected]> | ||
wanglei <[email protected]> | ||
Wei Fu <[email protected]> | ||
Wei Fu <[email protected]> <[email protected]> | ||
Xiaodong Zhang <[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,26 @@ | ||
# 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.5.5" | ||
|
||
pre_release = false | ||
|
||
preface = """\ | ||
The sixth patch release for containerd 1.5 contains minor fixes and updates | ||
including an updated runc and hcsshim. | ||
### Notable Updates | ||
* **Install apparmor parser for arm64 and update seccomp to 2.5.1** [#5763](https://github.com/containerd/containerd/pull/5763) | ||
* **Update runc binary to 1.0.2** [#5899](https://github.com/containerd/containerd/pull/5899) | ||
* **Update hcsshim to v0.8.21 to fix layer issue on Windows Server 2019** [#5942](https://github.com/containerd/containerd/pull/5942) | ||
* **Add support for 'clone3' syscall to fix issue with certain images when seccomp is enabled** [#5982](https://github.com/containerd/containerd/pull/5982) | ||
* **Add image config labels in CRI container creation** [#6012](https://github.com/containerd/containerd/pull/6012) | ||
* **Fix panic in metadata content writer on copy error** [#6043](https://github.com/containerd/containerd/pull/6043) | ||
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