changelog++
This commit is contained in:
parent
ed264a964f
commit
34cae3f4e5
|
@ -38,6 +38,8 @@ IMPROVEMENTS:
|
|||
|
||||
BUG FIXES:
|
||||
|
||||
* secrets/transform (enterprise): Fix panic that could occur when accessing cached template entries, such as a requests
|
||||
that accessed templates directly or indirectly from a performance standby node.
|
||||
* serviceregistration: Fix a regression for Consul service registration that ignored using the listener address as
|
||||
the redirect address unless api_addr was provided. It now properly uses the same redirect address as the one
|
||||
used by Vault's Core object. [[GH-8976](https://github.com/hashicorp/vault/pull/8976)]
|
||||
|
@ -49,8 +51,6 @@ BUG FIXES:
|
|||
* sys: The path provided in `sys/internal/ui/mounts/:path` is now namespace-aware. This fixes an issue
|
||||
with `vault kv` subcommands that had namespaces provided in the path returning permission denied all the time.
|
||||
[[GH-8962](https://github.com/hashicorp/vault/pull/8962)]
|
||||
* transform (enterprise): Fix panic that could occur when accessing cached template entries, such as a requests
|
||||
that accessed templates directly or indirectly from a performance standby node.
|
||||
|
||||
## 1.4.1 (April 30th, 2020)
|
||||
|
||||
|
|
Loading…
Reference in New Issue