Skip to content

garden-runc/1.9.3

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

Release Notes

Minor changes:

  • some updates to the experimental windows job
  • bumped go version to 1.9
  • bosh release now generated (hopefully) with a sha256 digest
  • garden now returns a specific ProcessNotFound error when attaching to a process which doesn’t exist
  • under the covers, work to be able to run without root in real environments is nearing completion

Usage

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

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

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

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

Jobs

Packages