Skip to content

Commit 99005c2

Browse files
committed
Add release notes for v1.3.2
Signed-off-by: Derek McGowan <[email protected]>
1 parent e987ea3 commit 99005c2

3 files changed

Lines changed: 33 additions & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ clone_folder: c:\gopath\src\github.com\containerd\containerd
77
branches:
88
only:
99
- master
10+
- /release\/.*/
1011

1112
environment:
1213
GOPATH: C:\gopath

releases/v1.3.2.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.3.1"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The second patch release for `containerd` 1.3 includes a fix for a race condition
15+
related to the reported pid on exit when called from Docker.
16+
17+
### Runtime
18+
19+
* Fix containerd pid race condition [containerd/containerd#3857](https://github.com/containerd/containerd/pull/3857)
20+
* Use cached process state to reduce exec cost [containerd/containerd#3711](https://github.com/containerd/containerd/pull/3711)
21+
22+
### CRI
23+
24+
* Added `insecure_skip_verify` option in the registry tls config to allow skipping registry certificate verification [containerd/containerd#3847](https://github.com/containerd/containerd/issues/3847)
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.3.1+unknown"
24+
Version = "1.3.2+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)