From e44344a6a3e9ab6cc2100054243484df429f9b36 Mon Sep 17 00:00:00 2001 From: Jacob Lisi Date: Fri, 29 May 2020 14:03:32 -0400 Subject: [PATCH 1/2] add changelog entry Signed-off-by: Jacob Lisi --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa93d325e7..45d02b5764f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## master / unreleased +* [CHANGE] Ruler: rule groups persisted to object storage using the experimental api have an updated object key encoding to better handle special characters. Rule groups previously stored using object storage must be renamed to the new format. #2646 * [CHANGE] Query Frontend now uses Round Robin to choose a tenant queue to service next. #2553 * [CHANGE] `-promql.lookback-delta` is now deprecated and has been replaced by `-querier.lookback-delta` along with `lookback_delta` entry under `querier` in the config file. `-promql.lookback-delta` will be removed in v1.4.0. #2604 * [CHANGE] Experimental TSDB: removed `-experimental.tsdb.bucket-store.binary-index-header-enabled` flag. Now the binary index-header is always enabled. From 7af218a9e414025e1068b9fe94580c646d060ae3 Mon Sep 17 00:00:00 2001 From: Jacob Lisi Date: Mon, 1 Jun 2020 13:06:12 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: gotjosh Signed-off-by: Jacob Lisi --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d02b5764f..b33d4940808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## master / unreleased -* [CHANGE] Ruler: rule groups persisted to object storage using the experimental api have an updated object key encoding to better handle special characters. Rule groups previously stored using object storage must be renamed to the new format. #2646 +* [CHANGE] Experimental Ruler: Rule groups persisted to object storage using the experimental API have an updated object key encoding to better handle special characters. Rule groups previously-stored using object storage must be renamed to the new format. #2646 * [CHANGE] Query Frontend now uses Round Robin to choose a tenant queue to service next. #2553 * [CHANGE] `-promql.lookback-delta` is now deprecated and has been replaced by `-querier.lookback-delta` along with `lookback_delta` entry under `querier` in the config file. `-promql.lookback-delta` will be removed in v1.4.0. #2604 * [CHANGE] Experimental TSDB: removed `-experimental.tsdb.bucket-store.binary-index-header-enabled` flag. Now the binary index-header is always enabled. @@ -1099,4 +1099,4 @@ This release has several exciting features, the most notable of them being setti * `ha-tracker.cluster` is now `distributor.ha-tracker.cluster` * [FEATURE] You can specify "heap ballast" to reduce Go GC Churn #1489 * [BUGFIX] HA Tracker no longer always makes a request to Consul/Etcd when a request is not from the active replica #1516 -* [BUGFIX] Queries are now correctly cancelled by the query-frontend #1508 \ No newline at end of file +* [BUGFIX] Queries are now correctly cancelled by the query-frontend #1508