|
| 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.7.0" |
| 10 | + |
| 11 | +pre_release = false |
| 12 | + |
| 13 | +preface = """\ |
| 14 | +The first patch release for containerd 1.7 includes many fixes to CRI |
| 15 | +sandbox mode, various other fixes, runc update, and important fixes in |
| 16 | +core dependencies such as ttrpc and typeurl. |
| 17 | +
|
| 18 | +### CRI/Sandbox Updates |
| 19 | +* **Throw not supported error when UID or GID mappings provided** ([#8211](https://github.com/containerd/containerd/pull/8211)) |
| 20 | +* **Cleanup shim on start failure** ([#8282](https://github.com/containerd/containerd/pull/8282)) |
| 21 | +* **Fix premature close of CRI service when there are no CNI configuration monitors** ([#8282](https://github.com/containerd/containerd/pull/8282)) |
| 22 | +* **Avoid UID lookup from mount on Darwin** ([#8314](https://github.com/containerd/containerd/pull/8314)) |
| 23 | +* **Keep Linux mounts for Linux sandboxes on non-Linux hosts** ([#8331](https://github.com/containerd/containerd/pull/8331)) |
| 24 | +* **Add `noexec`,`nodev`,`nosuid` to `/etc/resolv.conf` bind mount** ([#8336](https://github.com/containerd/containerd/pull/8336)) |
| 25 | +* **Remove entry for container from container store on error** ([#8457](https://github.com/containerd/containerd/pull/8457)) |
| 26 | +* **Fix unmarshal in container metrics** ([#8472](https://github.com/containerd/containerd/pull/8472)) |
| 27 | +
|
| 28 | +### Other Notable Updates |
| 29 | +* **Use readonly for temporary mounts** ([#8300](https://github.com/containerd/containerd/pull/8300) [#8358](https://github.com/containerd/containerd/pull/8358)) |
| 30 | +* **Fix skip docker manifest option on image exporter** ([#8344](https://github.com/containerd/containerd/pull/8344)) |
| 31 | +* **Update runc binary to v1.1.7** ([#8451](https://github.com/containerd/containerd/pull/8451)) |
| 32 | +* **Fix runtime path task option** ([#8453](https://github.com/containerd/containerd/pull/8453)) |
| 33 | +* **Fix panic from nil checkpoint options** ([#8475](https://github.com/containerd/containerd/pull/8475)) |
| 34 | +* **Fix transfer service configuration options** ([#8491](https://github.com/containerd/containerd/pull/8491)) |
| 35 | +* **Fix server-side goroutine leak on receive message error** ([ttrpc#141](https://github.com/containerd/ttrpc/pull/141)) |
| 36 | +* **Fix panic caused by race to close send channel** ([ttrpc#140](https://github.com/containerd/ttrpc/pull/140)) |
| 37 | +* **Fix unmarshal to return non-nil object when nil value** ([ttrpc#140](https://github.com/containerd/typeurl/pull/41)) |
| 38 | +
|
| 39 | +See the changelog for complete list of changes""" |
0 commit comments