From 37bb1c471ba64744e104bb5c9dfd7c808620d774 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Thu, 7 Mar 2019 16:00:14 -0800 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c861abfb8..07c91c90a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ BUG FIXES: [[GH-6353]](https://github.com/hashicorp/vault/pull/6353) * core: The `operator migrate` command will no longer hang on empty key names. [[GH-6371]](https://github.com/hashicorp/vault/pull/6371) + * agent/caching: Add locking during cache lookup to prevent identical + non-cached requests made in parallel launch multiple rewener goroutines. + [[GH-6374]](https://github.com/hashicorp/vault/pull/6374) ## 1.1.0-beta2 (March 5th, 2019)