diff --git a/CHANGELOG b/CHANGELOG index 70e65ac..26ed488 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -258,3 +258,9 @@ * TSDB: Optimise memory by not storing unnecessary data in the memory. #11280 #11288 #11296 * TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. #11331 * UI: Click to copy label-value pair from query result to clipboard. #11229 + +[1.17.1] +* Update Prometheus to 2.39.1 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.1) +* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. #11427 + diff --git a/CloudronManifest.json b/CloudronManifest.json index a5e2ae2..1862d0a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.17.0", - "upstreamVersion": "2.39.0", + "version": "1.17.1", + "upstreamVersion": "2.39.1", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan",