File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ jobs:
242242 docker pull quay.io/cortexproject/cortex:v1.17.2
243243 docker pull quay.io/cortexproject/cortex:v1.18.1
244244 docker pull quay.io/cortexproject/cortex:v1.19.1
245- docker pull quay.io/cortexproject/cortex:v1.20.0
245+ docker pull quay.io/cortexproject/cortex:v1.20.1
246246 elif [ "$TEST_TAGS" = "integration_query_fuzz" ]; then
247- docker pull quay.io/cortexproject/cortex:v1.20.0
247+ docker pull quay.io/cortexproject/cortex:v1.20.1
248248 docker pull quay.io/prometheus/prometheus:v3.6.0
249249 fi
250250 docker pull memcached:1.6.1
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.20.1 2025-12-03
4-
5- * [ BUGFIX] Distributor: Fix panic on health check failure when using stream push. #7116
3+ ## master / unreleased
64
75* [ FEATURE] StoreGateway: Introduces a new parquet mode. #7046
86* [ ENHANCEMENT] Alertmanager: Upgrade alertmanger to 0.29.0 and add a new incidentIO integration. #7092
1614* [ ENHANCEMENT] Distributor: Optimize memory usage by recycling v2 requests. #7131
1715* [ BUGFIX] Ring: Change DynamoDB KV to retry indefinitely for WatchKey. #7088
1816* [ BUGFIX] Ruler: Add XFunctions validation support. #7111
19- * [ BUGFIX] Distributor: Fix panic on health check failure when using stream push. #7116
2017* [ BUGFIX] Querier: propagate Prometheus info annotations in protobuf responses. #7132
2118
19+ ## 1.20.1 2025-12-03
20+
21+ * [ BUGFIX] Distributor: Fix panic on health check failure when using stream push. #7116
22+
2223## 1.20.0 2025-11-10
2324
2425* [ CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
Original file line number Diff line number Diff line change 3636 "quay.io/cortexproject/cortex:v1.17.2" : nil ,
3737 "quay.io/cortexproject/cortex:v1.18.1" : nil ,
3838 "quay.io/cortexproject/cortex:v1.19.1" : nil ,
39- "quay.io/cortexproject/cortex:v1.20.0 " : nil ,
39+ "quay.io/cortexproject/cortex:v1.20.1 " : nil ,
4040 }
4141)
4242
You can’t perform that action at this time.
0 commit comments