Skip to content

bosh/255.6

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

Release Notes

Fixes: - Uploading compiled release no longer fails when existing releases have matching package - Failure to diff manifests during bosh deploy no longer causes deploy to fail - Error is just shown to the user before asking to continue - bosh export release command export releases in a more optimized way

This release does not include stemcell series.

Usage

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

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

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

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

Jobs

Packages