From bb29e0c71edcb875e4c9f2b1220839ef8b79c6c2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 9 Oct 2022 08:01:20 +0200 Subject: [PATCH] Version 1.17.1 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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",