From bf6e6b444e2c69cea3ef15a690ac8a617970dd4a Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 17 Dec 2021 13:28:18 +0100 Subject: [PATCH 1/2] 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 9e377cc17..ab48f2405 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 7cca401c7..7780cec29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.32.0 +2.32.1 From c53817c04cecb08fe4d7c264afd28cfd42f396a6 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 17 Dec 2021 17:17:33 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Signed-off-by: Julius Volz Co-authored-by: Levi Harrison --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab48f2405..374b4b6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 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 +* [BUGFIX] Scrape: Ensure that scrape interval and scrape timeout are always set. #10023 +* [BUGFIX] TSDB: Expose and fix bug in iterators' `Seek()` method. #10030 ## 2.32.0 / 2021-12-09