Skip to content

Commit f44e967

Browse files
authored
Add release 1.11.1 to the backwards compatibility matrix (#4866)
Signed-off-by: Friedrich Gonzalez <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 81def48 commit f44e967

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
@@ -130,6 +130,7 @@ jobs:
130130
docker pull quay.io/cortexproject/cortex:v1.8.0
131131
docker pull quay.io/cortexproject/cortex:v1.9.0
132132
docker pull quay.io/cortexproject/cortex:v1.10.0
133+
docker pull quay.io/cortexproject/cortex:v1.11.1
133134
docker pull shopify/bigtable-emulator:0.1.0
134135
docker pull memcached:1.6.1
135136
docker pull bouncestorage/swift-aio:55ba4331

integration/backward_compatibility_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var (
2626
"quay.io/cortexproject/cortex:v1.8.0": preCortex110Flags,
2727
"quay.io/cortexproject/cortex:v1.9.0": preCortex110Flags,
2828
"quay.io/cortexproject/cortex:v1.10.0": nil,
29+
"quay.io/cortexproject/cortex:v1.11.1": nil,
2930
}
3031
)
3132

0 commit comments

Comments
 (0)