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