|
| 1 | +# commit to be tagged for new release |
| 2 | +commit = "HEAD" |
| 3 | + |
| 4 | +project_name = "containerd" |
| 5 | +github_repo = "containerd/containerd" |
| 6 | +match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$" |
| 7 | + |
| 8 | +# previous release |
| 9 | +previous = "v1.2.4" |
| 10 | + |
| 11 | +pre_release = false |
| 12 | + |
| 13 | +preface = """\ |
| 14 | +The fifth patch release for `containerd` 1.2 contains fixes |
| 15 | +for image management, cgroup management and the |
| 16 | +CRI plugin. |
| 17 | +It also updates runc to include an improved fix for CVE-2019-5736 |
| 18 | +to reduce the increased memory-consumption introduced by the original |
| 19 | +patch. |
| 20 | +All these changes are noted below. |
| 21 | +### Notable Updates |
| 22 | +* Fix an issue that non-existent parent directory in image layers is created with permission |
| 23 | +`0700`. [#3017](https://github.com/containerd/containerd/issues/3017) |
| 24 | +* Fix an issue that snapshots of the base image can be deleted by mistake, when images |
| 25 | +built on top of it are deleted. [#3087](https://github.com/containerd/containerd/pull/3087) |
| 26 | +* Support for GC references to content from snapshot and container objects. [#3080](https://github.com/containerd/containerd/pull/3080) |
| 27 | +* cri: Fix a bug that pod can't get started when the same volume is defined |
| 28 | +differently in the image and the pod spec. [cri#1059](https://github.com/containerd/cri/issues/1059) |
| 29 | +* cri: Fix a bug that causes container start failure after in-place upgrade containerd |
| 30 | +to 1.2.4+ or 1.1.6+. [cri#1082](https://github.com/containerd/cri/issues/1082) |
| 31 | +* cgroups updated to dbea6f2bd41658b84b00417ceefa416b97 to fix issues for systemd 420 and |
| 32 | +non-existent cgroups. [#3079](https://github.com/containerd/containerd/pull/3079) |
| 33 | +* runc updated to 2b18fe1d885ee5083ef9f0838fee39b62d653e30 to include the improved |
| 34 | +fix for CVE-2019-5736. [#3082](https://github.com/containerd/containerd/pull/3082) |
| 35 | +* cri updated to a92c40017473cbe0239ce180125f12669757e44f. [#3084](https://github.com/containerd/containerd/pull/3084) |
| 36 | +""" |
| 37 | + |
| 38 | +# notable prs to include in the release notes, 1234 is the pr number |
| 39 | +[notes] |
| 40 | + |
| 41 | +[breaking] |
0 commit comments