From 42253deac342fcd5deb1d2abd96c9d5eab7dab12 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 23 Jan 2019 16:35:56 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781879756..f5bc653f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ IMPROVEMENTS: * auth/jwt: The supported set of signing algorithms is now configurable [JWT plugin GH-16] + * core: When starting from an uninitialized state, HA nodes will now attempt + to auto-unseal using a configured auto-unseal mechanism after the active + node initializes Vault [GH-6039] * secret/transit: ECDSA signatures can now be marshaled in JWS-compatible fashion [GH-6077] * storage/etcd: Support SRV service names [GH-6087]