Merge pull request #7622 from prometheus/beorn7/release

Cut 2.20.0-rc.1
This commit is contained in:
Björn Rabenstein 2020-07-20 19:07:16 +02:00 committed by GitHub
commit 113d1672dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
## 2.20.0-rc.1 / 2020-07-20
* [ENHANCEMENT] SD: Improve Docker Swarm example. #7608
* [ENHANCEMENT] SD: Enable use of Unix socket for Docker Swarm. #7604
* [BUGFIX] SD: Don't panic on an empty Docker Swarm config. #7615
* [BUGFIX] TSDB: Don't panic on WAL corruptions. #7550
## 2.20.0-rc.0 / 2020-07-16
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.
* [CHANGE] promtool: Changed rule numbering from 0-based to 1-based when reporting rule errors. #7495
* [CHANGE] Remote read: Added `prometheus_remote_storage_read_queries_total` counter and `prometheus_remote_storage_read_request_duration_seconds` histogram, removed `prometheus_remote_storage_remote_read_queries_total` counter.
* [CHANGE] Remote write: Added buckets for longer durations to `prometheus_remote_storage_sent_batch_duration_seconds` histogram.

View File

@ -1 +1 @@
2.20.0-rc.0
2.20.0-rc.1