diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a8e5ca4e2..c7ef091b31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,9 +99,12 @@ * [BUGFIX] Compactor: Delete the prefix `blocks_meta` from the metadata fetcher metrics. #6832 * [BUGFIX] Store Gateway: Avoid race condition by deduplicating entries in bucket stores user scan. #6863 * [BUGFIX] Runtime-config: Change to check tenant limit validation when loading runtime config only for `all`, `distributor`, `querier`, and `ruler` targets. #6880 -* [BUGFIX] Frontend: Fix remote read snappy input due to request string logging when query stats enabled. #7025 * [BUGFIX] Distributor: Fix the `/distributor/all_user_stats` api to work during rolling updates on ingesters. #7026 +## 1.19.1 2025-09-20 + +* [BUGFIX] Frontend: Fix remote read snappy input due to request string logging when query stats enabled. #7025 + ## 1.19.0 2025-02-27 * [CHANGE] Deprecate `-blocks-storage.tsdb.wal-compression-enabled` flag (use `blocks-storage.tsdb.wal-compression-type` instead). #6529 diff --git a/VERSION b/VERSION index 815d5ca06d5..66e2ae6c25c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0 +1.19.1 diff --git a/docs/getting-started/.env b/docs/getting-started/.env index 3fca602f3b2..546dae1071d 100644 --- a/docs/getting-started/.env +++ b/docs/getting-started/.env @@ -1,4 +1,4 @@ -CORTEX_VERSION=v1.19.0 +CORTEX_VERSION=v1.19.1 GRAFANA_VERSION=10.4.2 PROMETHEUS_VERSION=v3.2.1 SEAWEEDFS_VERSION=3.67