Skip to content

Commit

Permalink
add 1.18.0 to backward compatibility test (#6191)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Deluiggi <[email protected]>
  • Loading branch information
danielblando authored Sep 4, 2024
1 parent 4fc1828 commit e08212b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
docker pull quay.io/cortexproject/cortex:v1.16.1
docker pull quay.io/cortexproject/cortex:v1.17.0
docker pull quay.io/cortexproject/cortex:v1.17.1
docker pull quay.io/cortexproject/cortex:v1.18.0
fi
docker pull memcached:1.6.1
docker pull redis:7.0.4-alpine
Expand Down
1 change: 1 addition & 0 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var (
"quay.io/cortexproject/cortex:v1.16.1": nil,
"quay.io/cortexproject/cortex:v1.17.0": nil,
"quay.io/cortexproject/cortex:v1.17.1": nil,
"quay.io/cortexproject/cortex:v1.18.0": nil,
}
)

Expand Down

0 comments on commit e08212b

Please sign in to comment.