Skip to content

garden-linux/0.329.0

You can find the source of this version on GitHub at cloudfoundry-incubator/garden-linux-release. It was created based on the commit 30560db5.

Release Notes

matching garden sha: 518f19c4f33b5ac1314c2c5c52c1190dc1508b20 - Reinstate enable_graph_cleanup and persistent_image_list properties (and behavior!) that were removed in v0.326.0 - Add max_containers property, which defaults to 250. It is not recommended to set it any higher than this if you intend to use disk limits. - Disk limits can now be set using the DiskLimitScopeTotal scope. All scopes are now functional. - Disk usage now reports total container disk usage in addition to container exclusive disk usage for containers created with disk limits. - For NetIn rules where a host side port is not specified, ports are now allocated from the host port pool with FIFO semantics. This port side host usage data is persisted across garden-linux server process restarts, but not across recreation of the VM.

Notes:

There’s another new property, state_dir_path, which was added by mistake. Please don’t use this, as we’re going to remove it in the next release.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "garden-linux"
  version: "0.329.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.329.0"
  sha1: "59b60b53c02ee5b39430d428a076f1cae7245991"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 59b60b53c02ee5b39430d428a076f1cae7245991 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.329.0"

Jobs

Packages