Merge pull request #16800 from prometheus/merge-rel-2.53

Merge branch 'release-2.53' into main
This commit is contained in:
Bartlomiej Plotka 2025-06-30 12:37:57 +01:00 committed by GitHub
commit 2a88f562d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,6 +206,11 @@ This release includes new features such as a brand new UI and UTF-8 support enab
* [BUGFIX] Autoreload: Reload invalid yaml files. #14947
* [BUGFIX] Scrape: Do not override target parameter labels with config params. #11029
## 2.53.5 / 2025-06-30
* [ENHANCEMENT] TSDB: Add backward compatibility with the upcoming TSDB block index v3 #16762
* [BUGFIX] Top-level: Update GOGC before loading TSDB #16521
## 2.53.4 / 2025-03-18
* [BUGFIX] Runtime: fix GOGC is being set to 0 when installed with empty prometheus.yml file resulting high cpu usage. #16090
@ -220,7 +225,7 @@ This release includes new features such as a brand new UI and UTF-8 support enab
Fix a bug where Prometheus would crash with a segmentation fault if a remote-read
request accessed a block on disk at about the same time as TSDB created a new block.
[BUGFIX] Remote-Read: Resolve occasional segmentation fault on query. #14515,#14523
* [BUGFIX] Remote-Read: Resolve occasional segmentation fault on query. #14515,#14523
## 2.55.1 / 2024-11-04