Skip to content

Commit 1abe505

Browse files
committed
Prepare release notes for v1.6.0-beta.0
Signed-off-by: Derek McGowan <[email protected]>
1 parent 6927fc3 commit 1abe505

3 files changed

Lines changed: 60 additions & 1 deletion

File tree

.mailmap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Cao Zhihao <[email protected]>
1919
2020
2121
chenxiaoyu <[email protected]>
22+
Cory Bennett <[email protected]>
2223
Cristian Staretu <[email protected]>
2324
2425
Daniel Dao <[email protected]>
@@ -32,9 +33,11 @@ Fahed Dorgaa <[email protected]>
3233
Frank Yang <[email protected]>
3334
3435
36+
3537
Georgia Panoutsakopoulou <[email protected]>
3638
Guangming Wang <[email protected]>
3739
Haiyan Meng <[email protected]>
40+
3841
3942
4043
@@ -60,6 +63,7 @@ Justin Terry <[email protected]> <[email protected]>
6063
Kenfe-Mickaël Laventure <[email protected]>
6164
Kevin Kern <[email protected]>
6265
66+
6367
Kohei Tokunaga <[email protected]>
6468
6569
Lantao Liu <[email protected]>
@@ -77,6 +81,7 @@ Michael Crosby <[email protected]> <[email protected]>
7781
Michael Katsoulis <[email protected]>
7882
7983
Mohammad Asif Siddiqui <[email protected]>
84+
8085
Nishchay Kumar <[email protected]>
8186
8287
@@ -107,10 +112,14 @@ Tõnis Tiigi <[email protected]>
107112
108113
109114
115+
116+
117+
110118
111119
112120
Xiaodong Zhang <[email protected]>
113121
Xuean Yan <[email protected]>
122+
Yang Yang <[email protected]>
114123
Yue Zhang <[email protected]>
115124
Yuxing Liu <[email protected]>
116125
Zhang Wei <[email protected]>

releases/v1.6.0-beta.toml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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.5.0"
10+
11+
pre_release = false
12+
13+
preface = """\
14+
The seventh major release of containerd includes many improvements and added
15+
support to increase overall compatibility and stability.
16+
17+
### Highlights
18+
19+
#### Runtime
20+
21+
* **Add runtime label to metrics** [#5744](https://github.com/containerd/containerd/pull/5744)
22+
* **Cleanup task delete logic in v2 shim** [#5813](https://github.com/containerd/containerd/pull/5813)
23+
* **Add support for shim plugins** [#5817](https://github.com/containerd/containerd/pull/5817)
24+
* **Add runc shim support for core scheduling** [#6011](https://github.com/containerd/containerd/pull/6011)
25+
* **Update shim client connect attempt to fail fast when shim errors** [#6031](https://github.com/containerd/containerd/pull/6031)
26+
27+
#### Windows
28+
29+
* **Add support for Windows HostProcess containers** [#5131](https://github.com/containerd/containerd/pull/5131)
30+
31+
#### CRI
32+
33+
* **Add CNI configuration based on runtime class** [#4695](https://github.com/containerd/containerd/pull/4695)
34+
* **Add support for CRI v1 and v1alpha in parallel** [#5619](https://github.com/containerd/containerd/pull/5619)
35+
* **Add support for unified resources field for cgroups v2** [#5627](https://github.com/containerd/containerd/pull/5627)
36+
* **Add IP preference configuration for reporting pod IP** [#5964](https://github.com/containerd/containerd/pull/5964)
37+
38+
#### Other
39+
40+
* **Add a shared namespace label for cross-namespace content sharing** [#5043](https://github.com/containerd/containerd/pull/5043)
41+
* **Add support for client TLS Auth for grpc** [#5606](https://github.com/containerd/containerd/pull/5606)
42+
* **Add xfs support for devicemapper snapshotter** [#5610](https://github.com/containerd/containerd/pull/5610)
43+
* **Add metric exposing build version and revision** [#5965](https://github.com/containerd/containerd/pull/5965)
44+
45+
#### Client
46+
47+
* **Allow WithServices to use custom implementations** [#5709](https://github.com/containerd/containerd/pull/5709)
48+
* **Support custom compressor for walking differ** [#5735](https://github.com/containerd/containerd/pull/5735)
49+
50+
See the changelog for complete list of changes"""

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