Skip to content

Commit c822084

Browse files
author
Priyanka Minz
committed
Next Version 2.5.0
1 parent c91fa7f commit c822084

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

config/manifests/bases/infinispan-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,5 +313,5 @@ spec:
313313
minKubeVersion: 1.24.0
314314
provider:
315315
name: Infinispan
316-
replaces: infinispan-operator.v2.4.18
316+
replaces: infinispan-operator.v2.5.0
317317
version: 0.0.0

scripts/ci/install-catalog-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IMG_REGISTRY=${IMG_REGISTRY-"localhost:5001"}
77

88
export CHANNELS=stable
99
export DEFAULT_CHANNEL=stable
10-
export VERSION=2.5.0
10+
export VERSION=2.5.1
1111

1212
BUNDLE_IMG_NAME=infinispan-operator-bundle
1313

scripts/create-olm-catalog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CATALOG=${CATALOG_DIR}/catalog.yaml
88

99
BUNDLE_IMGS="${BUNDLE_IMG}"
1010
# Define existing bundle images required in the catalog
11-
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 v2.4.11 v2.4.12 v2.4.13 v2.4.14 v2.4.15 v2.4.16 v2.4.17 v2.4.18; do
11+
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 v2.4.11 v2.4.12 v2.4.13 v2.4.14 v2.4.15 v2.4.16 v2.4.17 v2.4.18 v2.5.0; do
1212
BUNDLE_IMGS="${BUNDLE_IMGS} quay.io/operatorhubio/infinispan:$version"
1313
done
1414

scripts/test-catalog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ schema: olm.channel
66
name: stable
77
package: infinispan
88
entries:
9+
- name: infinispan-operator.v2.5.1
10+
replaces: infinispan-operator.v2.5.0
911
- name: infinispan-operator.v2.5.0
1012
replaces: infinispan-operator.v2.4.18
1113
- name: infinispan-operator.v2.4.18

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

0 commit comments

Comments
 (0)