Skip to content

Commit f141d0f

Browse files
committed
Prepare v1.2.13 release
The thirteenth patch release for `containerd` 1.2 fixes a regression introduced in v1.2.12 that caused container/shim to hang on single core machines, fixes an issue with blkio, and updates the Golang runtime to 1.12.17. Notable Updates ---------------------------------- * Fix container pid race condition [#4025](#4025) * Update containerd/cgroups dependency to address blkio issue [#4001](#4001) * Set octet-stream content-type on PUT request [#4028](#4028) * Pin to libseccomp 2.3.3 to preserve compatibility with hosts that do not have libseccomp 2.4 or higher installed [#4015](#4015) * Update Golang runtime to 1.12.17, which includes a fix to the runtime [#4031](#4031) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0c10aca commit f141d0f

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

releases/v1.2.13.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.12"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The thirteenth patch release for `containerd` 1.2 fixes a regression introduced
15+
in v1.2.12 that caused container/shim to hang on single core machines, fixes an
16+
issue with blkio, and updates the Golang runtime to 1.12.17.
17+
18+
### Notable Updates
19+
20+
* Fix container pid race condition [containerd#4025](https://github.com/containerd/containerd/pull/4025)
21+
* Update containerd/cgroups dependency to address blkio issue [containerd#4001](https://github.com/containerd/containerd/pull/4001)
22+
* Set octet-stream content-type on PUT request [containerd#4028](https://github.com/containerd/containerd/pull/4028)
23+
* Pin to libseccomp 2.3.3 to preserve compatibility with hosts that do not have libseccomp 2.4 or higher installed [containerd#4015](https://github.com/containerd/containerd/pull/4015)
24+
* Update Golang runtime to 1.12.17, which includes a fix to the runtime [containerd#4031](https://github.com/containerd/containerd/pull/4031)
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.12+unknown"
24+
Version = "1.2.13+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)