From 28b403f1538cba73ea1b9e8e3171c76931bf3866 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 33604a72c..25af3465c 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]