Skip to content

Commit 6f877b2

Browse files
qpdpQYuchenLi223
andauthored
bump version to 1.13.0 (#165)
Co-authored-by: Yuchen Li <[email protected]>
1 parent fe6aba3 commit 6f877b2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.12.0
72+
OPERATOR_VERSION ?= 1.13.0
7373

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ metadata:
2323
]
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
26-
createdAt: "2022-04-12T10:37:01Z"
27-
olm.skipRange: '<1.12.0'
26+
createdAt: "2022-05-20T10:44:01Z"
27+
olm.skipRange: '<1.13.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.11.0+git
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.12.0
32+
name: ibm-namespace-scope-operator-restricted.v1.13.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -157,7 +157,7 @@ spec:
157157
provider:
158158
name: IBM
159159
relatedImages:
160-
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.12.0
160+
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.13.0
161161
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
162-
replaces: ibm-namespace-scope-operator-restricted.v1.11.0
163-
version: 1.12.0
162+
replaces: ibm-namespace-scope-operator-restricted.v1.12.0
163+
version: 1.13.0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ metadata:
2323
]
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
26-
createdAt: "2022-04-12T10:37:01Z"
27-
olm.skipRange: '<1.12.0'
26+
createdAt: "2022-05-20T10:44:01Z"
27+
olm.skipRange: '<1.13.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.11.0+git
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.12.0
32+
name: ibm-namespace-scope-operator.v1.13.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -157,7 +157,7 @@ spec:
157157
provider:
158158
name: IBM
159159
relatedImages:
160-
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.12.0
160+
- image: icr.io/cpopen/ibm-namespace-scope-operator:1.13.0
161161
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
162-
replaces: ibm-namespace-scope-operator.v1.11.0
163-
version: 1.12.0
162+
replaces: ibm-namespace-scope-operator.v1.12.0
163+
version: 1.13.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.12.0"
20+
Version = "1.13.0"
2121
)

0 commit comments

Comments
 (0)