Skip to content

Commit 987b7af

Browse files
authored
bump namespacescope version (#84)
* bump namespacescope version * update replaces
1 parent a525fc7 commit 987b7af

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif
6969
# Current Operator image name
7070
OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
7171
# Current Operator version
72-
OPERATOR_VERSION ?= 1.1.1
72+
OPERATOR_VERSION ?= 1.2.0
7373

7474
# Options for 'bundle-build'
7575
CHANNELS ?= beta

bundle-restricted/manifests/ibm-namespace-scope-operator-restricted.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ metadata:
2424
capabilities: Seamless Upgrades
2525
containerImage: quay.io/opencloudio/ibm-namespace-scope-operator:latest
2626
createdAt: "2020-11-12T17:36:42Z"
27-
olm.skipRange: '<1.1.1'
27+
olm.skipRange: '<1.2.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.1.0
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/IBM/ibm-namespace-scope-operator
3131
support: IBM
32-
name: ibm-namespace-scope-operator-restricted.v1.1.1
32+
name: ibm-namespace-scope-operator-restricted.v1.2.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -180,5 +180,5 @@ spec:
180180
maturity: alpha
181181
provider:
182182
name: IBM
183-
replaces: ibm-namespace-scope-operator-restricted.v1.1.0
184-
version: 1.1.1
183+
replaces: ibm-namespace-scope-operator-restricted.v1.1.1
184+
version: 1.2.0

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ metadata:
2424
capabilities: Seamless Upgrades
2525
containerImage: quay.io/opencloudio/ibm-namespace-scope-operator:latest
2626
createdAt: "2020-11-12T17:36:42Z"
27-
olm.skipRange: '<1.1.1'
27+
olm.skipRange: '<1.2.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.1.0
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/IBM/ibm-namespace-scope-operator
3131
support: IBM
32-
name: ibm-namespace-scope-operator.v1.1.1
32+
name: ibm-namespace-scope-operator.v1.2.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -153,5 +153,5 @@ spec:
153153
maturity: alpha
154154
provider:
155155
name: IBM
156-
replaces: ibm-namespace-scope-operator.v1.1.0
157-
version: 1.1.1
156+
replaces: ibm-namespace-scope-operator.v1.1.1
157+
version: 1.2.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 = "1.1.1"
20+
Version = "1.2.0"
2121
)

0 commit comments

Comments
 (0)