Skip to content

Commit b2a13f0

Browse files
authored
bump up ODLM version to 4.3.15 for CS 46.16 (#1175)
Signed-off-by: YuChen <[email protected]>
1 parent 9d97b6b commit b2a13f0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ OPERATOR_IMAGE_NAME ?= odlm
8484
# Current Operator bundle image name
8585
BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
8686
# Current Operator version
87-
OPERATOR_VERSION ?= 4.3.14
87+
OPERATOR_VERSION ?= 4.3.15
8888

8989
# Kind cluster name
9090
KIND_CLUSTER_NAME ?= "odlm"

bundle/manifests/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ metadata:
132132
createdAt: "2024-09-28T19:55:35Z"
133133
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based API to manage the lifecycle of operands.
134134
nss.operator.ibm.com/managed-operators: ibm-odlm
135-
olm.skipRange: '>=1.2.0 <4.3.14'
135+
olm.skipRange: '>=1.2.0 <4.3.15'
136136
operators.openshift.io/infrastructure-features: '["disconnected"]'
137137
operators.operatorframework.io/builder: operator-sdk-v1.32.0
138138
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -150,7 +150,7 @@ metadata:
150150
operatorframework.io/arch.ppc64le: supported
151151
operatorframework.io/arch.s390x: supported
152152
operatorframework.io/os.linux: supported
153-
name: operand-deployment-lifecycle-manager.v4.3.14
153+
name: operand-deployment-lifecycle-manager.v4.3.15
154154
namespace: placeholder
155155
spec:
156156
apiservicedefinitions: {}
@@ -875,7 +875,7 @@ spec:
875875
minKubeVersion: 1.19.0
876876
provider:
877877
name: IBM
878-
version: 4.3.14
878+
version: 4.3.15
879879
relatedImages:
880-
- image: icr.io/cpopen/odlm:4.3.14
880+
- image: icr.io/cpopen/odlm:4.3.15
881881
name: ODLM_IMAGE

config/manifests/bases/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
1212
API to manage the lifecycle of operands.
1313
nss.operator.ibm.com/managed-operators: ibm-odlm
14-
olm.skipRange: '>=1.2.0 <4.3.14'
14+
olm.skipRange: '>=1.2.0 <4.3.15'
1515
operators.openshift.io/infrastructure-features: '["disconnected"]'
1616
operators.operatorframework.io/builder: operator-sdk-v1.2.0
1717
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -489,6 +489,6 @@ spec:
489489
provider:
490490
name: IBM
491491
relatedImages:
492-
- image: icr.io/cpopen/odlm:4.3.14
492+
- image: icr.io/cpopen/odlm:4.3.15
493493
name: ODLM_IMAGE
494494
version: 0.0.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package version
1818

1919
var (
20-
Version = "4.3.14"
20+
Version = "4.3.15"
2121
)

0 commit comments

Comments
 (0)