changelog++
This commit is contained in:
parent
051bc15da3
commit
6b5fbb3544
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue