From 5f13f0753cb29d69352357bb9991a2d264baa9d1 Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Tue, 22 Oct 2019 09:41:16 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116770548..aac4e84c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ FEATURES: password will be rotated when it's checked back in. * **New UI Features** The UI now supports managing users and groups for the Userpass, Cert, Okta, and Radius auth methods. * **Vault Agent Template** Vault Agent now supports rendering templates containing Vault secrets to disk, similar to Consul Template [GH-7652] + * **Shamir with Stored Master Key** The on disk format for Shamir seals has changed, + allowing for a secondary cluster using Shamir downstream from a primary cluster + using AutoUnseal. [GH-7694] CHANGES: