From ecc95964eae68aa6cf34a695e4e76e5ca7deb0f8 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Tue, 5 Mar 2019 12:20:22 -0800 Subject: [PATCH] changelog++ --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1dcd4cb..25fe6200e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]