Skip to content

Commit

Permalink
Cut Prometheus 2.32.0-rc.0 (prometheus#9919)
Browse files Browse the repository at this point in the history
* Cut Prometheus 2.32.0-rc.0

Signed-off-by: Julius Volz <[email protected]>

* Address review comments

Signed-off-by: Julius Volz <[email protected]>

* Address more review comments

Signed-off-by: Julius Volz <[email protected]>

* Remove some non-user-visible changelog items

Signed-off-by: Julius Volz <[email protected]>

* Remove one more non-user-visible change

Signed-off-by: Julius Volz <[email protected]>
  • Loading branch information
juliusv authored Dec 2, 2021
1 parent 2d34856 commit bfa200c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.32.0-beta.0
2.32.0-rc.0

0 comments on commit bfa200c

Please sign in to comment.