|
| 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""" |
0 commit comments