bosh/255.12
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit c5ef9188
.
Release Notes¶
- Improved director and blobstore nginx configuration
- Enforce all text column types in MySQL DB to be longtext type to avoid accidental truncation
- Does not affect Postgres Director DB
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.12" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=255.12" sha1: "b4c2f9ac37686ddfa16e2ae8cb95b149697ccd0d"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b4c2f9ac37686ddfa16e2ae8cb95b149697ccd0d \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=255.12"