diff --git a/CHANGELOG.md b/CHANGELOG.md index 57bd1b8..c75254e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -540,3 +540,10 @@ * [BUGFIX] API: Stop building response for /api/v1/series/ when the API request was cancelled. #13766 * [BUGFIX] promtool: Fix panic on promtool tsdb analyze --extended when no native histograms are present. #13976 +[1.32.0] +* Update Prometheus to 2.53.0 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.53.0) +* [FEATURE] Rules: Add new option query_offset for each rule group via rule group configuration file and rule_query_offset as part of the global configuration to have more resilience for remote write delays. #14061 #14216 #14273 +* [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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 235cec0..ccae32e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.31.0", - "upstreamVersion": "2.52.0", + "version": "1.32.0", + "upstreamVersion": "2.53.0", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Prometheus Developers",