File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ OPERATOR_IMAGE_NAME ?= odlm
7575# Current Operator bundle image name
7676BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
7777# Current Operator version
78- OPERATOR_VERSION ?= 1.7 .0
78+ OPERATOR_VERSION ?= 1.8 .0
7979
8080# Kind cluster name
8181KIND_CLUSTER_NAME ?= "odlm"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ metadata:
106106 createdAt : " 2020-11-12T17:05:48Z"
107107 description : The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
108108 API to manage the lifecycle of operands.
109- olm.skipRange : ' >=1.2.0 <1.7 .0'
109+ olm.skipRange : ' >=1.2.0 <1.8 .0'
110110 operators.operatorframework.io/builder : operator-sdk-v1.9.0
111111 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
112112 repository : https://github.com/IBM/operand-deployment-lifecycle-manager
@@ -116,7 +116,7 @@ metadata:
116116 operatorframework.io/arch.ppc64le : supported
117117 operatorframework.io/arch.s390x : supported
118118 operatorframework.io/os.linux : supported
119- name : operand-deployment-lifecycle-manager.v1.7 .0
119+ name : operand-deployment-lifecycle-manager.v1.8 .0
120120 namespace : placeholder
121121spec :
122122 apiservicedefinitions : {}
@@ -714,5 +714,5 @@ spec:
714714 minKubeVersion : 1.19.0
715715 provider :
716716 name : IBM
717- replaces : operand-deployment-lifecycle-manager.v1.6 .0
718- version : 1.7 .0
717+ replaces : operand-deployment-lifecycle-manager.v1.7 .0
718+ version : 1.8 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010 createdAt : " 2020-11-12T17:05:48Z"
1111 description : The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
1212 API to manage the lifecycle of operands.
13- olm.skipRange : ' >=1.2.0 <1.7 .0'
13+ olm.skipRange : ' >=1.2.0 <1.8 .0'
1414 operators.operatorframework.io/builder : operator-sdk-v1.2.0
1515 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
1616 repository : https://github.com/IBM/operand-deployment-lifecycle-manager
Original file line number Diff line number Diff line change 1717package version
1818
1919var (
20- Version = "1.7 .0"
20+ Version = "1.8 .0"
2121)
You can’t perform that action at this time.
0 commit comments