Skip to content

Commit 278394e

Browse files
authored
Merge pull request #7061 from cortexproject/merge-release-1.19-to-master
Merge release 1.19 to master
2 parents bb7fe1e + b8f24f2 commit 278394e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,12 @@
9999
* [BUGFIX] Compactor: Delete the prefix `blocks_meta` from the metadata fetcher metrics. #6832
100100
* [BUGFIX] Store Gateway: Avoid race condition by deduplicating entries in bucket stores user scan. #6863
101101
* [BUGFIX] Runtime-config: Change to check tenant limit validation when loading runtime config only for `all`, `distributor`, `querier`, and `ruler` targets. #6880
102-
* [BUGFIX] Frontend: Fix remote read snappy input due to request string logging when query stats enabled. #7025
103102
* [BUGFIX] Distributor: Fix the `/distributor/all_user_stats` api to work during rolling updates on ingesters. #7026
104103

104+
## 1.19.1 2025-09-20
105+
106+
* [BUGFIX] Frontend: Fix remote read snappy input due to request string logging when query stats enabled. #7025
107+
105108
## 1.19.0 2025-02-27
106109

107110
* [CHANGE] Deprecate `-blocks-storage.tsdb.wal-compression-enabled` flag (use `blocks-storage.tsdb.wal-compression-type` instead). #6529

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0
1+
1.19.1

docs/getting-started/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORTEX_VERSION=v1.19.0
1+
CORTEX_VERSION=v1.19.1
22
GRAFANA_VERSION=10.4.2
33
PROMETHEUS_VERSION=v3.2.1
44
SEAWEEDFS_VERSION=3.67

0 commit comments

Comments
 (0)