mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
Prepare 2.53.5 release.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
e6e2f90402
commit
fd4a786443
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 2.53.5 / 2025-06-27
|
||||
|
||||
* [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
|
||||
|
@ -14,7 +19,7 @@
|
|||
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.53.1 / 2024-07-10
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.53.4
|
||||
2.53.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue