Skip to content

bosh/220

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

Release Notes

New Features: - bosh instances should filter non-failing instances if --failing flag is given

Improvements: - bosh backup should only export database contents - It is not practical to export the blobstore due to its potential large size - user can cancel deploy while the Director is waiting for new VMs to come up - Useful to be able to cancel deploy if you know that Director will not be able to access VMs; new VMs will be deleted

This release does not include stemcells.

Usage

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

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

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

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

Jobs

Packages