|
| 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