|
2 | 2 |
|
3 | 3 | ## master / unreleased
|
4 | 4 |
|
5 |
| -## 1.9.0 in progress |
| 5 | +## 1.9.0-rc.0 / 2021-04-29 |
6 | 6 |
|
7 |
| -* [CHANGE] Fix for CVE-2021-31232: Local file disclosure vulnerability when `-experimental.alertmanager.enable-api` is used. The HTTP basic auth `password_file` can be used as an attack vector to send any file content via a webhook. The alertmanager templates can be used as an attack vector to send any file content because the alertmanager can load any text file specified in the templates list. #4129 |
8 | 7 | * [CHANGE] Alertmanager now removes local files after Alertmanager is no longer running for removed or resharded user. #3910
|
9 | 8 | * [CHANGE] Alertmanager now stores local files in per-tenant folders. Files stored by Alertmanager previously are migrated to new hierarchy. Support for this migration will be removed in Cortex 1.11. #3910
|
10 | 9 | * [CHANGE] Ruler: deprecated `-ruler.storage.*` CLI flags (and their respective YAML config options) in favour of `-ruler-storage.*`. The deprecated config will be removed in Cortex 1.11. #3945
|
|
18 | 17 | * [CHANGE] Querier: removed the config option `-store.max-look-back-period`, which was deprecated in Cortex 1.6 and was used only by the chunks storage. You should use `-querier.max-query-lookback` instead. #4101
|
19 | 18 | * [CHANGE] Query Frontend: removed the config option `-querier.compress-http-responses`, which was deprecated in Cortex 1.6. You should use`-api.response-compression-enabled` instead. #4101
|
20 | 19 | * [CHANGE] Runtime-config / overrides: removed the config options `-limits.per-user-override-config` (use `-runtime-config.file`) and `-limits.per-user-override-period` (use `-runtime-config.reload-period`), both deprecated since Cortex 0.6.0. #4112
|
| 20 | +* [CHANGE] Cortex now fails fast on startup if unable to connect to the ring backend. #4068 |
21 | 21 | * [FEATURE] The following features have been marked as stable: #4101
|
22 | 22 | - Shuffle-sharding
|
23 | 23 | - Querier support for querying chunks and blocks store at the same time
|
|
32 | 32 | * `-memberlist.tls-ca-path`
|
33 | 33 | * `-memberlist.tls-server-name`
|
34 | 34 | * `-memberlist.tls-insecure-skip-verify`
|
35 |
| -* [CHANGE] Cortex now fast fails on startup if unable to connect to the ring backend. #4068 |
36 | 35 | * [FEATURE] Ruler: added `local` backend support to the ruler storage configuration under the `-ruler-storage.` flag prefix. #3932
|
37 | 36 | * [ENHANCEMENT] Upgraded Docker base images to `alpine:3.13`. #4042
|
38 | 37 | * [ENHANCEMENT] Blocks storage: reduce ingester memory by eliminating series reference cache. #3951
|
|
72 | 71 | * [BUGFIX] Query-frontend: Fix issue where cached entry size keeps increasing when making tiny query repeatedly. #3968
|
73 | 72 | * [BUGFIX] Compactor: `-compactor.blocks-retention-period` now supports weeks (`w`) and years (`y`). #4027
|
74 | 73 | * [BUGFIX] Querier: returning 422 (instead of 500) when query hits `max_chunks_per_query` limit with block storage, when the limit is hit in the store-gateway. #3937
|
75 |
| -* [BUGFIX] Ruler: Rule group limit enforcement should now allow the same number of rules in a group as the limit. #3615 |
| 74 | +* [BUGFIX] Ruler: Rule group limit enforcement should now allow the same number of rules in a group as the limit. #3616 |
76 | 75 | * [BUGFIX] Frontend, Query-scheduler: allow querier to notify about shutdown without providing any authentication. #4066
|
77 | 76 | * [BUGFIX] Querier: fixed race condition causing queries to fail right after querier startup with the "empty ring" error. #4068
|
78 | 77 | * [BUGFIX] Compactor: Increment `cortex_compactor_runs_failed_total` if compactor failed compact a single tenant. #4094
|
79 | 78 | * [BUGFIX] Tracing: hot fix to avoid the Jaeger tracing client to indefinitely block the Cortex process shutdown in case the HTTP connection to the tracing backend is blocked. #4134
|
| 79 | +* [BUGFIX] Forward proper EndsAt from ruler to Alertmanager inline with Prometheus behaviour. #4017 |
80 | 80 |
|
81 | 81 | ## Blocksconvert
|
82 | 82 |
|
|
0 commit comments