From e4d75faf3ce18ad5ebb12c4037583edefa647aed Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 4 Apr 2018 17:49:11 -0700 Subject: [PATCH] Add a note to CHANGELOG about health check updates --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d984c..c3eaae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.9.1 - UNRELEASED + +### NOTICE + +Using this version on existing records with `geo` will result in +recreating all health checks. This process has been tested pretty thoroughly to +try and ensure a seemless upgrade without any traffic shifting around. It's +probably best to take extra care when updating and to try and make sure that +all health checks are passing before the first sync with `--doit`. See +[#67](https://github.com/github/octodns/pull/67) for more information. + +* Major update to geo healthchecks to allow configuring host (header), path, + protocol, and port [#67](https://github.com/github/octodns/pull/67) + ## v0.9.0 - 2018-03-26 - Way too long since we last met * Way way way too much to list out here, shouldn't have waited so long