changelog++

This commit is contained in:
ncabatoff 2019-12-16 09:41:46 -05:00 committed by GitHub
parent d3ff2684bb
commit 94cb5f6dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ BUG FIXES:
* agent: Fix issue where Agent exits before all templates are rendered when
using and `exit_after_auth` [GH-7899]
* auth/token: Fix panic when getting batch tokens on a performance standby from a role
that does not exist.
* plugin: Fix a panic that could occur if a mount/auth entry was unable to
mount the plugin backend and a request that required the system view to be
retrieved was made [GH-7991]