Skip to content

Commit

Permalink
Merge pull request containerd#6068 from dmcgowan/prepare-1.5.6
Browse files Browse the repository at this point in the history
[release/1.5] prepare 1.5.6 release notes
  • Loading branch information
dmcgowan authored Sep 29, 2021
2 parents 0631957 + bc8fdf8 commit 1a1b383
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
26 changes: 26 additions & 0 deletions releases/v1.5.6.toml
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"""
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.5.5+unknown"
Version = "1.5.6+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 1a1b383

Please sign in to comment.