Skip to content

Commit e81c970

Browse files
authored
Bump version to 4.2.7 for SC2 4.6.5 (#326)
* Bump version to 4.2.7 for SC2 4.6.5 Signed-off-by: Allen Li <[email protected]> * add OWNERS Signed-off-by: Allen Li <[email protected]> --------- Signed-off-by: Allen Li <[email protected]>
1 parent 86c2a97 commit e81c970

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-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.2.6
79+
OPERATOR_VERSION ?= 4.2.7
8080

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

OWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ approvers:
22
- Daniel-Fan
33
- bitscuit
44
- YCShen1010
5+
- qpdpQ
6+
- bluzarraga
57
reviewers:
68
- Daniel-Fan
79
- bitscuit
810
- YCShen1010
11+
- qpdpQ
12+
- bluzarraga

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: "2024-05-23T08:24:14Z"
27-
olm.skipRange: '<4.2.6'
27+
olm.skipRange: '<4.2.7'
2828
operators.openshift.io/infrastructure-features: '["disconnected"]'
2929
operators.operatorframework.io/builder: operator-sdk-v1.32.0
3030
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -35,7 +35,7 @@ metadata:
3535
operatorframework.io/arch.ppc64le: supported
3636
operatorframework.io/arch.s390x: supported
3737
operatorframework.io/os.linux: supported
38-
name: ibm-namespace-scope-operator.v4.2.6
38+
name: ibm-namespace-scope-operator.v4.2.7
3939
namespace: placeholder
4040
spec:
4141
apiservicedefinitions: {}
@@ -244,6 +244,6 @@ spec:
244244
provider:
245245
name: IBM
246246
relatedImages:
247-
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.6
247+
- image: icr.io/cpopen/ibm-namespace-scope-operator:4.2.7
248248
name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
249-
version: 4.2.6
249+
version: 4.2.7

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

0 commit comments

Comments
 (0)