changelog++

This commit is contained in:
Jeff Mitchell 2018-09-05 15:54:16 -04:00
parent c28ed23972
commit 28b403f153
1 changed files with 7 additions and 1 deletions

View File

@ -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]