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
# previous release of this project for determining changes
16
+
previous = "v1.7.12"
17
+
18
+
# pre_release is whether to include a disclaimer about being a pre-release
19
+
pre_release = false
20
+
21
+
# preface is the description of the release which precedes the author list
22
+
# and changelog. This description could include highlights as well as any
23
+
# description of changes. Use markdown formatting.
24
+
preface = """\
25
+
The thirteenth patch release for containerd 1.7 updates the runc binary
26
+
in the release builds to address CVE-2024-21626
27
+
28
+
### Notable Updates
29
+
30
+
* **Update runc binary to v1.1.12** ([GHSA-xr7r-f8xq-vfvv](https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv))
31
+
* **Update seccomp profile for new syscalls added since Linux 5.16** ([#9693](https://github.com/containerd/containerd/pull/9693))
0 commit comments