Skip to content

Commit

Permalink
Merge pull request containerd#3465 from dmcgowan/beta-1.3
Browse files Browse the repository at this point in the history
Add 1.3 beta release notes
  • Loading branch information
dmcgowan authored Jul 31, 2019
2 parents a49df98 + 8a61908 commit 053853f
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 10 deletions.
35 changes: 25 additions & 10 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,28 +1,43 @@
Abhinandan Prativadi <[email protected]> Abhinandan Prativadi <[email protected]>
Abhinandan Prativadi <[email protected]> abhi <[email protected]>
Akihiro Suda <[email protected]> Akihiro Suda <suda.kyoto@gmail.com>
Abhinandan Prativadi <[email protected]> Abhinandan Prativadi <aprativadi@gmail.com>
Akihiro Suda <[email protected]> Akihiro Suda <[email protected]>
Akihiro Suda <[email protected]> Akihiro Suda <[email protected]>
Andrei Vagin <[email protected]> Andrei Vagin <[email protected]>
Andrey Kolomentsev <[email protected]> akolomentsev <[email protected]>
Brent Baude <[email protected]> baude <[email protected]>
Carlos Eduardo <[email protected]> CarlosEDP <[email protected]>
Eric Ren <[email protected]> renzhen.rz <[email protected]>
Frank Yang <[email protected]> frank yang <[email protected]>
Georgia Panoutsakopoulou <[email protected]> gpanouts <[email protected]>
Jian Liao <[email protected]> liaojian <[email protected]>
Jian Liao <[email protected]> liaoj <[email protected]>
Ji'an Liu <[email protected]> ZeroMagic <[email protected]>
Jie Zhang <[email protected]> kadisi <[email protected]>
John Howard <[email protected]> John Howard <[email protected]>
Justin Terry <[email protected]> Justin Terry (VM) <[email protected]>
Julien Balestra <[email protected]> JulienBalestra <[email protected]>
Justin Cormack <[email protected]> Justin Cormack <[email protected]>
Justin Terry <[email protected]> Justin <[email protected]>
Justin Terry <[email protected]> Justin Terry (VM) <[email protected]>
Kenfe-Mickaël Laventure <[email protected]> Kenfe-Mickael Laventure <[email protected]>
Kevin Xu <[email protected]> kevin.xu <[email protected]>
Lu Jingxiao <[email protected]> l00397676 <[email protected]>
Lantao Liu <[email protected]> Lantao Liu <[email protected]>
Lifubang <[email protected]> Lifubang <[email protected]>
Lu Jingxiao <[email protected]> l00397676 <[email protected]>
Maksym Pavlenko <[email protected]> Maksym Pavlenko <[email protected]>
Mark Gordon <[email protected]> msg555 <[email protected]>
Michael Katsoulis <[email protected]> MichaelKatsoulis <[email protected]>
Phil Estes <[email protected]> Phil Estes <[email protected]>
Stephen J Day <[email protected]> Stephen J Day <[email protected]>
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Rui Cao <[email protected]> ruicao <[email protected]>
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Stephen J Day <[email protected]> Stephen Day <[email protected]>
Stephen J Day <[email protected]> Stephen J Day <[email protected]>
Sudeesh John <[email protected]> sudeesh john <[email protected]>
Su Fei <[email protected]> fesu <[email protected]>
Tõnis Tiigi <[email protected]> Tonis Tiigi <[email protected]>
Lifubang <lifubang@aliyun.com> Lifubang <lifubang@acmcoder.com>
Wei Fu <fuweid89@gmail.com> Wei Fu <fhfuwei@163.com>
Xiaodong Zhang <[email protected]> nashasha1 <[email protected]>
Jian Liao <[email protected]> liaoj <[email protected]>
Jian Liao <[email protected]> liaojian <[email protected]>
Rui Cao <[email protected]> ruicao <[email protected]>
Xuean Yan <[email protected]> yanxuean <[email protected]>
Yuxing Liu <[email protected]> Starnop <[email protected]>
zhenguang zhu <[email protected]> dzzg <[email protected]>
zhoulin xie <[email protected]> JoeWrightss <[email protected]>
zhoulin xie <[email protected]> JoeWrightss <[email protected]>
54 changes: 54 additions & 0 deletions releases/v1.3.0-beta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.2.0"

pre_release = true

preface = """\
The fourth major release of containerd comes over 9 months after the previous
major release and covers a period of both significant project growth and
further stabilization. Similar to previous releases, the number of API changes
are small and, as always, backwards compatible. The growing ecosystem of plugins
and users have driven improvements to make containerd more configurable, usable,
and pluggable. On Windows, this release brings a new runtime utilizing the shim
API. For clients, there are many new features and improvements completely
implemented in the client libraries without requiring daemon upgrade.
## Runtime
* New Windows runtime using hcsshim
* Improvements to ttrpc for daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
## Snapshots
* Devmapper snapshotter (https://github.com/containerd/containerd/pull/3022)
* Improved label support for plugins
## Plugins
* Support for plugins registering as a TCP service
* Configurable plugin directory
## CRI
## Client
* Default handling from namespace labels (https://github.com/containerd/containerd/pull/3403)
* Improved Docker resolver with mirroring support
* Support for cross repository push (https://github.com/containerd/containerd/pull/3218)
## Other
* [API] Add support for direct resource management in leases (https://github.com/containerd/containerd/pull/3304)
* [API] Add ttrpc service for shim event publishing
* [API] Add annotations to descriptors in API
* [API] Add id to TaskDelete event message to match exec id
* Support additional garbage collection labels
And many more improvements and bug fixes in the complete changelog"""

# notable prs to include in the release notes, 1234 is the pr number
[notes]

[breaking]

0 comments on commit 053853f

Please sign in to comment.