garden-runc/0.9.0
You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit a431c903
.
Release Notes¶
- Ensure deletes are atomic: even if garden is killed during deletes, the delete can now be completed on restart
- Forward logs to syslog (via https://github.com/cloudfoundry/garden-runc-release/pull/16, thanks @keymon!)
- Changes to enable container to container networking plugin (via https://github.com/cloudfoundry/guardian/pull/48, thanks @jaydunk!)
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-runc" version: "0.9.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.9.0" sha1: "56a8b71ee0b17157f1e00b9c032683a3656bc4d7"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 56a8b71ee0b17157f1e00b9c032683a3656bc4d7 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.9.0"