garden-linux/0.316.0
You can find the source of this version on GitHub at cloudfoundry-incubator/garden-linux-release. It was created based on the commit 57446f5b
.
Release Notes¶
Should have been 0.309.0, but we had a bug in our pipeline which bumped the version crazy high ¯_(ツ)/¯_
matching garden sha: 295b3b7d64d3a92ec6aba1ebf6a2ad54053e52b7
- Added btrfs_force_sync
property, which defaults to true
. Set this to false
to avoid calling sync
when asking the backend for metrics or container info. You’ll get less accurate disk usage info, but performance may be better.
- Made some small improvements to container creation time by not copying as many binaries around (more to come here)
- Improved logging of subnet allocation and deallocation
- Fixed a small bug with setting the btrfs store size
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-linux" version: "0.316.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.316.0" sha1: "a1c6de7232ac31af2af50e945e20f4716e0f7262"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a1c6de7232ac31af2af50e945e20f4716e0f7262 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.316.0"