Skip to content

Releases: cloudfoundry/garden-runc-release

1.22.7

14 Dec 20:51
Compare
Choose a tag to compare

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

14 Dec 20:33
Compare
Choose a tag to compare

Changes

  • Golang was bumped to v1.19.4
  • The garden job now has an HTTP-based healthchecker process that will restart garden 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

31 Oct 20:18
Compare
Choose a tag to compare
  • ✨ GA CPU Throttling feature
    • Add garden.cpu_throttling bosh property. If this property is set it will override garden.experimental_cpu_throttling.
    • Add garden.cpu_throttling_check_interval bosh property. If this property is set it will override garden.experimental_cpu_throttling_check_interval.
    • The experimental properties are still respected if the non-experimental properties are not set.

⚠️ The experimental properties 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

05 Oct 21:44
Compare
Choose a tag to compare

What's Changed

  • Bump to go 1.19.2!

Full Changelog: v1.22.3...v1.22.4

✨ Built with go 1.19.2

1.22.3

03 Oct 17:52
Compare
Choose a tag to compare

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

07 Sep 13:56
Compare
Choose a tag to compare

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

31 Aug 15:46
Compare
Choose a tag to compare

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

19 Aug 17:52
Compare
Choose a tag to compare

What's Changed

  • The default garden.iptables_bin_dirhas 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 use iptables-legacy or iptables 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

09 Aug 17:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20.8...v1.21.0

✨ Built with go 1.18.4

1.20.8

06 Jul 23:03
Compare
Choose a tag to compare

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

✨ Built with golang 1.17.10