From f53cde9d65a6d6d00424999a1925e9abdc76d5c7 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Fri, 1 Sep 2017 12:12:08 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002feefe80..2b625a1271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,9 +55,9 @@ BUG FIXES: * storage/consul: Fix parsing TLS configuration when using a bare IPv6 address [GH-3268] * plugins: Lazy-load plugins to prevent crash/deadlock during unseal process. - Skip mounting plugin-based secret and credential mounts when setting up mounts - if the plugin is no longer present in the catalog (the mount entry will still - be present in the mount table to preserve the storage view). [GH-3255] + [GH-3255] + * plugins: Skip mounting plugin-based secret and credential mounts when setting + up mounts if the plugin is no longer present in the catalog. [GH-3255] ## 0.8.1 (August 16th, 2017)