Cut Prometheus 2.32.0-rc.0 (#9919)
* Cut Prometheus 2.32.0-rc.0 Signed-off-by: Julius Volz <julius.volz@gmail.com> * Address review comments Signed-off-by: Julius Volz <julius.volz@gmail.com> * Address more review comments Signed-off-by: Julius Volz <julius.volz@gmail.com> * Remove some non-user-visible changelog items Signed-off-by: Julius Volz <julius.volz@gmail.com> * Remove one more non-user-visible change Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
2d34856e44
commit
bfa200c7a7
12
CHANGELOG.md
12
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
|
||||
|
|
Loading…
Reference in New Issue