changelog++

This commit is contained in:
ncabatoff 2020-05-21 12:34:57 -04:00 committed by GitHub
parent 8fc08f8c91
commit 22ed4ca7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,9 @@ BUG FIXES:
## 1.4.2 (TBD)
SECURITY:
* core: proxy environment variables are now redacted before being logged, in case the URLs include a username:password
IMPROVEMENTS:
* storage/raft: The storage stanza now accepts `leader_ca_cert_file`, `leader_client_cert_file`, and
@ -207,9 +210,13 @@ BUG FIXES:
## 1.3.6 (TBD)
SECURITY:
* core: proxy environment variables are now redacted before being logged, in case the URLs include a username:password
BUG FIXES:
* auth/aws: Fix token renewal issues caused by the metadata changes in 1.3.5 [[GH-8991](https://github.com/hashicorp/vault/pull/8991)]
* replication: Fix mount filter bug that allowed replication filters to hide local mounts on a performance secondary
## 1.3.5 (April 28th, 2020)