From f964688eb175e418d2ea25e9bc94e9ffb559965c Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 30 Oct 2018 14:43:28 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97359b24..997a06b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: