Skip to content

bosh/255.3

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

Release Notes

Improvements: - switch from director.env.* to env.* for setting HTTP proxy - show assigned AZ for compilation VMs - better error message when a static IP is in a reserved range

Incomplete (continued working on…): - switching to instance_groups terminology - bosh attach disk command - UAA deployment level permissions (teams) - backup and restore functionality for the Director DB

Dev: - bumped bundler to 1.11.0

This release includes 3202 stemcell series.

Usage

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

- name: "bosh"
  version: "255.3"
  url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=255.3"
  sha1: "1a3d61f968b9719d9afbd160a02930c464958bf4"

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

bosh upload-release --sha1 1a3d61f968b9719d9afbd160a02930c464958bf4 \
  "https://bosh.io/d/github.com/cloudfoundry/bosh?v=255.3"

Jobs

Packages