Skip to content

vault/0.5.0

You can find the source of this version on GitHub at cloudfoundry-community/vault-boshrelease. It was created based on the commit aa5a5312.

Release Notes

Improvements

  • update vault binary to v0.7.3
  • consume ssl certs from linked consul
  • enable zero-downtime deployments via step_down_token and unseal_keys

Breaking changes

  • renamed all backend settings to storage in line with Vaults naming conventions.

Fixes

  • remove some redundant settings

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "vault"
  version: "0.5.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease?v=0.5.0"
  sha1: "faa930d1692b53f5a46f7af187bfae36ba0bae8e"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 faa930d1692b53f5a46f7af187bfae36ba0bae8e \
  "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease?v=0.5.0"

Jobs

Packages