diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d72481..8c7250d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -505,3 +505,8 @@ * [BUGFIX] Scraping (experimental native histograms): Fix handling of the min bucket factor on sync of targets #13846 * [BUGFIX] PromQL: Some queries could return the same series twice (library use only) #13845 +[1.30.2] +* Update Prometheus to 2.51.2 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.51.2) +* Notifier: could hang when using relabeling on alerts + diff --git a/CloudronManifest.json b/CloudronManifest.json index 23c7335..d1a46a8 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.30.1", - "upstreamVersion": "2.51.1", + "version": "1.30.2", + "upstreamVersion": "2.51.2", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Prometheus Developers",