github cloudfoundry/garden-runc-release v1.5.0
GRR v1.5.0: The One With the Less Weighty Wait

latest releases: v1.20.9, v1.20.8, v1.20.7...
7 years ago

Happy spring-time holidays garden fans! v1.5.0 has only a couple small changes, but please note the new process.Wait() behaviour if you create lots of processes in a single container (see below).

Less Weighty Wait

  • Wait() no longer silently deletes the process state, which means it's now safe to call attach() and wait() multiple times. The process state is cleaned up when the container is destroyed instead.
  • Systems that create large numbers of processes in a single container - for example Cloud Foundry/Diego - will want to opt-back-in to the old behaviour by setting the garden.cleanup_process_dirs_on_wait bosh property to true.

Bug Fixes

  • Fixed a regression in resolv.conf processing introduced in 1.3.0

Don't miss a new garden-runc-release release

NewReleases is sending notifications on new releases.