Skip to content

Commit cfa842c

Browse files
authored
Merge pull request #5003 from dmcgowan/prepare-1.5.0-beta.1
Prepare release notes for 1.5.0-beta.1
2 parents b3f2402 + a2973c7 commit cfa842c

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.mailmap

Lines changed: 8 additions & 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
@@ -48,6 +49,7 @@ John Howard <[email protected]> <[email protected]>
4849
4950
Luc Perkins <[email protected]>
5051
Julien Balestra <[email protected]>
52+
5153
5254
Justin Terry <[email protected]>
5355
@@ -69,10 +71,12 @@ Mark Gordon <[email protected]>
6971
7072
Michael Katsoulis <[email protected]>
7173
74+
Mohammad Asif Siddiqui <[email protected]>
7275
Nishchay Kumar <[email protected]>
7376
7477
7578
79+
Robin Winkelewski <[email protected]>
7680
Ross Boucher <[email protected]>
7781
Ruediger Maass <[email protected]>
7882
@@ -87,15 +91,19 @@ Stephen J Day <[email protected]> <[email protected]>
8791
8892
Sudeesh John <[email protected]>
8993
94+
Su Xiaolin <[email protected]>
9095
9196
Tõnis Tiigi <[email protected]>
97+
98+
9299
93100
Xiaodong Zhang <[email protected]>
94101
Xuean Yan <[email protected]>
95102
Yue Zhang <[email protected]>
96103
Yuxing Liu <[email protected]>
97104
Zhang Wei <[email protected]>
98105
Zhenguang Zhu <[email protected]>
106+
99107
100108
Zhongming Chang<[email protected]>
101109
Zhoulin Xie <[email protected]>

releases/v1.5.0-beta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ brings support for the Node Resource Interface (NRI).
3939
* **Improve image pull performance over HTTP 1.1** [#4653](https://github.com/containerd/containerd/pull/4653)
4040
* **Registry configuration package** [#4138](https://github.com/containerd/containerd/pull/4138)
4141
* **Add support for layers compressed with zstd** [#4809](https://github.com/containerd/containerd/pull/4809)
42+
* **Allow arm64 to fallback to arm (v8, v7, v6, v5)** [4932](https://github.com/containerd/containerd/pull/4932)
4243
4344
## Runtime
4445
* **Add annotations to containerd task update API** [#4647](https://github.com/containerd/containerd/pull/4647)

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.5.0-beta.0+unknown"
26+
Version = "1.5.0-beta.1+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)