Skip to content

Commit bb71b10

Browse files
authored
Merge pull request #3086 from Random-Liu/prepare-release-1-2-5
Prepare v1.2.5 release.
2 parents 075e1ed + 6878e2b commit bb71b10

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

releases/v1.2.5.toml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Package = "github.com/containerd/containerd"
2222

2323
// Version holds the complete version number. Filled in at linking time.
24-
Version = "1.2.4+unknown"
24+
Version = "1.2.5+unknown"
2525

2626
// Revision is filled with the VCS (e.g. git) revision being used to build
2727
// the program at linking time.

0 commit comments

Comments
 (0)