From 7f860171265e6942a0b07c5d126130f37af041a6 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 18 Mar 2020 17:32:31 +0100 Subject: [PATCH] Release 2.17.0-rc.2 (#7003) Signed-off-by: Julien Pivotto --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca69d3ba..48f75bbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.17.0-rc.1 / 2020-03-16 +## 2.17.0-rc.2 / 2020-03-18 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 @@ -21,6 +21,7 @@ some increase in memory usage, CPU usage, or query latency. * [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] Scrape: Prevent removal of metric names upon relabeling #6891 +* [BUGFIX] Scrape: Fix 'superfluous response.WriteHeader call' errors when scrape fails under some circonstances #6986 ## 2.16.0 / 2020-02-13 diff --git a/VERSION b/VERSION index f4ca5334e..4fd6e593b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.17.0-rc.1 +2.17.0-rc.2