changelog++

This commit is contained in:
ncabatoff 2020-03-04 08:49:02 -05:00 committed by GitHub
parent 36dba69ece
commit 2077de790f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ BUG FIXES:
BUG FIXES:
* approle: Fix excessive locking during tidy, which could potentially block new approle logins for long enough to cause an outage [[GH-8418](https://github.com/hashicorp/vault/pull/8418)]
* cli: Fix issue where Raft snapshots from standby nodes created an empty backup file [[GH-8097](https://github.com/hashicorp/vault/pull/8097)]
* identity: Fix incorrect caching of identity token JWKS responses [[GH-8412](https://github.com/hashicorp/vault/pull/8412)]
* secrets/database/influxdb: Fix potential panic if connection to the InfluxDB database cannot be established [GH-8282]