From bf75b7f319ccb4a73704e097aa130621f7b25a36 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Thu, 29 Apr 2021 11:06:02 +0200 Subject: [PATCH] Prepare 1.9.0-rc.0 (#4139) Signed-off-by: Goutham Veeramachaneni --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb0c6c520..f865ebb5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,8 @@ ## master / unreleased -## 1.9.0 in progress +## 1.9.0-rc.0 / 2021-04-29 -* [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 * [CHANGE] Alertmanager now removes local files after Alertmanager is no longer running for removed or resharded user. #3910 * [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 * [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,6 +17,7 @@ * [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 * [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 * [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 +* [CHANGE] Cortex now fails fast on startup if unable to connect to the ring backend. #4068 * [FEATURE] The following features have been marked as stable: #4101 - Shuffle-sharding - Querier support for querying chunks and blocks store at the same time @@ -32,7 +32,6 @@ * `-memberlist.tls-ca-path` * `-memberlist.tls-server-name` * `-memberlist.tls-insecure-skip-verify` -* [CHANGE] Cortex now fast fails on startup if unable to connect to the ring backend. #4068 * [FEATURE] Ruler: added `local` backend support to the ruler storage configuration under the `-ruler-storage.` flag prefix. #3932 * [ENHANCEMENT] Upgraded Docker base images to `alpine:3.13`. #4042 * [ENHANCEMENT] Blocks storage: reduce ingester memory by eliminating series reference cache. #3951 @@ -72,11 +71,12 @@ * [BUGFIX] Query-frontend: Fix issue where cached entry size keeps increasing when making tiny query repeatedly. #3968 * [BUGFIX] Compactor: `-compactor.blocks-retention-period` now supports weeks (`w`) and years (`y`). #4027 * [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 -* [BUGFIX] Ruler: Rule group limit enforcement should now allow the same number of rules in a group as the limit. #3615 +* [BUGFIX] Ruler: Rule group limit enforcement should now allow the same number of rules in a group as the limit. #3616 * [BUGFIX] Frontend, Query-scheduler: allow querier to notify about shutdown without providing any authentication. #4066 * [BUGFIX] Querier: fixed race condition causing queries to fail right after querier startup with the "empty ring" error. #4068 * [BUGFIX] Compactor: Increment `cortex_compactor_runs_failed_total` if compactor failed compact a single tenant. #4094 * [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 +* [BUGFIX] Forward proper EndsAt from ruler to Alertmanager inline with Prometheus behaviour. #4017 ## Blocksconvert diff --git a/VERSION b/VERSION index b9268dae24..f44f1f1810 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 \ No newline at end of file +1.9.0-rc.0 \ No newline at end of file