From 3089b0e57ab4904da80a6e6b058a7573cc34f96c Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 19 Jun 2020 13:35:22 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773cdbc9e..331985b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ IMPROVEMENTS: * acl: allow auth methods created in the primary datacenter to optionally create global tokens [[GH-7899](https://github.com/hashicorp/consul/issues/7899)] * agent: Allow to restrict servers that can join a given Serf Consul cluster. [[GH-7628](https://github.com/hashicorp/consul/issues/7628)] +BUGFIXES: + +* connect: fix crash that would result if a mesh or terminating gateway's upstream has a hostname as an address and no healthy service instances available [[GH-8158](https://github.com/hashicorp/consul/pull/8158] + ## 1.8.0 (June 18, 2020) BREAKING CHANGES: