From 3e3e47ea1b6b35e3d3df6fbf5e45739827698d80 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 11 Feb 2019 13:04:29 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4961151a..9b8c9e0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ IMPROVEMENTS: to auto-unseal using a configured auto-unseal mechanism after the active node initializes Vault [GH-6039] * secret/database: Add socket keepalive option for Cassandra [GH-6201] + * secret/ssh: Add signed key constraints, allowing enforcement of key types + and minimum key sizes [GH-6030] * secret/transit: ECDSA signatures can now be marshaled in JWS-compatible fashion [GH-6077] * storage/etcd: Support SRV service names [GH-6087]