Skip to content

Releases: cloudfoundry/garden-runc-release

GRR v1.0.2

31 Oct 17:08
Compare
Choose a tag to compare
  • Swap to using iptables-restore due to regular iptables becoming extremely slow with lots of rules on recent kernels
  • Minor changes to experimental image_plugin api

GRR v1.0.1

21 Oct 17:34
Compare
Choose a tag to compare

Minor fix and some work on the image plugin API

GRR v1.0.0

17 Oct 17:25
Compare
Choose a tag to compare

no big deal

GRR v0.9.2

13 Oct 13:35
Compare
Choose a tag to compare

Minor update.

GRR v0.9.1

10 Oct 14:46
Compare
Choose a tag to compare
  • Make destroy more resilient to guardian being abruptly killed
  • Bump golang version to 1.7
  • Don't create a new session keyring for every container (there's a significant performance penalty for creating a new keyring under load, and runc now supports not doing it).
  • Reduce log level of some frequent log messages

GRR v0.9.0

27 Sep 15:38
Compare
Choose a tag to compare
  • Ensure deletes are atomic: even if garden is killed during deletes, the delete can now be completed on restart
  • Forward logs to syslog (via #16, thanks @keymon!)
  • Changes to enable container to container networking plugin (via cloudfoundry/guardian#48, thanks @jaydunk!)

0.8.0

05 Sep 14:39
Compare
Choose a tag to compare

Fixes a bug where the PATH environment variable was not properly set if another environment variable containing the string "PATH=" was specified

GRR v0.7.0

31 Aug 12:58
Compare
Choose a tag to compare

Minor fixes.

  • Set a default window size (80x24) when no size is specified and a TTY is attached
  • Ensure aufs module is auto-loaded (when available) even if no graph path is specified

GRR v0.6.0

25 Aug 15:20
Compare
Choose a tag to compare

Mostly a bug-fixin'-and-PR-mergin' release. Enjoy, get it while it's hot!

  • Improve handling of re-attaching to processes after restart
  • Fix bug where output was lost if a process exited while writing to a TTY
  • Make semantics of Lookup match garden-linux to avoid flakes in other components (specific Lookup pretends not to know about containers until Create has returned successfully)
  • PR: Don't run internal ("kawasaki") networker if an external network plugin path has been provided (enables container-to-container networking plugin to be tried experimentally in production), thanks @rosenhouse!
  • PR: Support for execveat syscall in case of ppc64 arch, thanks @barthy1!
  • PR: Remove destination filter from MASQUERADE rules, thanks @geofffranks!
  • PR: Increase max keyrings from 500 to 1000000, thanks @RochesterinNYC!
  • PR: Make rootfs a parameter to be passed in to guardian ifrit runner, thanks @nimakaviani & @jenspinney!

0.5.0

04 Aug 14:47
Compare
Choose a tag to compare

Much good stuff:

  • AppArmor! Unprivileged containers are now secured with a default apparmor profile. This is based on the default docker apparmor profile for maximum compatibility
  • The shared_mounts bosh property is gone, we now do the right thing for anything in /var/vcap/data
  • We now use the new OCI "create/start" split to run network plugins, allowing much more flexibility in how this works and cleaning up the code a lot
  • Iodaemon is gone, we now use a binary called 'dadoo' to do a roughly similar job
  • Reattaching after restart should now be more bulletproof, for example getting the exit code should work
  • Code now imported via code.cloudfoundry.org domain