From d3153a2369621e38c98d98e0c2868d2eb6474612 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Wed, 24 May 2017 10:46:03 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3c1a7583..8a45ce072b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: * agent: Removed SCADA-related code for Atlas and deprecated all Atlas-related configuration options. [GH-3032] * agent: Added support for custom check id and name when registering checks along with a service. [GH-3047] * agent: Updated [go-sockaddr](https://github.com/hashicorp/go-sockaddr) library to add support for new helper functions in bind address templates (`GetPrivateIPs`, `GetPublicIPs`), new math functions, and to pick up fixes for issues with detecting addresses on multi-homed hosts. [GH-3068] +* agent: Added support for RetryJoin on Azure [GH-2978] * build: Added support for linux/arm64 binaries. [GH-3042] * ui: Added a sticky scroll to the KV side panel so the KV edit box always stays in place. [GH-2812]