Skip to content

Commit b7388f4

Browse files
authored
Bump version to 4.3.7 fo SC2 4.6.8 (#1089)
Signed-off-by: YuChen <[email protected]>
1 parent 2f1f1e7 commit b7388f4

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.6
87+
OPERATOR_VERSION ?= 4.3.7
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.6'
135+
olm.skipRange: '>=1.2.0 <4.3.7'
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
@@ -143,7 +143,7 @@ metadata:
143143
operatorframework.io/arch.ppc64le: supported
144144
operatorframework.io/arch.s390x: supported
145145
operatorframework.io/os.linux: supported
146-
name: operand-deployment-lifecycle-manager.v4.3.6
146+
name: operand-deployment-lifecycle-manager.v4.3.7
147147
namespace: placeholder
148148
spec:
149149
apiservicedefinitions: {}
@@ -868,7 +868,7 @@ spec:
868868
minKubeVersion: 1.19.0
869869
provider:
870870
name: IBM
871-
version: 4.3.6
871+
version: 4.3.7
872872
relatedImages:
873-
- image: icr.io/cpopen/odlm:4.3.6
873+
- image: icr.io/cpopen/odlm:4.3.7
874874
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.6'
14+
olm.skipRange: '>=1.2.0 <4.3.7'
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
@@ -482,6 +482,6 @@ spec:
482482
provider:
483483
name: IBM
484484
relatedImages:
485-
- image: icr.io/cpopen/odlm:4.3.6
485+
- image: icr.io/cpopen/odlm:4.3.7
486486
name: ODLM_IMAGE
487487
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.6"
20+
Version = "4.3.7"
2121
)

0 commit comments

Comments
 (0)