bosh/260.4
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit f98ec486
.
Release Notes¶
- Correct Director version reported by 260.3
bosh status
erroneously showed version as ‘0000’ even though it was actually ‘260.3’
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "260.4" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=260.4" sha1: "a3a44ad8054c2cc9588409d90520710b49ad6c50"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a3a44ad8054c2cc9588409d90520710b49ad6c50 \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=260.4"