bosh/259
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit b8fdfad1
.
Release Notes¶
Reported problems: - Same as v258. Upcoming release with fixes is coming…
Improvements: - Show IPs in bosh instances/vms commands from the Director’s DB - After this change IPs should be visible even when agent is unresponsive
Fixes:
- Persistent disks should be orphaned or not created if size is 0
- Only applies to persistent_disk: 0
declaration for backwards compatibility
- Remove old tasks when Director is restored to a backup via bosh restore
Bumps: - Bump s3cli to support AWS Ohio region in the Director - Stemcells that support new region have not shipped yet
Misc: - Continued working on config server support - Finished porting over integration test suite for bosh CLI v2
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "259" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=259" sha1: "94cd3ade8549fbc6a02fcca349794ac40045c22c"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 94cd3ade8549fbc6a02fcca349794ac40045c22c \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=259"