Skip to content

Commit

Permalink
Next Version 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Feb 10, 2025
1 parent eaa38d5 commit 3ff1aab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,5 @@ spec:
minKubeVersion: 1.24.0
provider:
name: Infinispan
replaces: infinispan-operator.v2.4.9
skips:
- infinispan-operator.v2.4.7
- infinispan-operator.v2.4.8
replaces: infinispan-operator.v2.4.10
version: 0.0.0
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.10
export VERSION=2.4.11

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 v2.4.9; 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 v2.4.10; 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.11
replaces: infinispan-operator.v2.4.10
- name: infinispan-operator.v2.4.10
replaces: infinispan-operator.v2.4.9
- name: infinispan-operator.v2.4.9
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.10
2.4.11

0 comments on commit 3ff1aab

Please sign in to comment.