Skip to content

Commit ffe36df

Browse files
committed
Cut release 1.5.0-rc.1
Signed-off-by: Chris Marchbanks <[email protected]>
1 parent 00f92df commit ffe36df

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
## master / unreleased
44

5+
## 1.5.0-rc.1 / 2020-11-03
6+
7+
* [BUGFIX] Fixed the route label on `cortex_querier_.*` metrics. #3436
8+
* [BUGFIX] Fixed query-frontend and querier API authentication bypass when Cortex is running with authentication disabled. #3439
9+
510
## 1.5.0-rc.0 / 2020-10-28
611

12+
### Cortex
13+
714
* [CHANGE] Blocks storage: update the default HTTP configuration values for the S3 client to the upstream Thanos default values. #3244
815
- `-blocks-storage.s3.http.idle-conn-timeout` is set 90 seconds.
916
- `-blocks-storage.s3.http.response-header-timeout` is set to 2 minutes.
@@ -66,18 +73,12 @@
6673
* [ENHANCEMENT] Added `cortex_query_frontend_connected_clients` metric to show the number of workers currently connected to the frontend. #3207
6774
* [ENHANCEMENT] Shuffle sharding: improved shuffle sharding in the write path. Shuffle sharding now should be explicitly enabled via `-distributor.sharding-strategy` CLI flag (or its respective YAML config option) and guarantees stability, consistency, shuffling and balanced zone-awareness properties. #3090 #3214
6875
* [ENHANCEMENT] Ingester: added new metric `cortex_ingester_active_series` to track active series more accurately. Also added options to control whether active series tracking is enabled (`-ingester.active-series-enabled`, defaults to false), and how often this metric is updated (`-ingester.active-series-update-period`) and max idle time for series to be considered inactive (`-ingester.active-series-idle-timeout`). #3153
69-
* [ENHANCEMENT] Blocksconvert – Builder: download plan file locally before processing it. #3209
70-
* [ENHANCEMENT] Blocksconvert – Cleaner: added new tool for deleting chunks data. #3283
7176
* [ENHANCEMENT] Store-gateway: added zone-aware replication support to blocks replication in the store-gateway. #3200
7277
* [ENHANCEMENT] Store-gateway: exported new metrics. #3231
7378
- `cortex_bucket_store_cached_series_fetch_duration_seconds`
7479
- `cortex_bucket_store_cached_postings_fetch_duration_seconds`
7580
- `cortex_bucket_stores_gate_queries_max`
7681
* [ENHANCEMENT] Added `-version` flag to Cortex. #3233
77-
* [ENHANCEMENT] Blocksconvert – Scanner: support for scanning specific date-range only. #3222
78-
* [ENHANCEMENT] Blocksconvert – Scanner: metrics for tracking progress. #3222
79-
* [ENHANCEMENT] Blocksconvert – Builder: retry block upload before giving up. #3245
80-
* [ENHANCEMENT] Blocksconvert – Scanner: upload plans concurrently. #3340
8182
* [ENHANCEMENT] Hash ring: added instance registered timestamp to the ring. #3248
8283
* [ENHANCEMENT] Reduce tail latency by smoothing out spikes in rate of chunk flush operations. #3191
8384
* [ENHANCEMENT] User Cortex as User Agent in http requests issued by Configs DB client. #3264
@@ -116,6 +117,15 @@
116117
* [BUGFIX] Shuffle sharding: fixed max global series per user/metric limit when shuffle sharding and `-distributor.shard-by-all-labels=true` are both enabled in distributor. When using these global limits you should now set `-distributor.sharding-strategy` and `-distributor.zone-awareness-enabled` to ingesters too. #3369
117118
* [BUGFIX] Slow query logging: when using downstream server request parameters were not logged. #3276
118119
* [BUGFIX] Fixed tenant detection in the ruler and alertmanager API when running without auth. #3343
120+
121+
### Blocksconvert
122+
123+
* [ENHANCEMENT] Blocksconvert – Builder: download plan file locally before processing it. #3209
124+
* [ENHANCEMENT] Blocksconvert – Cleaner: added new tool for deleting chunks data. #3283
125+
* [ENHANCEMENT] Blocksconvert – Scanner: support for scanning specific date-range only. #3222
126+
* [ENHANCEMENT] Blocksconvert – Scanner: metrics for tracking progress. #3222
127+
* [ENHANCEMENT] Blocksconvert – Builder: retry block upload before giving up. #3245
128+
* [ENHANCEMENT] Blocksconvert – Scanner: upload plans concurrently. #3340
119129
* [BUGFIX] Blocksconvert: fix chunks ordering in the block. Chunks in different order than series work just fine in TSDB blocks at the moment, but it's not consistent with what Prometheus does and future Prometheus and Cortex optimizations may rely on this ordering. #3371
120130

121131
## 1.4.0 / 2020-10-02

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-rc.0
1+
1.5.0-rc.1

0 commit comments

Comments
 (0)