Skip to content

Commit 9e6b7bb

Browse files
committed
Prepare v1.2.10 release
Signed-off-by: Phil Estes <[email protected]>
1 parent 61f763f commit 9e6b7bb

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

releases/v1.2.10.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.9"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The tenth patch release for `containerd` 1.2 includes only one main bug fix in the
15+
CRI plugin, but includes updated vendors/build runtimes that fix 2 reported CVEs in
16+
runc and the Golang 1.12 runtime respectively.
17+
18+
### Notable Updates
19+
* Update the runc vendor to capture the fix for [CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884). Fixed by [PR #3685](https://github.com/containerd/containerd/pull/3685)
20+
- More details on the runc CVE in [opencontainers/runc#2128](https://github.com/opencontainers/runc/issues/2128), fixed by [opencontainers/runc#2129](https://github.com/opencontainers/runc/pull/2129)
21+
* Update Golang runtime to 1.12.10 to handle CVE-2019-16276. More detail on the Golang CVE available in [golang/go#34540](https://github.com/golang/go/issues/34540)
22+
23+
* CRI fixes:
24+
- Fix a bug that the default UNIX path is not in the default OCI config via the CRI plugin. Reported in [containerd/cri#1279](https://github.com/containerd/cri/issues/1279) and fixed by [containerd/cri#1283](https://github.com/containerd/cri/pull/1283)
25+
26+
"""
27+
28+
# notable prs to include in the release notes, 1234 is the pr number
29+
[notes]
30+
31+
[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.9+unknown"
24+
Version = "1.2.10+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)