changelog++

This commit is contained in:
ncabatoff 2019-10-22 09:41:16 -04:00 committed by GitHub
parent 8543da27bd
commit 5f13f0753c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: