Skip to content

Commit b321d35

Browse files
authored
Merge pull request #4768 from dmcgowan/prepare-1.4.2
[release/1.4] Prepare 1.4.2 release
2 parents 21baf71 + f2e4291 commit b321d35

5 files changed

Lines changed: 42 additions & 9 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Arnaud Porterie <[email protected]>
1212
1313
Bob Mader <[email protected]>
1414
Boris Popovschi <[email protected]>
15+
Bowen Yan <[email protected]>
1516
Brent Baude <[email protected]>
1617
Cao Zhihao <[email protected]>
1718

releases/v1.4.2.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.1"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The second patch release for `containerd` 1.4 includes multiple minor fixes
15+
and updates.
16+
17+
### Notable Updates
18+
19+
* Fix bug limiting the number of layers by default [containerd/cri#1602](https://github.com/containerd/cri/pull/1602)
20+
* Fix selinux shared memory issue by relabeling /dev/shm [containerd/cri#1605](https://github.com/containerd/cri/pull/1605)
21+
* Fix unknown state preventing removal of containers [containerd/containerd#4656](https://github.com/containerd/containerd/pull/4656)
22+
* Fix nil pointer error when restoring checkpoint [containerd/containerd#4754](https://github.com/containerd/containerd/pull/4754)
23+
* Improve image pull performance when using HTTP 1.1 [containerd/containerd#4653](https://github.com/containerd/containerd/pull/4653)
24+
* Update default seccomp profile for pidfd [containerd/containerd#4730](https://github.com/containerd/containerd/pull/4730)
25+
* Update Go to 1.15
26+
27+
### Windows
28+
* Fix integer overflow on Windows [containerd/containerd#4589](https://github.com/containerd/containerd/pull/4589)
29+
* Fix lcow snapshotter to read trailing tar data [containerd/containerd#4628](https://github.com/containerd/containerd/pull/4628)
30+
"""
31+
32+
# notable prs to include in the release notes, 1234 is the pr number
33+
[notes]
34+
35+
[breaking]

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gotest.tools/v3 v3.0.2
5757
github.com/cilium/ebpf 1c8d4c9ef7759622653a1d319284a44652333b28
5858

5959
# cri dependencies
60-
github.com/containerd/cri 9e81bf566b91195c4cdd64ebeda839efb952ec3d # release/1.4
60+
github.com/containerd/cri adc0b6a578ed6f646bb24c1c639d65b70e14cccc # release/1.4
6161
github.com/davecgh/go-spew v1.1.1
6262
github.com/docker/docker 4634ce647cf2ce2c6031129ccd109e557244986f
6363
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528

vendor/github.com/containerd/cri/pkg/server/events.go

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1+unknown"
26+
Version = "1.4.2+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)