Skip to content

Commit 25f3b29

Browse files
committed
Prepare 1.3.9 releases notes
Signed-off-by: Derek McGowan <[email protected]>
1 parent 85d3b5c commit 25f3b29

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

releases/v1.3.9.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.8"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The ninth patch release for `containerd` 1.3 is a security release to address CVE-2020-15257.
15+
See [GHSA-36xw-fx78-c5r4](https://github.com/containerd/containerd/security/advisories/GHSA-35xw-fx78-c5r4) for more details.
16+
"""
17+
18+
# notable prs to include in the release notes, 1234 is the pr number
19+
[notes]
20+
21+
[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.8+unknown"
24+
Version = "1.3.9+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)