From d47bdb9d12c086ce9bb8ba1ef7a2efe1a9f0884d Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Sat, 21 Mar 2020 20:04:16 +0100 Subject: [PATCH] Release 2.17.0-rc.4 (#7016) Signed-off-by: Julien Pivotto --- CHANGELOG.md | 5 ++++- VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcfcadfc..2e467e5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.17.0-rc.3 / 2020-03-18 +## 2.17.0-rc.4 / 2020-03-21 This release implements isolation in TSDB. API queries and recording rules are guaranteed to only see full scrapes and full recording rules. This comes with a @@ -20,8 +20,11 @@ some increase in memory usage, CPU usage, or query latency. * [BUGFIX] PromQL: Do not escape HTML-like chars in query log #6834 #6795 * [BUGFIX] React UI: Fix data table matrix values #6896 * [BUGFIX] React UI: Fix new targets page not loading when using non-ASCII characters #6892 +* [BUGFIX] Remote read: Fix duplication of metrics read from remote storage with external labels #6967 #7018 +* [BUGFIX] Remote write: Register WAL watcher and live reader metrics for all remotes, not just the first one #6998 * [BUGFIX] Scrape: Prevent removal of metric names upon relabeling #6891 * [BUGFIX] Scrape: Fix 'superfluous response.WriteHeader call' errors when scrape fails under some circonstances #6986 +* [BUGFIX] Scrape: Fix crash when reloads are separated by two scrape intervals #7011 ## 2.16.0 / 2020-02-13 diff --git a/VERSION b/VERSION index 9dba67016..f14ff579c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.17.0-rc.3 +2.17.0-rc.4