changelog++
This commit is contained in:
parent
1fca0f7b6f
commit
ecc95964ea
|
@ -4,6 +4,8 @@ CHANGES:
|
|||
* agent/caching: Enable the caching of tokens and leases generated by the
|
||||
auto-auth token when that's in use.
|
||||
[[GH-6293]](https://github.com/hashicorp/vault/pull/6293)
|
||||
* core: Auth responses that results in token creation now exposes the `orphan`
|
||||
field. [[GH-6230]](https://github.com/hashicorp/vault/pull/6320)
|
||||
|
||||
FEATURES:
|
||||
|
||||
|
@ -20,11 +22,12 @@ BUG FIXES:
|
|||
|
||||
* namespace (enterprise): Clearing out identity store items upon namespace
|
||||
deletion [[GH-850]](https://github.com/hashicorp/vault-enterprise/pull/850)
|
||||
* secrets/kv: Fix issue where a v1→v2 upgrade could run on a performance standby
|
||||
when using a local mount.
|
||||
* secrets/kv: Fix issue where a v1→v2 upgrade could run on a performance
|
||||
standby when using a local mount.
|
||||
* agent/caching: Do not trigger cache update when renewal of the cached lease
|
||||
is triggered. [[GH-6303]](https://github.com/hashicorp/vault/pull/6303)
|
||||
* auth/token: Fix issue where empty values for token role update call were ignored. [[GH-6314]](https://github.com/hashicorp/vault/pull/6314)
|
||||
* auth/token: Fix issue where empty values for token role update call were
|
||||
ignored. [[GH-6314]](https://github.com/hashicorp/vault/pull/6314)
|
||||
* ui: fix an issue where the policies tab was erroneously hidden [GH-6301]
|
||||
* ui: fix encoding issues with kv interfaces [GH-6294]
|
||||
|
||||
|
|
Loading…
Reference in New Issue