From f51c97c7d42ce223fb3cf42b41b2203c06edbcfa Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 26 Sep 2017 15:27:13 +0200 Subject: [PATCH] Cut v1.7.2 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7ad873f..73a133ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.7.2 / 2017-09-26 + +* [BUGFIX] Correctly remove all targets from DNS service discovery if the + corresponding DNS query succeeds and returns an empty result. +* [BUGFIX] Correctly parse resolution input in expression browser. +* [BUGFIX] Consistently use UTC in the date picker of the expression browser. +* [BUGFIX] Correctly handle multiple ports in Marathon service discovery. +* [BUGFIX] Fix HTML escaping so that HTML templates compile with Go1.9. +* [BUGFIX] Prevent number of remote write shards from going negative. +* [BUGFIX] In the graphs created by the expression browser, render very large + and small numbers in a readable way. +* [BUGFIX] Fix a rarely occurring iterator issue in varbit encoded chunks. + ## 1.7.1 / 2017-06-12 * [BUGFIX] Fix double prefix redirect. diff --git a/VERSION b/VERSION index 943f9cbc4..f8a696c8d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.1 +1.7.2