mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.30.2
This commit is contained in:
parent
01ba918473
commit
79205256a6
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue