Bump version

This commit is contained in:
Johannes Zellner 2024-07-10 19:51:30 +02:00
parent ae25b7ae47
commit bab4c57f84
2 changed files with 7 additions and 2 deletions

View file

@ -547,3 +547,8 @@
* [ENHANCEMENT] Rules: Add rule_group_last_restore_duration_seconds metric to measure the time it takes to restore a rule group. #13974
* [ENHANCEMENT] OTLP: Improve remote write format translation performance by using label set hashes for metric identifiers instead of string based ones. #14006 #13991
* [ENHANCEMENT] TSDB: Optimize querying with regexp matchers. #13620
[1.32.1]
* Update Prometheus to 2.53.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.53.1)

View file

@ -1,6 +1,6 @@
{
"version": "1.32.0",
"upstreamVersion": "2.53.0",
"version": "1.32.1",
"upstreamVersion": "2.53.1",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Prometheus Developers",