Skip to content

Commit db6f779

Browse files
authored
[ODLM] bump version to 4.2.0 (#959)
1 parent 3519d07 commit db6f779

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ OPERATOR_IMAGE_NAME ?= odlm
8080
# Current Operator bundle image name
8181
BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
8282
# Current Operator version
83-
OPERATOR_VERSION ?= 4.1.0
83+
OPERATOR_VERSION ?= 4.2.0
8484

8585
# Kind cluster name
8686
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
@@ -110,7 +110,7 @@ metadata:
110110
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
111111
API to manage the lifecycle of operands.
112112
nss.operator.ibm.com/managed-operators: ibm-odlm
113-
olm.skipRange: '>=1.2.0 <4.1.0'
113+
olm.skipRange: '>=1.2.0 <4.2.0'
114114
operators.operatorframework.io/builder: operator-sdk-v1.24.0
115115
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
116116
operators.openshift.io/infrastructure-features: '["disconnected"]'
@@ -121,7 +121,7 @@ metadata:
121121
operatorframework.io/arch.ppc64le: supported
122122
operatorframework.io/arch.s390x: supported
123123
operatorframework.io/os.linux: supported
124-
name: operand-deployment-lifecycle-manager.v4.1.0
124+
name: operand-deployment-lifecycle-manager.v4.2.0
125125
namespace: placeholder
126126
spec:
127127
apiservicedefinitions: {}
@@ -668,6 +668,6 @@ spec:
668668
provider:
669669
name: IBM
670670
relatedImages:
671-
- image: icr.io/cpopen/odlm:4.1.0
671+
- image: icr.io/cpopen/odlm:4.2.0
672672
name: ODLM_IMAGE
673-
version: 4.1.0
673+
version: 4.2.0

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

Lines changed: 1 addition & 1 deletion
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.1.0'
14+
olm.skipRange: '>=1.2.0 <4.2.0'
1515
operators.operatorframework.io/builder: operator-sdk-v1.2.0
1616
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
1717
operators.openshift.io/infrastructure-features: '["disconnected"]'

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.1.0"
20+
Version = "4.2.0"
2121
)

0 commit comments

Comments
 (0)