mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Cut v2.19.0 (#7366)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
This commit is contained in:
parent
1627d234da
commit
5d7e3e9706
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 2.19.0-rc.0 / 2020-06-05
|
||||
## 2.19.0 / 2020-06-09
|
||||
|
||||
* [FEATURE] TSDB: Memory-map full chunks of Head (in-memory) block from disk. This reduces memory footprint and makes restarts faster. #6679
|
||||
* [ENHANCEMENT] Discovery: Added discovery support for Triton global zones. #7250
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
* [BUGFIX] React UI: Don't null out data when clicking on the current tab. #7243
|
||||
* [BUGFIX] PromQL: Correctly track number of samples for a query. #7307
|
||||
* [BUGFIX] PromQL: Return NaN when histogram buckets have 0 observations. #7318
|
||||
* [BUGFIX] TSDB: Fix incorrect query results when using Prometheus with remote reads configured #7361
|
||||
|
||||
## 2.18.1 / 2020-05-07
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
2.19.0-rc.0
|
||||
2.19.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue