Releases: cloudfoundry/garden-runc-release
Releases · cloudfoundry/garden-runc-release
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
✨ Built with golang 1.17.10
1.20.7
Release Highlights
- garden-runc-release now supports Jammy Jellyfish
- Updated the packaged
tar
to be statically compiled with musl
✨ Built with golang 1.17.10
1.20.6
✨ Built with golang 1.17.10
1.20.5
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