From c174a4516fb7f2b22e5e0cdbf655617ba43618c2 Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Wed, 6 Nov 2019 14:25:27 -0700 Subject: [PATCH] Cut the 2.14.0-rc.0 release (#6278) Signed-off-by: Chris Marchbanks --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e255015d..5c98df6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 2.14.0-rc.0 / 2019-11-06 + +* [SECURITY/BUGFIX] UI: Ensure warnings from the API are escaped. #6279 +* [FEATURE] API: `/api/v1/status/runtimeinfo` and `/api/v1/status/buildinfo` endpoints added for use by the React UI. #6243 +* [FEATURE] React UI: implement the new experimental React based UI. #5694 and many more + * Can be found by under `/new`. + * Not all pages are implemented yet. +* [FEATURE] Status: Cardinality statistics added to the Runtime & Build Information page. #6125 +* [ENHANCEMENT/BUGFIX] Remote write: fix delays in remote write after a compaction. #6021 +* [ENHANCEMENT] UI: Alerts can be filtered by state. #5758 +* [BUGFIX] API: lifecycle endpoints return 403 when not enabled. #6057 +* [BUGFIX] Build: Fix Solaris build. #6149 +* [BUGFIX] Promtool: Remove false duplicate rule warnings when checking rule files with alerts. #6270 +* [BUGFIX] Remote write: restore use of deduplicating logger in remote write. #6113 +* [BUGFIX] Remote write: do not reshard when unable to send samples. #6111 +* [BUGFIX] Service discovery: errors are no longer logged on context cancellation. #6116, #6133 +* [BUGFIX] UI: handle null response from API properly. #6071 + ## 2.13.1 / 2019-10-16 * [BUGFIX] Fix panic in ARM builds of Prometheus. #6110 diff --git a/VERSION b/VERSION index 94f15e9cc..b84d379ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.1 +2.14.0-rc.0