From bf0055536d8463a27725ce9a35ccba55e97d6e5b Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 12 Mar 2020 07:43:24 +0100 Subject: [PATCH] Release 2.17.0-rc.0 (#6966) * Release 2.17.0-rc.0 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 24 ++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8745c22..6d5640f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 2.17.0-rc.0 / 2020-03-12 + +This release implements isolation in TSDB. API queries and recording rules are +guaranteed to only see full scrapes and full recording rules. This comes with a +certain overhead in resource usage. Depending on the situation, there might be +some increase in memory usage, CPU usage, or query latency. + +* [FEATURE] TSDB: Support isolation #6841 +* [ENHANCEMENT] PromQL: Allow more keywords as metric names #6933 +* [ENHANCEMENT] React UI: Add normalization of localhost URLs in targets page #6794 +* [ENHANCEMENT] Remote read: Read from remote storage concurrently #6770 +* [ENHANCEMENT] Rules: Mark deleted rule series as stale after a reload #6745 +* [ENHANCEMENT] Scrape: Log scrape append failures as debug rather than warn #6852 +* [ENHANCEMENT] TSDB: Improve query performance for queries that partially hit the head #6676 +* [ENHANCEMENT] Consul SD: Expose service health as meta label #5313 +* [ENHANCEMENT] EC2 SD: Expose EC2 instance lifecycle as meta label #6914 +* [ENHANCEMENT] Kubernetes SD: Expose service type as meta label for K8s service role #6684 +* [ENHANCEMENT] Kubernetes SD: Expose label_selector and field_selector #6807 +* [ENHANCEMENT] Openstack SD: Expose hypervisor id as meta label #6962 +* [BUGFIX] PromQL: Do not escape HTML-like chars in query log #6834 #6795 +* [BUGFIX] React UI: Fix data table matrix values #6896 +* [BUGFIX] React UI: Fix new targets page not loading when using non-ASCII characters #6892 +* [BUGFIX] Scrape: Prevent removal of metric names upon relabeling #6891 + ## 2.16.0 / 2020-02-13 * [FEATURE] React UI: Support local timezone on /graph #6692 diff --git a/VERSION b/VERSION index 752490696..bf5e7d97b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.16.0 +2.17.0-rc.0