Skip to content

Commit 03f2c42

Browse files
authored
Cut release 1.4.0-rc.0 (#3187)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent dd5e14d commit 03f2c42

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## master / unreleased
44

5-
## 1.4.0-rc.0 in progress
5+
## 1.4.0-rc.0 / 2020-09-15
66

77
* [CHANGE] Cassandra backend support is now GA (stable). #3180
88
* [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
@@ -27,7 +27,6 @@
2727
* [CHANGE] `ruler.evaluation_delay_duration` field in YAML config has been moved and renamed to `limits.ruler_evaluation_delay_duration`. #3098
2828
* [CHANGE] Removed obsolete `results_cache.max_freshness` from YAML config (deprecated since Cortex 1.2). #3145
2929
* [CHANGE] Removed obsolete `-promql.lookback-delta` option (deprecated since Cortex 1.2, replaced with `-querier.lookback-delta`). #3144
30-
* [FEATURE] Logging of the source IP passed along by a reverse proxy is now supported by setting the `-server.log-source-ips-enabled`. For non standard headers the settings `-server.log-source-ips-header` and `-server.log-source-ips-regex` can be used. #2985
3130
* [CHANGE] Cache: added support for Redis Cluster and Redis Sentinel. #2961
3231
- The following changes have been made in Redis configuration:
3332
- `-redis.master_name` added
@@ -36,9 +35,11 @@
3635
- `-redis.max-conn-lifetime` changed to `-redis.max-connection-age`
3736
- `-redis.max-idle-conns` removed
3837
- `-redis.wait-on-pool-exhaustion` removed
38+
* [FEATURE] Logging of the source IP passed along by a reverse proxy is now supported by setting the `-server.log-source-ips-enabled`. For non standard headers the settings `-server.log-source-ips-header` and `-server.log-source-ips-regex` can be used. #2985
3939
* [FEATURE] Blocks storage: added shuffle sharding support to store-gateway blocks sharding. Added the following additional metrics to store-gateway: #3069
4040
* `cortex_bucket_stores_tenants_discovered`
4141
* `cortex_bucket_stores_tenants_synced`
42+
* [FEATURE] Experimental blocksconvert: introduce an experimental tool `blocksconvert` to migrate long-term storage chunks to blocks. #3092 #3122 #3127 #3162
4243
* [ENHANCEMENT] Add support for azure storage in China, German and US Government environments. #2988
4344
* [ENHANCEMENT] Query-tee: added a small tolerance to floating point sample values comparison. #2994
4445
* [ENHANCEMENT] Query-tee: add support for doing a passthrough of requests to preferred backend for unregistered routes #3018
@@ -57,6 +58,8 @@
5758
* [ENHANCEMENT] Experimental Delete Series: Retry processing of Delete requests during failures. #2926
5859
* [ENHANCEMENT] Improve performance of QueryStream() in ingesters. #3177
5960
* [ENHANCEMENT] Modules included in "All" target are now visible in output of `-modules` CLI flag. #3155
61+
* [ENHANCEMENT] Added `/debug/fgprof` endpoint to debug running Cortex process using `fgprof`. This adds up to the existing `/debug/...` endpoints. #3131
62+
* [ENHANCEMENT] Blocks storage: optimised `/api/v1/series` for blocks storage. (#2976)
6063
* [BUGFIX] Ruler: when loading rules from "local" storage, check for directory after resolving symlink. #3137
6164
* [BUGFIX] Query-frontend: Fixed rounding for incoming query timestamps, to be 100% Prometheus compatible. #2990
6265
* [BUGFIX] Querier: Merge results from chunks and blocks ingesters when using streaming of results. #3013

VERSION

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

0 commit comments

Comments
 (0)