Skip to content

Commit aae108a

Browse files
committed
merge release 1.20.1 to master
Signed-off-by: SungJin1212 <[email protected]>
1 parent 8a29d7e commit aae108a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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
@@ -16,9 +14,12 @@
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

integration/backward_compatibility_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
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

0 commit comments

Comments
 (0)