Skip to content

Commit 49ac825

Browse files
authored
add 1.17.1 to backward compatibility test (#5976)
Signed-off-by: Ben Ye <[email protected]>
1 parent 1058518 commit 49ac825

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
@@ -181,6 +181,7 @@ jobs:
181181
docker pull quay.io/cortexproject/cortex:v1.16.0
182182
docker pull quay.io/cortexproject/cortex:v1.16.1
183183
docker pull quay.io/cortexproject/cortex:v1.17.0
184+
docker pull quay.io/cortexproject/cortex:v1.17.1
184185
fi
185186
docker pull memcached:1.6.1
186187
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
@@ -38,6 +38,7 @@ var (
3838
"quay.io/cortexproject/cortex:v1.16.0": nil,
3939
"quay.io/cortexproject/cortex:v1.16.1": nil,
4040
"quay.io/cortexproject/cortex:v1.17.0": nil,
41+
"quay.io/cortexproject/cortex:v1.17.1": nil,
4142
}
4243
)
4344

0 commit comments

Comments
 (0)