Skip to content

Commit 84615c8

Browse files
authored
bump version to 1.4.3 (#647)
1 parent 6c6d5f3 commit 84615c8

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
@@ -74,7 +74,7 @@ OPERATOR_IMAGE_NAME ?= odlm
7474
# Current Operator bundle image name
7575
BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
7676
# Current Operator version
77-
OPERATOR_VERSION ?= 1.4.2
77+
OPERATOR_VERSION ?= 1.4.3
7878

7979
# Options for 'bundle-build'
8080
ifneq ($(origin CHANNELS), undefined)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ metadata:
105105
containerImage: quay.io/opencloudio/odlm:latest
106106
createdAt: "2020-11-12T17:05:48Z"
107107
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based API to manage the lifecycle of operands.
108-
olm.skipRange: '>=1.2.0 <1.4.2'
108+
olm.skipRange: '>=1.2.0 <1.4.3'
109109
operators.operatorframework.io/builder: operator-sdk-v1.0.1
110110
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
111111
repository: https://github.com/IBM/operand-deployment-lifecycle-manager
@@ -115,7 +115,7 @@ metadata:
115115
operatorframework.io/arch.ppc64le: supported
116116
operatorframework.io/arch.s390x: supported
117117
operatorframework.io/os.linux: supported
118-
name: operand-deployment-lifecycle-manager.v1.4.2
118+
name: operand-deployment-lifecycle-manager.v1.4.3
119119
namespace: placeholder
120120
spec:
121121
apiservicedefinitions: {}
@@ -363,5 +363,5 @@ spec:
363363
maturity: stable
364364
provider:
365365
name: IBM
366-
replaces: operand-deployment-lifecycle-manager.v1.4.1
367-
version: 1.4.2
366+
replaces: operand-deployment-lifecycle-manager.v1.4.2
367+
version: 1.4.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
containerImage: quay.io/opencloudio/odlm:latest
1010
createdAt: "2020-11-12T17:05:48Z"
1111
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based API to manage the lifecycle of operands.
12-
olm.skipRange: '>=1.2.0 <1.4.2'
12+
olm.skipRange: '>=1.2.0 <1.4.3'
1313
operators.operatorframework.io/builder: operator-sdk-v1.0.1
1414
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
1515
repository: https://github.com/IBM/operand-deployment-lifecycle-manager

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 = "1.4.2"
20+
Version = "1.4.3"
2121
)

0 commit comments

Comments
 (0)