Skip to content

Releases: hashicorp/vault-service-broker

Vault Service Broker v0.6.0

12 Aug 18:13
5d298cf
Compare
Choose a tag to compare

CHANGES:

  • #65 migrated to go modules, use go 1.18 in tests, and updated to vault/api@v1.7.2

IMPROVEMENTS:

  • #66 allow environment variables like VAULT_SKIP_VERIFY to be picked up by the Vault client

Vault Service Broker v0.5.4

02 Dec 20:59
7b659bf
Compare
Choose a tag to compare

BUG FIXES:

  • #57 fixes an issue where the broker sends too many requests to Vault during startup

Vault Service Broker v0.5.3

13 May 22:14
6a3d78e
Compare
Choose a tag to compare

BUG FIXES:

  • #49 fixes an issue during upgrades when broker version <= 0.2.0
  • #48 continue the unbind when the token has already expired or revoked out of band

Vault Service Broker v0.5.2

17 Apr 16:05
791faba
Compare
Choose a tag to compare

Includes a bug fix for legacy versions of PCF that don't populate the application ID. These versions were failing on the Bind call. Now, the broker doesn't attempt to create application-level storage if an application ID is not provided.

Vault Service Broker v0.5.1

15 Feb 22:29
9c22bb2
Compare
Choose a tag to compare

Adds a bugfix that allows you to unbind if your token was deleted out-of-band.

Vault Service Broker v0.5.0

31 Jan 00:36
b35b40f
Compare
Choose a tag to compare

Improves the Marketplace UI and solves issues with pushing and running the app in $ cf dev.

Vault Service Broker v0.4.0

29 Jan 18:57
e9348ff
Compare
Choose a tag to compare

Adds support for namespaces and application-level secrets. Warning, contains a breaking change in an API response, see CHANGELOG for more details.

v0.3.0

23 Jan 17:24
db9523a
Compare
Choose a tag to compare

Add support for configuration through CredHub.