garden-runc/0.9.0
You can find the source of this version on GitHub at cloudfoundry/garden-runc-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/garden-runc-release?v=0.9.0" sha1: "f0f51762fd470128539ad335934b0319b07b9a04"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 f0f51762fd470128539ad335934b0319b07b9a04 \ "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.9.0"