From 34fc32e6ad67cdffcad38ae540d29061d413ac27 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 25 May 2021 21:25:31 -0400 Subject: [PATCH] changelog: add unreleased entries for v1.8.11-beta2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4783e29c0..42736c855c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## UNRELEASED +BUG FIXES: + +* api: include the default value of raft settings in the output of /v1/agent/self [[GH-8812](https://github.com/hashicorp/consul/issues/8812)] +* areas: **(Enterprise only)** Selectively merge gossip_wan config for network areas to avoid attempting to enable gossip encryption where it was not intended or necessary. + ## 1.8.11-beta1 (May 18, 2021) IMPROVEMENTS: