Skip to content

Commit 8a61908

Browse files
committed
Add 1.3 beta release note
Signed-off-by: Derek McGowan <[email protected]>
1 parent e00ebfb commit 8a61908

2 files changed

Lines changed: 79 additions & 10 deletions

File tree

.mailmap

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,43 @@
1-
Abhinandan Prativadi <[email protected]> Abhinandan Prativadi <[email protected]>
21
Abhinandan Prativadi <[email protected]> abhi <[email protected]>
3-
Akihiro Suda <[email protected]> Akihiro Suda <suda.kyoto@gmail.com>
2+
Abhinandan Prativadi <[email protected]> Abhinandan Prativadi <aprativadi@gmail.com>
43
Akihiro Suda <[email protected]> Akihiro Suda <[email protected]>
4+
Akihiro Suda <[email protected]> Akihiro Suda <[email protected]>
55
Andrei Vagin <[email protected]> Andrei Vagin <[email protected]>
6+
Andrey Kolomentsev <[email protected]> akolomentsev <[email protected]>
67
8+
Carlos Eduardo <[email protected]> CarlosEDP <[email protected]>
9+
Eric Ren <[email protected]> renzhen.rz <[email protected]>
710
Frank Yang <[email protected]> frank yang <[email protected]>
811
Georgia Panoutsakopoulou <[email protected]> gpanouts <[email protected]>
12+
Jian Liao <[email protected]> liaojian <[email protected]>
13+
14+
Ji'an Liu <[email protected]> ZeroMagic <[email protected]>
915
1016
John Howard <[email protected]> John Howard <[email protected]>
11-
Justin Terry <[email protected]> Justin Terry (VM) <[email protected]>
17+
Julien Balestra <[email protected]> JulienBalestra <[email protected]>
18+
Justin Cormack <[email protected]> Justin Cormack <[email protected]>
1219
Justin Terry <[email protected]> Justin <[email protected]>
20+
Justin Terry <[email protected]> Justin Terry (VM) <[email protected]>
1321
Kenfe-Mickaël Laventure <[email protected]> Kenfe-Mickael Laventure <[email protected]>
1422
15-
Lu Jingxiao <[email protected]> l00397676 <[email protected]>
1623
Lantao Liu <[email protected]> Lantao Liu <[email protected]>
24+
25+
Lu Jingxiao <[email protected]> l00397676 <[email protected]>
26+
Maksym Pavlenko <[email protected]> Maksym Pavlenko <[email protected]>
27+
Mark Gordon <[email protected]> msg555 <[email protected]>
28+
Michael Katsoulis <[email protected]> MichaelKatsoulis <[email protected]>
1729
Phil Estes <[email protected]> Phil Estes <[email protected]>
18-
Stephen J Day <[email protected]> Stephen J Day <[email protected]>
19-
Stephen J Day <[email protected]> Stephen Day <[email protected]>
30+
2031
Stephen J Day <[email protected]> Stephen Day <[email protected]>
32+
Stephen J Day <[email protected]> Stephen Day <[email protected]>
33+
Stephen J Day <[email protected]> Stephen J Day <[email protected]>
2134
Sudeesh John <[email protected]> sudeesh john <[email protected]>
35+
2236
Tõnis Tiigi <[email protected]> Tonis Tiigi <[email protected]>
23-
Lifubang <lifubang@aliyun.com> Lifubang <lifubang@acmcoder.com>
37+
Wei Fu <fuweid89@gmail.com> Wei Fu <fhfuwei@163.com>
2438
Xiaodong Zhang <[email protected]> nashasha1 <[email protected]>
25-
26-
Jian Liao <[email protected]> liaojian <[email protected]>
27-
2839
Xuean Yan <[email protected]> yanxuean <[email protected]>
40+
Yuxing Liu <[email protected]> Starnop <[email protected]>
41+
zhenguang zhu <[email protected]> dzzg <[email protected]>
42+
zhoulin xie <[email protected]> JoeWrightss <[email protected]>
43+
zhoulin xie <[email protected]> JoeWrightss <[email protected]>

releases/v1.3.0-beta.toml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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.2.0"
10+
11+
pre_release = true
12+
13+
preface = """\
14+
The fourth major release of containerd comes over 9 months after the previous
15+
major release and covers a period of both significant project growth and
16+
further stabilization. Similar to previous releases, the number of API changes
17+
are small and, as always, backwards compatible. The growing ecosystem of plugins
18+
and users have driven improvements to make containerd more configurable, usable,
19+
and pluggable. On Windows, this release brings a new runtime utilizing the shim
20+
API. For clients, there are many new features and improvements completely
21+
implemented in the client libraries without requiring daemon upgrade.
22+
23+
## Runtime
24+
* New Windows runtime using hcsshim
25+
* Improvements to ttrpc for daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
26+
27+
## Snapshots
28+
* Devmapper snapshotter (https://github.com/containerd/containerd/pull/3022)
29+
* Improved label support for plugins
30+
31+
## Plugins
32+
* Support for plugins registering as a TCP service
33+
* Configurable plugin directory
34+
35+
## CRI
36+
37+
## Client
38+
* Default handling from namespace labels (https://github.com/containerd/containerd/pull/3403)
39+
* Improved Docker resolver with mirroring support
40+
* Support for cross repository push (https://github.com/containerd/containerd/pull/3218)
41+
42+
## Other
43+
* [API] Add support for direct resource management in leases (https://github.com/containerd/containerd/pull/3304)
44+
* [API] Add ttrpc service for shim event publishing
45+
* [API] Add annotations to descriptors in API
46+
* [API] Add id to TaskDelete event message to match exec id
47+
* Support additional garbage collection labels
48+
49+
And many more improvements and bug fixes in the complete changelog"""
50+
51+
# notable prs to include in the release notes, 1234 is the pr number
52+
[notes]
53+
54+
[breaking]

0 commit comments

Comments
 (0)