diff --git a/CHANGELOG.md b/CHANGELOG.md index c75254e..2f26490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ccae32e..cba8b78 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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",