From 22ed4ca7d2c2ab4a5e96fd22dfe39fe3b9d9c02e Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Thu, 21 May 2020 12:34:57 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171720646..c03411ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)