Skip to content

bosh/246

You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit b216f8a0.

Release Notes

Improvements: - Switched to Slack, everyone is invited: #bosh on https://slack.cloudfoundry.org - Allow to keep same deployment job name when using migrated_from - migrated_from feature will be announced and documented shortly

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 - Properly escape values in HM templates - Fixes IP allocation bug during transition to new cloud-config configuration

Sec: - Bump Ubuntu stemcells for USN-2861-1: libpng vulnerabilities - Bump Ubuntu stemcells for USN-2865-1: GnuTLS vulnerability

Known Issues: - Possible error Failed to reserve IP '10.244.0.166' for 'cf1': already reserved will be fixed in the next release

This release includes 3177 stemcell series.

Usage

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

- name: "bosh"
  version: "246"
  url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=246"
  sha1: "c410ed4fc53fb1432a5d64174e2222e883173a16"

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

bosh upload-release --sha1 c410ed4fc53fb1432a5d64174e2222e883173a16 \
  "https://bosh.io/d/github.com/cloudfoundry/bosh?v=246"

Jobs

Packages