From 30c86823e4cfd50dbf6ef53c3bdfdb9c2fa18356 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Tue, 26 Feb 2019 13:34:52 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1db0fe52..14463efe15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ FEATURES: login may be initiatated from the Vault UI or through the `vault login` command. * **ACL Path Wildcard**: ACL paths can now use the `+` character to enable wild card matching for a single directory in the path definition. - + IMPROVEMENTS: * auth/jwt: A default role can be set. It will be used during JWT/OIDC logins if @@ -38,12 +38,14 @@ IMPROVEMENTS: * auth/jwt: The name "oidc" has been added as an alias for the jwt backend. Either name may be specified in the `auth enable` command. * core/metrics: Prometheus pull support using a new sys/metrics endpoint. [GH-5308] + * namespace (enterprise): Clearing out identity store items upon namespace + deletion [[GH-850]](https://github.com/hashicorp/vault-enterprise/pull/850) * replication: The inital replication indexing process on newly initialized or upgraded clusters now runs asynchronously. * ui: The UI is now leveraging OpenAPI definitions to pull in fields for various forms. This means, it will not be necessary to add fields on the go and JS sides in the future. [GH-6209] - + BUG FIXES: * identity: Fix a panic at login when external group has a nil alias. [GH-6230]