Skip to content

Commit 21fccb0

Browse files
authored
chore: add version 1.16.1 to compatibility test (#5894)
Signed-off-by: Ben Ye <[email protected]>
1 parent cf574c9 commit 21fccb0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
docker pull quay.io/cortexproject/cortex:v1.15.2
180180
docker pull quay.io/cortexproject/cortex:v1.15.3
181181
docker pull quay.io/cortexproject/cortex:v1.16.0
182+
docker pull quay.io/cortexproject/cortex:v1.16.1
182183
fi
183184
docker pull memcached:1.6.1
184185
docker pull redis:7.0.4-alpine

integration/backward_compatibility_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var (
3030
"quay.io/cortexproject/cortex:v1.15.2": nil,
3131
"quay.io/cortexproject/cortex:v1.15.3": nil,
3232
"quay.io/cortexproject/cortex:v1.16.0": nil,
33+
"quay.io/cortexproject/cortex:v1.16.1": nil,
3334
}
3435
)
3536

0 commit comments

Comments
 (0)