bosh/256.9
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 31dd7195
.
Release Notes¶
- Enforce all text column types in MySQL DB to be longtext type to avoid accidental truncation
- Does not affect Postgres Director DB
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "256.9" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=256.9" sha1: "a61dfb77a91e206c66d53ff2b569e837cda88cc6"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a61dfb77a91e206c66d53ff2b569e837cda88cc6 \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=256.9"