Skip to content

Commit c376ca9

Browse files
authored
Cut Cortex 1.4.0-rc.1 (#3212)
* Cut Cortex 1.4.0-rc.1 Signed-off-by: Marco Pracucci <[email protected]> * Clarified CHANGELOG Signed-off-by: Marco Pracucci <[email protected]>
1 parent e530ea4 commit c376ca9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22

33
## master / unreleased
44

5-
## 1.4.0-rc.0 / 2020-09-15
5+
## 1.4.0-rc.1 / 2020-09-21
66

77
* [CHANGE] TLS configuration for gRPC, HTTP and etcd clients is now marked as experimental. These features are not yet fully baked, and we expect possible small breaking changes in Cortex 1.5. #3198
8+
* [CHANGE] Fixed store-gateway CLI flags inconsistencies. #3201
9+
- `-store-gateway.replication-factor` flag renamed to `-store-gateway.sharding-ring.replication-factor`
10+
- `-store-gateway.tokens-file-path` flag renamed to `store-gateway.sharding-ring.tokens-file-path`
11+
* [BUGFIX] Handle hash-collisions in the query path. Before this fix, Cortex could occasionally mix up two different series in a query, leading to invalid results, when `-querier.ingester-streaming` was used. #3192
12+
13+
## 1.4.0-rc.0 / 2020-09-15
14+
815
* [CHANGE] Cassandra backend support is now GA (stable). #3180
9-
* [CHANGE] Blocks storage is now GA (stable). The `-experimental` prefix has been removed from all CLI flags related to the blocks storage (no YAML config changes). #3180 #3201
16+
* [CHANGE] Blocks storage is now GA (stable). The `-experimental` prefix has been removed from all CLI flags related to the blocks storage (no YAML config changes). #3180
1017
- `-experimental.blocks-storage.*` flags renamed to `-blocks-storage.*`
1118
- `-experimental.store-gateway.*` flags renamed to `-store-gateway.*`
1219
- `-experimental.querier.store-gateway-client.*` flags renamed to `-querier.store-gateway-client.*`
@@ -84,7 +91,6 @@
8491
* [BUGFIX] Configs: prevent validation of templates to fail when using template functions. #3157
8592
* [BUGFIX] Configuring the S3 URL with an `@` but without username and password doesn't enable the AWS static credentials anymore. #3170
8693
* [BUGFIX] Limit errors on ranged queries (`api/v1/query_range`) no longer return a status code `500` but `422` instead. #3167
87-
* [BUGFIX] Handle hash-collisions in the query path. #3192
8894

8995
## 1.3.0 / 2020-08-21
9096

VERSION

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

0 commit comments

Comments
 (0)