Version 1.30.2

This commit is contained in:
Girish Ramakrishnan 2024-04-16 11:48:07 +02:00
parent 01ba918473
commit 79205256a6
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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",