diff --git a/CHANGELOG.md b/CHANGELOG.md index 34af214a8f..9ca38be77c 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 e412421083..0a68d0694f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.32.0-beta.0 +2.32.0-rc.0