From d390497280d61918aa8792f87a2f458e5e231ec2 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar Date: Wed, 6 Mar 2019 21:35:44 +0530 Subject: [PATCH] *: cut 2.8.0-rc.0 (#5287) * Release 2.8.0-rc.0 Signed-off-by: Ganesh Vernekar * Mark tsdb/370 experimental and update flag. Signed-off-by: Ganesh Vernekar * 5290 as BUGFIX Signed-off-by: Ganesh Vernekar * Fix review comments Signed-off-by: Ganesh Vernekar --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00425144..b2e4ae6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 2.8.0-rc.0 / 2019-03-06 + +* [CHANGE] `prometheus_tsdb_storage_blocks_bytes_total` is now `prometheus_tsdb_storage_blocks_bytes`. prometheus/tsdb#506 +* [FEATURE] [EXPERIMENTAL] Time overlapping blocks are now allowed; vertical compaction and vertical query merge. It is an optional feature which is controlled by the `--storage.tsdb.allow-overlapping-blocks` flag, disabled by default. prometheus/tsdb#370 +* [ENHANCEMENT] Use the WAL for remote_write API. #4588 +* [ENHANCEMENT] Query performance improvements. prometheus/tsdb#531 +* [ENHANCEMENT] UI enhancements with upgrade to Bootstrap 4. #5226 +* [ENHANCEMENT] Reduce time that Alertmanagers are in flux when reloaded. #5126 +* [ENHANCEMENT] Limit number of metrics displayed on UI to 10000. #5139 +* [ENHANCEMENT] (1) Remember All/Unhealthy choice on target-overview when reloading page. (2) Resize text-input area on Graph page on mouseclick. #5201 +* [ENHANCEMENT] In `histogram_quantile` merge buckets with equivalent le values. #5158. +* [ENHANCEMENT] Show list of offending labels in the error message in many-to-many scenarios. #5189 +* [BUGFIX] Fix sorting of rule groups. #5260 +* [BUGFIX] Fix support for password_file and bearer_token_file in Kubernetes SD. #5211 +* [BUGFIX] Scrape: catch errors when creating HTTP clients #5182. Adds new metrics: + * `prometheus_target_scrape_pools_total` + * `prometheus_target_scrape_pools_failed_total` + * `prometheus_target_scrape_pool_reloads_total` + * `prometheus_target_scrape_pool_reloads_failed_total` +* [BUGFIX] Fix panic when aggregator param is not a literal. #5290 + ## 2.7.2 / 2019-03-02 * [BUGFIX] `prometheus_rule_group_last_evaluation_timestamp_seconds` is now a unix timestamp. #5186 diff --git a/VERSION b/VERSION index 37c2961c2..edeb17e0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.2 +2.8.0-rc.0