Skip to content

garden-runc/1.5.0

You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit 1cffac5d.

Release Notes

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.
  • Clients that create large numbers of processes in a single container 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

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "garden-runc"
  version: "1.5.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.5.0"
  sha1: "25f627237c42cfa46e8b73ae2aec6fc96f9a5dc3"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 25f627237c42cfa46e8b73ae2aec6fc96f9a5dc3 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.5.0"

Jobs

Packages