Skip to content

Commit 8362d94

Browse files
authored
bump operator version to 1.3.0 for release 3.9 (#110)
1 parent ce49ab3 commit 8362d94

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-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 ?= 2.0.0
72+
OPERATOR_VERSION ?= 1.3.0
7373

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
2929
repository: https://github.com/IBM/ibm-namespace-scope-operator
3030
support: IBM
31-
name: ibm-namespace-scope-operator-restricted.v2.0.0
31+
name: ibm-namespace-scope-operator-restricted.v1.3.0
3232
namespace: placeholder
3333
spec:
3434
apiservicedefinitions: {}
@@ -154,5 +154,5 @@ spec:
154154
minKubeVersion: "1.19.0"
155155
provider:
156156
name: IBM
157-
replaces: ibm-namespace-scope-operator-restricted.v1.3.0
158-
version: 2.0.0
157+
replaces: ibm-namespace-scope-operator-restricted.v1.2.0
158+
version: 1.3.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
2929
repository: https://github.com/IBM/ibm-namespace-scope-operator
3030
support: IBM
31-
name: ibm-namespace-scope-operator.v2.0.0
31+
name: ibm-namespace-scope-operator.v1.3.0
3232
namespace: placeholder
3333
spec:
3434
apiservicedefinitions: {}
@@ -154,5 +154,5 @@ spec:
154154
minKubeVersion: "1.19.0"
155155
provider:
156156
name: IBM
157-
replaces: ibm-namespace-scope-operator.v1.3.0
158-
version: 2.0.0
157+
replaces: ibm-namespace-scope-operator.v1.2.0
158+
version: 1.3.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 = "2.0.0"
20+
Version = "1.3.0"
2121
)

0 commit comments

Comments
 (0)