From 2a3649f73a97da7642caf44cb74603b57b8b6834 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 19 Jun 2019 17:07:49 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d41128601..f0e16b381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,8 +37,10 @@ CHANGES: FEATURES: - * Adds an ElasticSearch database plugin which issues unique, short-lived ElasticSearch credentials [GH-6857] - * Adds a PCF plugin that supports use of instance identity certificates for Vault authentication [GH-6847] + * Adds an ElasticSearch database plugin which issues unique, short-lived + ElasticSearch credentials [GH-6857] + * Adds a PCF plugin that supports use of instance identity certificates for + Vault authentication [GH-6847] * storage/postgres: Add HA support for PostgreSQL versions >= 9.5 [GH-5731] IMPROVEMENTS: @@ -49,6 +51,8 @@ IMPROVEMENTS: * auth/token: Add a large set of token configuration options to token store roles [GH-6662] * identity: Allow a group alias' canonical ID to be modified + * namespaces: Namespaces can now be created and deleted from performance + replication secondaries * storage/postgres: LIST now performs better on large datasets [GH-6546] * ui: KV v1 and v2 will now gracefully degrade allowing a write without read workflow in the UI [GH-6570]