Version 1.30.1

This commit is contained in:
Girish Ramakrishnan 2024-03-29 09:35:46 +01:00
parent 0a045163b9
commit cfbc28beba
2 changed files with 9 additions and 2 deletions

View file

@ -498,3 +498,10 @@
* Update Prometheus to 2.51.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.51.0)
[1.30.1]
* Update Prometheus to 2.51.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.51.1)
* [BUGFIX] PromQL: Re-instate validation of `label_join` destination label #13803
* [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

View file

@ -1,6 +1,6 @@
{
"version": "1.30.0",
"upstreamVersion": "2.51.0",
"version": "1.30.1",
"upstreamVersion": "2.51.1",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Prometheus Developers",