garden-linux/0.336.0
You can find the source of this version on GitHub at cloudfoundry-incubator/garden-linux-release. It was created based on the commit 45204b95
.
Release Notes¶
matching garden sha: d6c15a44a6fe1217bf01f5916fda399264c1a0c5
- Remove “dynamic” limit methods LimitBandwidth()
, LimitCPU()
, and LimitMemory()
- these limits can now only be set in the ContainerSpec
at container creation time
- Fix a bug where gardenClient.Create()
could occasionally deadlock
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-linux" version: "0.336.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.336.0" sha1: "876f0f1b54302d4e10f2221953c779ead581abb2"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 876f0f1b54302d4e10f2221953c779ead581abb2 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.336.0"