Releases: cloudfoundry/garden-runc-release
Releases · cloudfoundry/garden-runc-release
1.20.4
Release Highlights
- Pass log config in container spec to network plugin, so that they can write to container output
1.20.3
Release Highlights
- Bumps more dependencies to address CVE-2021-21284 and prevent older CVEs from showing up in security scans
✨ Built with golang 1.17.8
1.20.2
Release Highlights
- Bumps a large number of golang dependencies for garden products to help produce cleaner security scans. Thanks @BooleanCat and @Keyli0Iliev!
- Bumps the bundled busybox version from 1.27.2 to 1.35.0. Thanks @Keyli0Iliev and @BooleanCat!
- Fixes an issue (#216) when deploying bosh-lite environments using garden with
bosh create-env
in an environment with ruby 2.7+. Thanks @fearoffish and @ramonskie! - Addresses CVE-2020-14040
✨ Built with golang 1.17.8
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)