Skip to content

Commit

Permalink
Next Version 2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever committed Jan 13, 2025
1 parent aec6754 commit dd134a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Follow these steps to release the Infinispan Operator:
to `replaces: infinispan-operator.v<x.y.z>`
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 <x.y.z>"
11. Optinally, run locally the [End to End OLM integration tests](#End-to-End-OLM-integration-tests)
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 <x.y.z>"
12. Optinally, run locally the [End to End OLM integration tests](#End-to-End-OLM-integration-tests)
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/install-catalog-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/create-olm-catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions scripts/test-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.9
2.4.10

0 comments on commit dd134a0

Please sign in to comment.