You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/v1.5.6.toml
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,16 @@ previous = "v1.5.5"
11
11
pre_release = false
12
12
13
13
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.
15
16
16
17
### Notable Updates
17
18
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)
20
19
* **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)
0 commit comments