Skip to content

Commit 1a1b383

Browse files
authored
Merge pull request #6068 from dmcgowan/prepare-1.5.6
[release/1.5] prepare 1.5.6 release notes
2 parents 0631957 + bc8fdf8 commit 1a1b383

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Tõnis Tiigi <[email protected]>
108108
109109
110110
111+
111112
112113
113114
Xiaodong Zhang <[email protected]>

releases/v1.5.6.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.5.5"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The sixth patch release for containerd 1.5 contains minor fixes and updates
15+
including an updated runc and hcsshim.
16+
17+
### Notable Updates
18+
19+
* **Install apparmor parser for arm64 and update seccomp to 2.5.1** [#5763](https://github.com/containerd/containerd/pull/5763)
20+
* **Update runc binary to 1.0.2** [#5899](https://github.com/containerd/containerd/pull/5899)
21+
* **Update hcsshim to v0.8.21 to fix layer issue on Windows Server 2019** [#5942](https://github.com/containerd/containerd/pull/5942)
22+
* **Add support for 'clone3' syscall to fix issue with certain images when seccomp is enabled** [#5982](https://github.com/containerd/containerd/pull/5982)
23+
* **Add image config labels in CRI container creation** [#6012](https://github.com/containerd/containerd/pull/6012)
24+
* **Fix panic in metadata content writer on copy error** [#6043](https://github.com/containerd/containerd/pull/6043)
25+
26+
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.5.5+unknown"
26+
Version = "1.5.6+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)