mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Merge pull request #7751 from prometheus/release-2.20
Merge v2.20.1 forward into main branch
This commit is contained in:
commit
989260f7ed
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 2.20.1 / 2020-08-05
|
||||
|
||||
* [BUGFIX] SD: Reduce the Consul watch timeout to 2m and adjust the request timeout accordingly. #7724
|
||||
|
||||
## 2.20.0 / 2020-07-22
|
||||
|
||||
This release changes WAL compression from opt-in to default. WAL compression will prevent a downgrade to v2.10 or earlier without deleting the WAL. Disable WAL compression explicitly by setting the command line flag `--no-storage.tsdb.wal-compression` if you require downgrading to v2.10 or earlier.
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
2.20.0
|
||||
2.20.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue