mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
Merge pull request #8672 from roidelapluie/merge-2.19
Merge 2.19 to main
This commit is contained in:
commit
288e5b3260
|
@ -199,6 +199,11 @@ This release changes WAL compression from opt-in to default. WAL compression wil
|
|||
* [BUGFIX] TSDB: Fixed panic during TSDB metric registration. #7501
|
||||
* [BUGFIX] TSDB: Fixed `--limit` command line flag in `tsdb` tool. #7430
|
||||
|
||||
## 2.19.3 / 2020-07-24
|
||||
|
||||
* [BUGFIX] TSDB: Don't panic on WAL corruptions. #7550
|
||||
* [BUGFIX] TSDB: Avoid leaving behind empty files in chunks_head, causing startup failures. #7573
|
||||
|
||||
## 2.19.2 / 2020-06-26
|
||||
|
||||
* [BUGFIX] Remote Write: Fix panic when reloading config with modified queue parameters. #7452
|
||||
|
|
Loading…
Reference in a new issue