Skip to content

Commit a898e21

Browse files
authored
[NSS] bump version to 4.1.0 (#246)
Signed-off-by: YuChen <[email protected]>
1 parent 39dc7f6 commit a898e21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
7676
# Current Operator bundle image name
7777
BUNDLE_IMAGE_NAME ?= ibm-namespace-scope-operator-bundle
7878
# Current Operator version
79-
OPERATOR_VERSION ?= 4.0.0
79+
OPERATOR_VERSION ?= 4.1.0
8080

8181
# Options for 'bundle-build'
8282
CHANNELS ?= v4.0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
capabilities: Seamless Upgrades
2525
containerImage: icr.io/cpopen/ibm-namespace-scope-operator:latest
2626
createdAt: "2023-02-26T12:14:20Z"
27-
olm.skipRange: '<4.0.0'
27+
olm.skipRange: '<4.1.0'
2828
operators.operatorframework.io/builder: operator-sdk-v1.24.0
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/IBM/ibm-namespace-scope-operator
@@ -34,7 +34,7 @@ metadata:
3434
operatorframework.io/arch.ppc64le: supported
3535
operatorframework.io/arch.s390x: supported
3636
operatorframework.io/os.linux: supported
37-
name: ibm-namespace-scope-operator.v4.0.0
37+
name: ibm-namespace-scope-operator.v4.1.0
3838
namespace: placeholder
3939
spec:
4040
apiservicedefinitions: {}
@@ -159,6 +159,6 @@ spec:
159159
provider:
160160
name: IBM
161161
relatedImages:
162-
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.0.0
162+
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.1.0
163163
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
164-
version: 4.0.0
164+
version: 4.1.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 = "4.0.0"
20+
Version = "4.1.0"
2121
)

0 commit comments

Comments
 (0)