Skip to content

Commit 6d7d78c

Browse files
author
infinispan-qe-bot
committed
Next Version 2.5.11
1 parent f4ac4dc commit 6d7d78c

6 files changed

Lines changed: 10 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
certified: "false"
99
containerImage: <IMAGE>
1010
description: Create and manage Infinispan clusters.
11-
olm.skipRange: '>=2.4.18 <2.5.10'
11+
olm.skipRange: '>=2.4.18 <2.5.11'
1212
repository: https://github.com/infinispan/infinispan-operator
1313
labels:
1414
operatorframework.io/arch.amd64: supported
@@ -314,5 +314,5 @@ spec:
314314
minKubeVersion: 1.24.0
315315
provider:
316316
name: Infinispan
317-
replaces: infinispan-operator.v2.5.9
317+
replaces: infinispan-operator.v2.5.10
318318
version: 0.0.0

release-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
catalog_templates:
33
- template_name: basic.yaml
44
channels: [stable]
5-
replaces: infinispan-operator.v2.5.9
6-
skipRange: '>=2.4.18 <2.5.10'
5+
replaces: infinispan-operator.v2.5.10
6+
skipRange: '>=2.4.18 <2.5.11'

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.10
10+
export VERSION=2.5.11
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 v2.5.0 v2.5.1 v2.5.2 v2.5.3 v2.5.4 v2.5.5 v2.5.6 v2.5.7 v2.5.8 v2.5.9; 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 v2.5.1 v2.5.2 v2.5.3 v2.5.4 v2.5.5 v2.5.6 v2.5.7 v2.5.8 v2.5.9 v2.5.10; do
1212
BUNDLE_IMGS="${BUNDLE_IMGS} quay.io/operatorhubio/infinispan:$version"
1313
done
1414

scripts/test-catalog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ schema: olm.channel
66
name: stable
77
package: infinispan
88
entries:
9+
- name: infinispan-operator.v2.5.11
10+
replaces: infinispan-operator.v2.5.10
11+
skipRange: '>=2.4.18 <2.5.11'
912
- name: infinispan-operator.v2.5.10
1013
replaces: infinispan-operator.v2.5.9
1114
skipRange: '>=2.4.18 <2.5.10'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.10
1+
2.5.11

0 commit comments

Comments
 (0)