garden-runc/0.9.1
You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit 62858ae0
.
Release Notes¶
- Make destroy more resilient to guardian being abruptly killed
- Bump golang version to 1.7
- Don’t create a new session keyring for every container (there’s a significant performance penalty for creating a new keyring under load, and
runc
now supports not doing it). - Reduce log level of some frequent log messages
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-runc" version: "0.9.1" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.9.1" sha1: "a0d5d73bc73a1b2d8ea525dd3db20a0af119beaa"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a0d5d73bc73a1b2d8ea525dd3db20a0af119beaa \ "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.9.1"