Skip to content

GRR v1.5.0: The One With the Less Weighty Wait

Compare
Choose a tag to compare
@garden-gnome garden-gnome released this 13 Apr 13:38
· 2863 commits to develop since this release

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