Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezing the default supported Infinispan operator channel to 2.3.x #169

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/openshift-ci/build-root/e2e-test-periodic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/integration-tests -P
-Dintersmash.infinispan.image=registry.redhat.io/jboss-datagrid-7/datagrid73-openshift:latest \
-Dintersmash.infinispan.operators.catalog_source=redhat-operators \
-Dintersmash.infinispan.operators.package_manifest=datagrid \
-Dintersmash.infinispan.operators.channel=8.4.x \
-Dintersmash.kafka.operators.catalog_source=redhat-operators \
-Dintersmash.kafka.operators.package_manifest=amq-streams \
-Dintersmash.kafka.operators.channel=stable \
Expand Down
1 change: 1 addition & 0 deletions .ci/openshift-ci/build-root/e2e-test-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/integration-tests -P
-Dintersmash.infinispan.image=registry.redhat.io/jboss-datagrid-7/datagrid73-openshift:latest \
-Dintersmash.infinispan.operators.catalog_source=redhat-operators \
-Dintersmash.infinispan.operators.package_manifest=datagrid \
-Dintersmash.infinispan.operators.channel=8.4.x \
-Dintersmash.kafka.operators.catalog_source=redhat-operators \
-Dintersmash.kafka.operators.package_manifest=amq-streams \
-Dintersmash.kafka.operators.channel=stable \
Expand Down
2 changes: 2 additions & 0 deletions global-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ intersmash.kafka.operators.channel=stable
intersmash.hyperfoil.operators.catalog_source=community-operators
intersmash.hyperfoil.operators.package_manifest=hyperfoil-bundle

intersmash.infinispan.operators.channel=2.3.x

4 changes: 2 additions & 2 deletions provisioners/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ extended easily, since Intersmash _provisioners_ are pluggable components.
| ActiveMQ Artemis | 1.0.11 | upstream | 1.0.15 | https://github.com/artemiscloud/activemq-artemis-operator | We are using a custom index image, i.e. quay.io/jbossqe-eap/intersmash-activemq-operator-catalog:v1.0.11, built as described in https://github.com/Intersmash/intersmash/issues/32 |
| Red Hat AMQ Broker | 7.11.2-opr-1 | 7.11.x | 7.11.z | https://github.com/rh-messaging/activemq-artemis-operator | As available on the OpenShift OperatorHub |
| Hyperfoil | 0.24.2 | alpha | 0.24.2 | https://github.com/Hyperfoil/hyperfoil-operator | We force the CRs version for the used Hyperfoil runtime to be 0.24.2, see https://github.com/Hyperfoil/hyperfoil-operator/issues/18 |
| Infinispan | 2.3.4 | 2.3.x | 14.0.17.Final | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub (community-operators) |
| Red Hat DataGrid | 8.4.12 | 8.4.x | 8.4.6.GA | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub |
| Infinispan | 2.3.8 | 2.3.x | 14.0.24.Final | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub (community-operators) |
| Red Hat DataGrid | 8.4.14 | 8.4.x | 8.4.7.GA | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub |
| Kafka provided by Strimzi | 0.38.0 | stable | 3.6.0 | https://github.com/strimzi/strimzi-kafka-operator | |
| Red Hat AMQ Streams | 2.6.0-0 | stable | 3.6.0 | https://github.com/strimzi/strimzi-kafka-operator | As available on the OpenShift OperatorHub |
| Keycloak | 24.0.1 | upstream | 24.0.1 | https://github.com/keycloak/keycloak/tree/main/operator | Latest Keycloak, based on Quarkus. Supports a limited number of CR (Keycloak and KeycloakRealmImport): more to come in upcoming versions |
Expand Down
Loading