Skip to content

Commit 3ba4a31

Browse files
committed
Prepare release notes for 1.4.4
Signed-off-by: Derek McGowan <[email protected]>
1 parent a22f1f6 commit 3ba4a31

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Yue Zhang <[email protected]>
9797
Yuxing Liu <[email protected]>
9898
Zhang Wei <[email protected]>
9999
Zhenguang Zhu <[email protected]>
100+
100101
101102
Zhongming Chang<[email protected]>
102103
Zhoulin Xie <[email protected]>

releases/v1.4.4.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.4.3"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The fourth patch release for `containerd` 1.4 contains a fix for CVE-2021-21334
15+
along with various other minor issues.
16+
See [GHSA-36xw-fx78-c5r4](https://github.com/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4)
17+
for more details related to CVE-2021-21334.
18+
19+
### Notable Updates
20+
* **Fix container create in CRI to prevent possible environment variable leak between containers** [#1628](https://github.com/containerd/cri/pull/1628)
21+
* **Update shim server to return grpc NotFound error** [#4872](https://github.com/containerd/containerd/pull/4872)
22+
* **Add bounds on max `oom_score_adj` value for shim's AdjustOOMScore** [#4874](https://github.com/containerd/containerd/pull/4874)
23+
* **Update task manager to use fresh context when calling shim shutdown** [#4929](https://github.com/containerd/containerd/pull/4929)
24+
* **Update Docker resolver to avoid possible concurrent map access panic** [#4941](https://github.com/containerd/containerd/pull/4941)
25+
* **Update shim's log file open flags to avoid containerd hang on syscall open** [#4971](https://github.com/containerd/containerd/pull/4971)
26+
* **Fix incorrect usage calculation** [#5019](https://github.com/containerd/containerd/pull/5019)
27+
28+
"""
29+
30+
# notable prs to include in the release notes, 1234 is the pr number
31+
[notes]
32+
33+
[breaking]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.4.3+unknown"
26+
Version = "1.4.4+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)