Skip to content

Releases: cloudfoundry/garden-runc-release

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

1.20.7

23 Jun 18:00
Compare
Choose a tag to compare

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

13 May 20:13
Compare
Choose a tag to compare

✨ Built with golang 1.17.10

1.20.5

09 May 15:13
Compare
Choose a tag to compare

Release Highlights

  • garden-runc-release now compiles on Jammy. Thanks @lnguyen!!

✨ Built with golang 1.17.8

1.20.4

14 Apr 18:47
Compare
Choose a tag to compare

Release Highlights

  • Pass log config in container spec to network plugin, so that they can write to container output