changelog++

This commit is contained in:
Brian Kassouf 2020-01-17 14:58:35 -08:00 committed by GitHub
parent 1e37eadfa0
commit 4a1cb93860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -17,13 +17,6 @@ IMPROVEMENTS:
BUG FIXES:
* plugin: Fix issue where a plugin unwrap request potentially used an expired token [GH-8058]
* secrets/database: Fix issue where a manual static role rotation could potentially panic [GH-8098]
* secrets/database: Fix issue where a manual root credential rotation request is not forwarded
to the primary node [GH-8125]
* secrets/database: Fix issue where a manual static role rotation request is not forwarded
to the primary node [GH-8126]
* secrets/database/mysql: Fix issue where special characters for a MySQL password were encoded [GH-8040]
* ui: Update headless Chrome flag to fix `yarn run test:oss` [GH-8035]
* ui: Change `.box-radio` height to min-height to prevent overflow issues [GH-8065]
@ -34,6 +27,7 @@ BUG FIXES:
generated by an LDAP login [GH-8072]
* auth/okta: Fix renewal of tokens without configured policies that are
generated by an Okta login [GH-8072]
* plugin: Fix issue where a plugin unwrap request potentially used an expired token [GH-8058]
* replication: Fix issue where a forwarded request from a performance/standby node could run in
a timeout
* secrets/database: Fix issue where a manual static role rotation could potentially panic [GH-8098]