From 80d7d0392b952328f2a773201143fa578827fc29 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 10 May 2017 17:02:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f220ce356..2a53800e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ IMPROVEMENTS: * agent: Added a check which prevents advertising or setting a service to a zero address (`0.0.0.0`, `[::]`, `::`). [GH-2961] * agent: Added a method for gracefully transitioning to TLS on an existing cluster. [GH-1705] +* agnet: Removed SCADA-related code for Atlas and deprecated all Atlas-related configuration options. [GH-3032] BUG FIXES: +* agent: Fixed an issue where NAT-configured agents with a non-routable advertise address would refuse to make RPC connections to Consul servers. This was a regression related to GH-2822 in Consul 0.8.2. [GH-3028] * build: Added a vendor fix to allow compilation on Illumos. [GH-3024] ## 0.8.2 (May 9, 2017)