bosh/248
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 9960b801
.
Release Notes¶
Improvements:
- More complete diff is shown for bosh deploy
command. Property values are redacted by default.
Fixes:
- Fixes DNS address update during resurrection when DNS DB was not configured
- Error shows as Model.set_dataset
takes one of the following classes as an argument
Sec: - Bump Ubuntu stemcells for USN-2869-1: OpenSSH vulnerabilities - Bump Ubuntu stemcells for USN-2861-1: libpng vulnerabilities - Bump Ubuntu stemcells for USN-2865-1: GnuTLS vulnerability
Misc:
- Bump s3cli to 0.0.21 to allow specifying both region
and endpoint
Known issues:
- Running an errand may result in the following error: Timed out sending update_settings message
This release includes 3181 stemcell series.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "248" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=248" sha1: "8c10f72406dde3ee052fdff5577299daf55b2eb2"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 8c10f72406dde3ee052fdff5577299daf55b2eb2 \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=248"