diff --git a/README.md b/README.md index d56b87bcb..f799a6a28 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ Follow these steps to release the Infinispan Operator: to `replaces: infinispan-operator.v` 7. **Update the `version.txt` file to the next release version** 8. Update `scripts/ci/install-catalog-source.sh` `VERSION` field to the next release version -9. Update `scripts/create-olm-catalog.sh` to include the just released version in `BUNDLE_IMGS` and the next release version in the update graph -10. Commit changes with appropriate commit message, e.g "Next Version " -11. Optinally, run locally the [End to End OLM integration tests](#End-to-End-OLM-integration-tests) \ No newline at end of file +9. Update `scripts/create-olm-catalog.sh` to include the just released version in `BUNDLE_IMGS` +10. Update `scripts/test-catalog.yml` to include the next release version in the update graph +11. Commit changes with appropriate commit message, e.g "Next Version " +12. Optinally, run locally the [End to End OLM integration tests](#End-to-End-OLM-integration-tests) \ No newline at end of file diff --git a/config/manifests/bases/infinispan-operator.clusterserviceversion.yaml b/config/manifests/bases/infinispan-operator.clusterserviceversion.yaml index 88192ccca..ca6c0d9fa 100644 --- a/config/manifests/bases/infinispan-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/infinispan-operator.clusterserviceversion.yaml @@ -313,7 +313,7 @@ spec: minKubeVersion: 1.24.0 provider: name: Infinispan - replaces: infinispan-operator.v2.4.8 + replaces: infinispan-operator.v2.4.9 skips: - infinispan-operator.v2.4.7 - infinispan-operator.v2.4.8 diff --git a/scripts/ci/install-catalog-source.sh b/scripts/ci/install-catalog-source.sh index f73f0ff69..297cda00a 100755 --- a/scripts/ci/install-catalog-source.sh +++ b/scripts/ci/install-catalog-source.sh @@ -7,7 +7,7 @@ IMG_REGISTRY=${IMG_REGISTRY-"localhost:5001"} export CHANNELS=stable export DEFAULT_CHANNEL=stable -export VERSION=2.4.9 +export VERSION=2.4.10 BUNDLE_IMG_NAME=infinispan-operator-bundle diff --git a/scripts/create-olm-catalog.sh b/scripts/create-olm-catalog.sh index c845e0923..95bee2b66 100755 --- a/scripts/create-olm-catalog.sh +++ b/scripts/create-olm-catalog.sh @@ -8,7 +8,7 @@ CATALOG=${CATALOG_DIR}/catalog.yaml BUNDLE_IMGS="${BUNDLE_IMG}" # Define existing bundle images required in the catalog -for version in v2.3.0 v2.3.1 v2.3.2 v2.3.3 v2.3.4 v2.3.5 v2.3.6 v2.3.7 v2.4.0 v2.4.1 v2.4.2 v2.4.3 v2.4.4 v2.4.5 v2.4.6 v2.4.7 v2.4.8; do +for version in v2.3.0 v2.3.1 v2.3.2 v2.3.3 v2.3.4 v2.3.5 v2.3.6 v2.3.7 v2.4.0 v2.4.1 v2.4.2 v2.4.3 v2.4.4 v2.4.5 v2.4.6 v2.4.7 v2.4.8 v2.4.9; do BUNDLE_IMGS="${BUNDLE_IMGS} quay.io/operatorhubio/infinispan:$version" done diff --git a/scripts/test-catalog.yml b/scripts/test-catalog.yml index 100c191e4..16e6ac9fc 100644 --- a/scripts/test-catalog.yml +++ b/scripts/test-catalog.yml @@ -6,6 +6,8 @@ schema: olm.channel name: stable package: infinispan entries: + - name: infinispan-operator.v2.4.10 + replaces: infinispan-operator.v2.4.9 - name: infinispan-operator.v2.4.9 replaces: infinispan-operator.v2.4.6 skips: diff --git a/version.txt b/version.txt index 3f5987a5c..b0f6bf0cd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.4.9 +2.4.10