From bfa200c7a7cba39ee5c516170068f8424fa4153a Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Thu, 2 Dec 2021 20:03:56 +0300 Subject: [PATCH] Cut Prometheus 2.32.0-rc.0 (#9919) * Cut Prometheus 2.32.0-rc.0 Signed-off-by: Julius Volz * Address review comments Signed-off-by: Julius Volz * Address more review comments Signed-off-by: Julius Volz * Remove some non-user-visible changelog items Signed-off-by: Julius Volz * Remove one more non-user-visible change Signed-off-by: Julius Volz --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34af214a8..9ca38be77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.32.0-rc.0 / 2021-12-01 + +This list of changes is relative to [v2.32.0-beta.0](https://github.com/prometheus/prometheus/releases/tag/v2.32.0-beta.0), which was a special 2.32 beta release to pre-publish the Prometheus Agent features. + +* [FEATURE] TSDB: Add support for forwarding exemplars in Agent mode. #9664 +* [FEATURE] UI: Adapt web UI for Prometheus Agent mode. #9851 +* [ENHANCEMENT] Linode SD: Tune API request page sizes. #9779 +* [BUGFIX] TSDB: Fix panic when checkpoint directory is empty. #9687 +* [BUGFIX] TSDB: Fix panic, out of order chunks, and race warning during WAL replay. #9856 +* [BUGFIX] UI: Correctly render links for targets with IPv6 addresses that contain a Zone ID. #9853 +* [BUGFIX] Promtool: Fix checking of `authorization.credentials_file` and `bearer_token_file` fields. #9883 + ## 2.32.0-beta.0 / 2021-11-16 This beta release introduces the Prometheus Agent, a new mode of operation for diff --git a/VERSION b/VERSION index e41242108..0a68d0694 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.32.0-beta.0 +2.32.0-rc.0