vault/0.6.2
You can find the source of this version on GitHub at cloudfoundry-community/vault-boshrelease. It was created based on the commit 36e759d6
.
Release Notes¶
Bug Fixes
- Fixed a variable naming bug, so that
VAULT_ADVERTISE_ADDR
is properly set so thatvault
can take advantage of it. (We had mistakenly left the critical_ADDR
part off…)
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "vault" version: "0.6.2" url: "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease?v=0.6.2" sha1: "36fd3294f756372ff9fbbd6dfac11fe6030d02f9"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 36fd3294f756372ff9fbbd6dfac11fe6030d02f9 \ "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease?v=0.6.2"