-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Becca Petrin
authored
Jan 23, 2019
1 parent
c47fd14
commit db9523a
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Cloud Foundry HashiCorp Vault Broker Changelog | ||
|
||
## v0.1.0 (Unreleased) | ||
## v0.3.0 (January 23, 2019) | ||
|
||
FEATURES: | ||
- [#37](https://github.com/hashicorp/vault-service-broker/pull/37) adds support for all configuration variables to be provided through CredHub with UAA for CredHub authentication | ||
|
||
IMPROVEMENTS: | ||
- Adds functional tests documenting current behavior of the Vault Service Broker | ||
- Adds Travis CI builds | ||
|
||
BUG FIXES: | ||
- Resolves [#25](https://github.com/hashicorp/vault-service-broker/issues/25), an extraneous error renewing the Vault token on startup | ||
|
||
|
||
## v0.2.0 (July 24, 2017) | ||
|
||
- Initial Release | ||
- Implements the Bind, Unbind, Provision, and Deprovision calls for the Open Service Broker API |