Releases: cloudfoundry/garden-runc-release
Releases · cloudfoundry/garden-runc-release
1.22.7
Changes
- Bundler update to fix deprecation warnings.
✨ Built with go 1.19.4
Full Changelog: v1.22.6...v1.22.7
Resources
1.22.6
Changes
- Golang was bumped to v1.19.4
- The
garden
job now has an HTTP-based healthchecker process that will restartgarden
if it detects that it has stopped responding to HTTP requests. It will do this for up to 10 consecutive failures before stopping. - grootfs was bumped with new golang dependencies.
✨ Built with go 1.19.4
Full Changelog: v1.22.5...v1.22.6
Resources
1.22.5
- ✨ GA CPU Throttling feature
- Add
garden.cpu_throttling
bosh property. If this property is set it will overridegarden.experimental_cpu_throttling
. - Add
garden.cpu_throttling_check_interval
bosh property. If this property is set it will overridegarden.experimental_cpu_throttling_check_interval
. - The experimental properties are still respected if the non-experimental properties are not set.
- Add
garden.experimental_cpu_throttling
and garden.experimental_cpu_throttling_check_interval
are now deprecated. They will be removed in a future release.
1.22.4
1.22.3
What's Changed
- create a job providing garden binaries by @dtimm in #235
- Add buildvcs=false to all windows package compilation by @geofffranks in #236
- Bump to go 1.19.1! Thanks @mariash !
New Contributors
Full Changelog: v1.22.2...v1.22.3
✨ Built with go 1.19.1
1.22.2
What's Changed
gdn
is now statically compiled- Various minor bumps
Full Changelog: v1.22.1...v1.22.2
✨ Built with go 1.18.5
1.22.1
What's Changed
- Nothing substantial, just bumped to golang 1.18.5
Full Changelog: v1.22...v1.22.1
✨ Built with go 1.18.5
1.22.0
What's Changed
- The default
garden.iptables_bin_dir
has changed. It used to be/var/vcap/packages/iptables/sbin
. It is now simply/sbin
to increase compatibility with iptables versions on various stemvcells. Ubuntu's Jammy Jellyfish has switched to nf_tables based iptables, while others remain on legacy iptables. We've made this change so that operators won't need to useiptables-legacy
oriptables
depending on what stemcell is being used. This can still be overridden ot the/var/vcap/packages/iptables/sbin
path if desired.
Full Changelog: v1.21...v1.22.0
✨ Built with go 1.18.4
1.21.0
What's Changed
- Replace GinkgoParallelNode with GinkgoParallelProcess by @mariash in #230
- Bump golang to 1.18 by @ebroberson in #232
New Contributors
- @ebroberson made their first contribution in #232
Full Changelog: v1.20.8...v1.21.0
✨ Built with go 1.18.4
1.20.8
Release Highlights
- Bumps dependencies
- Guardian
- urfave/cli/v2 to 2.10.3
- go-resiliency to 1.3.0
- docker 20.10.17
- idmapper
- github.com/onsi/ginkgo to 2.1.4
- grootfs
- docker 20.10.17
- netplugin-shim
- docker 20.10.17
- Guardian