changelog++

This commit is contained in:
Jeff Mitchell 2018-10-30 14:43:28 -04:00
parent 217e244e17
commit f964688eb1
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ CHANGES:
* Agent no longer automatically reauthenticates when new credentials are
detected. It's not strictly necessary and in some cases was causing
reauthentication much more often than intended.
* HSM Regenerate Key Support Removed: Vault no longer supports destroying and
regenerating encryption keys on an HSM; it only supports creating them.
Although this has never been a source of a customer incident, it is simply a
code path that is pretty trivial to activate, especially by mistyping
`regenerate_key` instead of `generate_key`.
FEATURES: