diff --git a/.mailmap b/.mailmap index 37fa12fa0..e7a682bb6 100644 --- a/.mailmap +++ b/.mailmap @@ -1,28 +1,43 @@ -Abhinandan Prativadi Abhinandan Prativadi Abhinandan Prativadi abhi -Akihiro Suda Akihiro Suda +Abhinandan Prativadi Abhinandan Prativadi Akihiro Suda Akihiro Suda +Akihiro Suda Akihiro Suda Andrei Vagin Andrei Vagin +Andrey Kolomentsev akolomentsev Brent Baude baude +Carlos Eduardo CarlosEDP +Eric Ren renzhen.rz Frank Yang frank yang Georgia Panoutsakopoulou gpanouts +Jian Liao liaojian +Jian Liao liaoj +Ji'an Liu ZeroMagic Jie Zhang kadisi John Howard John Howard -Justin Terry Justin Terry (VM) +Julien Balestra JulienBalestra +Justin Cormack Justin Cormack Justin Terry Justin +Justin Terry Justin Terry (VM) Kenfe-Mickaël Laventure Kenfe-Mickael Laventure Kevin Xu kevin.xu -Lu Jingxiao l00397676 Lantao Liu Lantao Liu -Phil Estes Phil Estes -Stephen J Day Stephen J Day -Stephen J Day Stephen Day -Stephen J Day Stephen Day -Sudeesh John sudeesh john -Tõnis Tiigi Tonis Tiigi Lifubang Lifubang -Xiaodong Zhang nashasha1 -Jian Liao liaoj -Jian Liao liaojian +Lu Jingxiao l00397676 +Maksym Pavlenko Maksym Pavlenko +Mark Gordon msg555 +Michael Katsoulis MichaelKatsoulis +Phil Estes Phil Estes Rui Cao ruicao +Stephen J Day Stephen Day +Stephen J Day Stephen Day +Stephen J Day Stephen J Day +Sudeesh John sudeesh john +Su Fei fesu +Tõnis Tiigi Tonis Tiigi +Wei Fu Wei Fu +Xiaodong Zhang nashasha1 Xuean Yan yanxuean +Yuxing Liu Starnop +zhenguang zhu dzzg +zhoulin xie JoeWrightss <42261994+JoeWrightss@users.noreply.github.com> +zhoulin xie JoeWrightss diff --git a/releases/v1.3.0-beta.toml b/releases/v1.3.0-beta.toml new file mode 100644 index 000000000..b6cd80720 --- /dev/null +++ b/releases/v1.3.0-beta.toml @@ -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]