changelog++

This commit is contained in:
Calvin Leung Huang 2019-03-05 12:20:22 -08:00
parent 1fca0f7b6f
commit ecc95964ea
1 changed files with 9 additions and 6 deletions

View File

@ -4,15 +4,17 @@ 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:
* **Transit Auto Unseal**: Vault can now be configured to use the Transit
Secret Engine in another Vault cluster as an auto unseal provider.
IMPROVEMENTS:
* auth/token: A warning will be printed when 'tls_cipher_suites' includes a
* auth/token: A warning will be printed when 'tls_cipher_suites' includes a
blacklisted cipher suite or all cipher suites are blacklisted by the HTTP/2
specification.
@ -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]