Skip to content

Commit 1c5970e

Browse files
authored
Merge pull request from GHSA-6g2q-w5j3-fwh4
Prepare release notes for 1.3.10
2 parents 0eb8cbd + 9d46f24 commit 1c5970e

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

releases/v1.3.10.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.9"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The tenth patch release for `containerd` 1.3 contains a fix for CVE-2021-21334
15+
along with various other minor issues. This is the final release for
16+
`containerd` 1.3.
17+
18+
See [GHSA-36xw-fx78-c5r4](https://github.com/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4)
19+
for more details related to CVE-2021-21334.
20+
21+
### Notable Updates
22+
* **Fix container create in CRI to prevent possible environment variable leak between containers** [#1629](https://github.com/containerd/cri/pull/1629)
23+
* **Add bounds on max `oom_score_adj` value for shim's AdjustOOMScore** [#4875](https://github.com/containerd/containerd/pull/4875)
24+
* **Update task manager to use fresh context when calling shim shutdown** [#4930](https://github.com/containerd/containerd/pull/4930)
25+
* **Fix incorrect usage calculation** [#5126](https://github.com/containerd/containerd/pull/5126)
26+
27+
"""
28+
29+
# notable prs to include in the release notes, 1234 is the pr number
30+
[notes]
31+
32+
[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.9+unknown"
24+
Version = "1.3.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)