bosh/218
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 9eb6bc09
.
Release Notes¶
Note: v218 cannot be successfully deployed with bosh-init unless it is configured with DNS. 3120 stemcell series were yanked. v219 fixes this problem.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "218" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=218" sha1: "7ad794897468a453e81b018da53c8475a23cef2b"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 7ad794897468a453e81b018da53c8475a23cef2b \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=218"