From 9ae200279e17f73fba1585ff41e3c72365e1609e Mon Sep 17 00:00:00 2001 From: Noelle Daley Date: Wed, 23 Oct 2019 12:05:15 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e848dc9ad..94fc98ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ IMPROVEMENTS: from `telemetry` due to potential sensitive entries in those fields. * ui: when using raft storage, you can now join a raft cluster, download a snapshot, and restore a snapshot from the UI [GH-7410] + * ui: clarify when secret version is deleted in the secret version history dropdown [GH-7714] * sys: Add a new `sys/internal/counters/tokens` endpoint, that counts the total number of active service token accessors in the shared token storage. [GH-7541] @@ -94,6 +95,7 @@ BUG FIXES: * ui: using the `wrapped_token` query param will work with `redirect_to` and will automatically log in as intended [GH-7398] * ui: fix an error when initializing from the UI using PGP keys [GH-7542] + * ui: show all active kv v2 secret versions even when `delete_version_after` is configured [GH-7685] * cli: Command timeouts are now always specified solely by the `VAULT_CLIENT_TIMEOUT` value. [GH-7469]