Update CHANGELOG.md to include namespace list changes in 1.4.1
This commit is contained in:
parent
bf402405d2
commit
b3cbad3b43
|
@ -42,6 +42,7 @@ BUG FIXES:
|
||||||
Also fixes deadlock that can happen if `vault debug` with the config target is ran during this time.
|
Also fixes deadlock that can happen if `vault debug` with the config target is ran during this time.
|
||||||
[[GH-8755](https://github.com/hashicorp/vault/pull/8755)]
|
[[GH-8755](https://github.com/hashicorp/vault/pull/8755)]
|
||||||
* core: Always rewrite the .vault-token file as part of a `vault login` to ensure permissions and ownership are set correctly [[GH-8867](https://github.com/hashicorp/vault/pull/8867)]
|
* core: Always rewrite the .vault-token file as part of a `vault login` to ensure permissions and ownership are set correctly [[GH-8867](https://github.com/hashicorp/vault/pull/8867)]
|
||||||
|
* core: Fix namespace listing to return `key_info` when a scoping namespace is also provided.
|
||||||
* database/mongodb: Fix context deadline error that may result due to retry attempts on failed commands
|
* database/mongodb: Fix context deadline error that may result due to retry attempts on failed commands
|
||||||
[[GH-8863](https://github.com/hashicorp/vault/pull/8863)]
|
[[GH-8863](https://github.com/hashicorp/vault/pull/8863)]
|
||||||
* http: Fix superflous call messages from the http package on logs caused by missing returns after
|
* http: Fix superflous call messages from the http package on logs caused by missing returns after
|
||||||
|
|
Loading…
Reference in New Issue