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.23"
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-fourth patch release for containerd 1.6 contains various fixes and updates.
26
+
27
+
### Notable Updates
28
+
29
+
* **CRI: fix leaked shim caused by high IO pressure** ([#9004](https://github.com/containerd/containerd/pull/9004))
30
+
* **Update to go1.20.8** ([#9073](https://github.com/containerd/containerd/pull/9073))
31
+
* **Update runc to v1.1.9** ([#8966](https://github.com/containerd/containerd/pull/8966))
32
+
* **Backport: add configurable mount options to overlay snapshotter** ([#8961](https://github.com/containerd/containerd/pull/8961))
33
+
* **log: cleanups and improvements to decouple more from logrus** ([#9002](https://github.com/containerd/containerd/pull/9002))
0 commit comments