Skip to content

Releases: cloudfoundry/garden-runc-release

0.4.0

07 Jul 14:32
Compare
Choose a tag to compare
  • Add http_proxy, https_proxy and no_proxy properties for setting HTTP proxies to use when pulling from Docker registries
  • NetOut rules with log: true now work correctly
  • Container disk limits now work on Xenial
  • Unprivileged containers now use seccomp to improve security
  • Fixed a bug where container deletion could race with grace time expiration and container creation, resulting in two containers with the same IP address

You can find a guide to transitioning from Garden-Linux to Garden-RunC here.

0.3.0

15 Jun 15:19
Compare
Choose a tag to compare
  • max_containers now defaults to 250
  • User groups are now properly supported when running processes in containers
  • Mounts made on the host are now available to be bind mounted into containers
  • Max number of open file descriptors for the garden server is now 65536
  • The head of the net-in port allocation queue is now persisted across garden server process restarts, though it is not persisted through VM recreation

You can find a guide to transitioning from Garden-Linux to Garden-RunC here.

0.2.0

10 May 18:54
Compare
Choose a tag to compare
  • Rename destroy_containers_on_startup property to destroy_containers_on_start, to match Garden-Linux-Release
  • NetOut rules now work correctly across server restarts
  • Remove tag property, which was only present for testing and was not used
  • Set $TMPDIR to a sensible path in /var/vcap/data, rather than using the tiny /tmp provided by BOSH
  • Add the network_pool property

You can find a guide to transitioning from Garden-Linux to Garden-RunC here.

0.1.0

10 May 18:48
Compare
Choose a tag to compare

This release supports all features required to replace Garden-Linux in a Cloud Foundry deployment for development or testing. Performance with production workloads at scale has not yet been validated, so we don't recommend using this in production.

You can find a guide to transitioning from Garden-Linux to Garden-RunC here.

This release may or may not be suitable for non Cloud Foundry use, depending on the set of features required. Notably, a number of features do not yet work correctly across server restarts. Support for specifying container IPs and subnets is also not yet implemented.

0.0.0

27 Apr 16:56
Compare
Choose a tag to compare

A final release of garden-runC-release just to get the ball rolling for those who want to integrate against this in CI and such.

v0.1.0 is expected soon, and will have comprehensive release notes.