changelog++

This commit is contained in:
Chris Hoffman 2019-09-05 09:59:21 -04:00 committed by GitHub
parent 051bc15da3
commit 6b5fbb3544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -7,13 +7,17 @@ FEATURES:
documentation](https://www.vaultproject.io/docs/config/index.html) for
details. [GH-6957]
## 1.2.3 (Unreleased)
IMPROVEMENTS:
* storage/cassandra: Improve storage efficiency by eliminating unnecessary copies
of value data [GH-7199]
* pcf: The PCF auth plugin was renamed to the CF auth plugin, maintaining full backwards compatibility ([GH-7346](https://github.com/hashicorp/vault/pull/7346)).
## 1.2.3 (Unreleased)
IMPROVEMENTS:
* auth/kubernetes: enable better support for projected tokens API by allowing user to specify issuer ([GH-65](https://github.com/hashicorp/vault-plugin-auth-kubernetes/issues/65))
* auth/pcf: The PCF auth plugin was renamed to the CF auth plugin, maintaining full backwards compatibility [GH-7346].
BUG FIXES:
@ -24,7 +28,7 @@ BUG FIXES:
* ui: Fix a regression that prevented input of custom items in search-select [GH-7338]
* ui: Fix an issue with the namespace picker being unable to render nested
namespaces named with numbers and sorting of namespaces in the picker [GH-7333]
* auth plugin for Kubernetes: enable better support for projected tokens API by allowing user to specify issuer ([GH-65](https://github.com/hashicorp/vault-plugin-auth-kubernetes/issues/65))
## 1.2.2 (August 15, 2019)