From 3832fb42c10cf2a9fd88e8939a88d7c2ab8e8dde Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 5 Sep 2018 15:54:16 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33604a72c9..25af3465c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,18 @@ SECURITY: accounted for. (Vault has tests to check exactly this, and the tests have never seen nonce re-use.) -IMPROVEMENTS: +FEATURES: * AliCloud Agent Support: Vault Agent can now authenticate against the AliCloud auth method. * UI: Enable AliCloud auth method and Azure secrets engine via the UI. +IMPROVEMENTS: + + * core: Logging level for most logs (not including secrets/auth plugins) can + now be changed on-the-fly via `SIGHUP`, reading the desired value from + Vault's config file [GH-5280] + BUG FIXES: * core: Properly check error return from random byte reading [GH-5277]