changelog++
This commit is contained in:
parent
5cc02fd64b
commit
3e6a9d5e09
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
## 0.10.1 (Unreleased)
|
||||
|
||||
DEPRECATIONS/CHANGES:
|
||||
|
||||
* `vault kv` and Vault versions: In 0.10.1 some issues with `vault kv` against
|
||||
v1 K/V engine mounts are fixed. However, using 0.10.1 for both the server
|
||||
and CLI versions is required.
|
||||
* Identity and Local Mounts: Local mounts would allow creating Identity
|
||||
entities but these would not be able to be used successfully (even locally)
|
||||
in replicated scenarios. We have now disallowed entities and groups from
|
||||
being created for local mounts in the first place.
|
||||
|
||||
FEATURES:
|
||||
|
||||
* X-Forwarded-For support: `X-Forwarded-For` headers can now be used to set the
|
||||
|
|
Loading…
Reference in New Issue