Releases: cloudfoundry/garden-runc-release
Releases · cloudfoundry/garden-runc-release
1.20.1
Release Highlights
- Addresses CVE-2022-23806 and CVE-2022-23772 by bumping golang package to include go
1.17.8
, b953993
✨ Built with golang 1.17.8
1.20.0
1.19.33
Release Highlights
- Fixes a bug in templating introduced in v1.19.32 that would cause failures to render templates if
garden.debug_listen_address
is not set
✨ Built with golang 1.17.6
1.19.32
Release Highlights
- Garden networking specs no longer accept leading zeros in IPs and CIDRs @ameowlia @geofffranks (#213)
- Addresses CVE-2021-43816 by bumping submoduled
containerd
to v1.5.9 @MarcPaquette (#215) - Updates golang packaging to vendor
bosh-packages/golang-release
instead of packaging golang manually. @jrussett (#214)
✨ Built with golang 1.17.6
1.19.31
1.19.30
Fixes:
- #202 Handle reserved space on ext4
- #204 Garden might fail to generate the bundle when mounts from an SMB volume are present
Changes:
- #203 Only killall containerd of the included package (thanks to @andrew-edgar)
1.19.29
Fixes:
- #195 (Garden does not recover after a machine restart)
Documentation Fixes:
- correct the calculation error of cpu entitlement doc on cpu allocation (thanks to @zhlsunshine)
1.19.28
Fixes kernel version parsing bug (guardian issue 232), thanks to @aoldershaw
1.19.27
Please DO NOT use this release
1.19.26
- Bump runc to v1.0.0-rc95 (this addresses CVE-2021-30465)
- Disable filtering the
ptrace
syscall when kernel version is above4.8
.
This allows users to use theptrace
syscall withoutCAP_SYS_PTRACE
when permitted by/proc/sys/kernel/yama/ptrace_scope
, and enables .NET users to use thedotnet-dump
diagnostic tool and the Steeltoe Heap Dump endpoint.