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.6.20"
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 twenty-first patch release for containerd 1.6 contains various fixes and updates.
26
+
27
+
### Notable Updates
28
+
29
+
* **update runc binary to v1.1.7 ([#8450](https://github.com/containerd/containerd/pull/8450))
30
+
* **Remove entry for container from container store on error ([#8456](https://github.com/containerd/containerd/pull/8456))
31
+
* **oci: partially restore comment on read-only mounts for uid/gid uses ([#8403](https://github.com/containerd/containerd/pull/8403))
32
+
* **windows: Add ArgsEscaped support for CRI ([#8247](https://github.com/containerd/containerd/pull/8247))
33
+
* **oci: Use WithReadonlyTempMount when adding users/groups ([#8357](https://github.com/containerd/containerd/pull/8357))
34
+
* **archive: consistently respect value of WithSkipDockerManifest ([#8345](https://github.com/containerd/containerd/pull/8345))
0 commit comments