X Tutup
Skip to content

Commit bc8fdf8

Browse files
committed
Update release notes and mailmap
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 77dafa2 commit bc8fdf8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Tõnis Tiigi <tonistiigi@gmail.com>
108108
Wade Lee <weidonglee27@gmail.com>
109109
Wade Lee <weidonglee27@gmail.com> <weidonglee29@gmail.com>
110110
Wade Lee <weidonglee27@gmail.com> <21621232@zju.edu.cn>
111+
wanglei <wllenyj@linux.alibaba.com>
111112
Wei Fu <fuweid89@gmail.com>
112113
Wei Fu <fuweid89@gmail.com> <fhfuwei@163.com>
113114
Xiaodong Zhang <a4012017@sina.com>

releases/v1.5.6.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ previous = "v1.5.5"
1111
pre_release = false
1212

1313
preface = """\
14-
The sixth patch release for containerd 1.5 updates runc to 1.0.2, seccomp to 2.5.1, and contains various other fixes.
14+
The sixth patch release for containerd 1.5 contains minor fixes and updates
15+
including an updated runc and hcsshim.
1516
1617
### Notable Updates
1718
18-
* **Update runc binary to 1.0.2** [#5983](https://github.com/containerd/containerd/pull/5983)
19-
* **Update hcsshim to v0.8.21 which contains a fix in the Windows shim for layer issues on Windows Server 2019** [#5942](https://github.com/containerd/containerd/pull/5942)
2019
* **Install apparmor parser for arm64 and update seccomp to 2.5.1** [#5763](https://github.com/containerd/containerd/pull/5763)
21-
* **Add support for 'clone3' syscall to fix issues with certain images when seccomp is enabled** [#6013](https://github.com/containerd/containerd/pull/6013)
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)
2225
2326
See the changelog for complete list of changes"""

0 commit comments

Comments
 (0)
X Tutup