Browse Source

Cut v2.19.0 (#7366)

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
pull/7372/head v2.19.0
Ganesh Vernekar 5 years ago committed by GitHub
parent
commit
5d7e3e9706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 2
      VERSION

3
CHANGELOG.md

@ -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 * [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 * [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] 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: Correctly track number of samples for a query. #7307
* [BUGFIX] PromQL: Return NaN when histogram buckets have 0 observations. #7318 * [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.18.1 / 2020-05-07

2
VERSION

@ -1 +1 @@
2.19.0-rc.0 2.19.0

Loading…
Cancel
Save