bosh/250
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 2742af36
.
Release Notes¶
Fixes:
- Running of errands when env
is set for errand’s resource pool
- Deletion of existing deployments after a migration
- Root cause was we have left foreign key on the vms table we’ve migrated into instances table
This release includes 3184.1 stemcell series.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "250" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=250" sha1: "11b318d4ec9f0baf75d8afc6f78cf66f955d459f"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 11b318d4ec9f0baf75d8afc6f78cf66f955d459f \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=250"