GRR v1.5.0: The One With the Less Weighty Wait
- Verified with grootfs-release v0.17.0
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()
andwait()
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