From bf6e6b444e2c69cea3ef15a690ac8a617970dd4a Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 17 Dec 2021 13:28:18 +0100 Subject: [PATCH] Cut v2.32.1 Signed-off-by: Julius Volz --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e377cc17d..ab48f2405b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.32.1 / 2021-12-17 + +* [BUGFIX] Scrape: Fix reporting metrics when sample limit is reached during the report. #9996 +* [BUGFIX] Scrape: Ensure that scrape interval and scrape timeout are always set. #10023 #10031 +* [BUGFIX] TSDB: Expose and fix bug #10027 in iterators' `Seek()` method. #10030 + ## 2.32.0 / 2021-12-09 This release introduces the Prometheus Agent, a new mode of operation for diff --git a/VERSION b/VERSION index 7cca401c7f..7780cec296 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.32.0 +2.32.1