bosh/236
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 02e11f3a
.
Release Notes¶
Improvements: - Running drain scripts are terminated gracefully if deploy is cancelled - Switched to using MariaDB connector for the Director
Fixes: - bosh-agent correctly labels raw instance storage on CentOS 7 stemcells on AWS
This release includes 3153 stemcell series.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "236" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=236" sha1: "88dd60313dbd7dd832faa44c90493ffa6cd85448"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 88dd60313dbd7dd832faa44c90493ffa6cd85448 \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=236"