Skip to content

Commit e08212b

Browse files
authored
add 1.18.0 to backward compatibility test (#6191)
Signed-off-by: Daniel Deluiggi <[email protected]>
1 parent 4fc1828 commit e08212b

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
@@ -188,6 +188,7 @@ jobs:
188188
docker pull quay.io/cortexproject/cortex:v1.16.1
189189
docker pull quay.io/cortexproject/cortex:v1.17.0
190190
docker pull quay.io/cortexproject/cortex:v1.17.1
191+
docker pull quay.io/cortexproject/cortex:v1.18.0
191192
fi
192193
docker pull memcached:1.6.1
193194
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
@@ -73,6 +73,7 @@ var (
7373
"quay.io/cortexproject/cortex:v1.16.1": nil,
7474
"quay.io/cortexproject/cortex:v1.17.0": nil,
7575
"quay.io/cortexproject/cortex:v1.17.1": nil,
76+
"quay.io/cortexproject/cortex:v1.18.0": nil,
7677
}
7778
)
7879

0 commit comments

Comments
 (0)