File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
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 1515* [ ENHANCEMENT] Distributor: Optimize memory usage by recycling v2 requests. #7131
1616* [ BUGFIX] Ring: Change DynamoDB KV to retry indefinitely for WatchKey. #7088
1717* [ BUGFIX] Ruler: Add XFunctions validation support. #7111
18- * [ BUGFIX] Distributor: Fix panic on health check failure when using stream push. #7116
1918* [ BUGFIX] Querier: propagate Prometheus info annotations in protobuf responses. #7132
2019
20+ ## 1.20.1 2025-12-03
21+
22+ * [ BUGFIX] Distributor: Fix panic on health check failure when using stream push. #7116
23+
2124## 1.20.0 2025-11-10
2225
2326* [ CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
Original file line number Diff line number Diff line change 1- 1.20.0
1+ 1.20.1
Original file line number Diff line number Diff line change 1- CORTEX_VERSION = v1.20.0
1+ CORTEX_VERSION = v1.20.1
22GRAFANA_VERSION = 10.4.2
33PROMETHEUS_VERSION = v3.2.1
44SEAWEEDFS_VERSION = 3.67
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