Skip to content

Commit 4a5d45c

Browse files
authored
bump version for the namespace scope operator (#76)
1 parent aad8f08 commit 4a5d45c

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
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.0
72+
OPERATOR_VERSION ?= 1.1.1
7373

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

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

Lines changed: 4 additions & 3 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.0'
27+
olm.skipRange: '<1.1.1'
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.0
32+
name: ibm-namespace-scope-operator-restricted.v1.1.1
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -146,4 +146,5 @@ spec:
146146
maturity: alpha
147147
provider:
148148
name: IBM
149-
version: 1.1.0
149+
replaces: ibm-common-service-operator.v1.1.0
150+
version: 1.1.1

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

Lines changed: 4 additions & 3 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.0'
27+
olm.skipRange: '<1.1.1'
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.0
32+
name: ibm-namespace-scope-operator.v1.1.1
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -140,4 +140,5 @@ spec:
140140
maturity: alpha
141141
provider:
142142
name: IBM
143-
version: 1.1.0
143+
replaces: ibm-common-service-operator.v1.1.0
144+
version: 1.1.1

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

0 commit comments

Comments
 (0)