bosh/257.14
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit c9e24cb3
.
Release Notes¶
- Director exposes
env.bosh.group
andenv.bosh.groups
values to the CPIs- Used by the Azure CPI to create availability sets
- Used by the Google CPI to add VM security tags
- Quotes proxy env variables
- Significantly lowered tcp keep alive kernel configuration values
- Kept UDF kernel module enabled on Azure stemcells
- Disabled DHCP hostname reassignment to avoid race conditions
- Update
excon
inbosh-registry
to 0.49- fixes intermittent
execution expired
on creating VMs on OpenStack
- fixes intermittent
This release contains 3262.14 stemcell series. Note: OpenStack stemcells series 3262.14 is broken due to https://github.com/cloudfoundry/bosh-agent/issues/98 and should not be used
Note: Upcoming stemcell in 3262.x series will fix /tmp
permissions reassignment found via https://github.com/cloudfoundry/bosh-agent/issues/97
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "257.14" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=257.14" sha1: "b41821dccee78ad7bd44466cd0160920c183787a"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b41821dccee78ad7bd44466cd0160920c183787a \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=257.14"