From 18254838fbe25dcc732c950ae05f78ed4db1292c Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 20 Apr 2020 10:17:21 +0200 Subject: [PATCH] Release 2.17.2 (#7139) Signed-off-by: Julien Pivotto --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fb9048e..faf9ade79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.17.2 / 2020-04-20 + +* [BUGFIX] Federation: Register federation metrics #7081 +* [BUGFIX] PromQL: Fix panic in parser error handling #7132 +* [BUGFIX] Rules: Fix reloads hanging when deleting a rule group that is being evaluated #7138 +* [BUGFIX] TSDB: Fix a memory leak when prometheus starts with an empty TSDB WAL #7135 +* [BUGFIX] TSDB: Make isolation more robust to panics in web handlers #7129 #7136 + ## 2.17.1 / 2020-03-26 * [BUGFIX] TSDB: Fix query performance regression that increased memory and CPU usage #7051 diff --git a/VERSION b/VERSION index 3f8eb714d..94dc0ec91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.17.1 +2.17.2