Skip to content

Commit b0e628f

Browse files
authored
Bump operator version to 4.11.0 (#2324)
* Bump operator version to 4.11.0 Signed-off-by: YuChen <[email protected]> * bump IM version to 4.10 Signed-off-by: YuChen <[email protected]> --------- Signed-off-by: YuChen <[email protected]>
1 parent 663f903 commit b0e628f

File tree

11 files changed

+38
-25
lines changed

11 files changed

+38
-25
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ OPERATOR_IMAGE_NAME ?= common-service-operator
8080
# Current Operator bundle image name
8181
BUNDLE_IMAGE_NAME ?= common-service-operator-bundle
8282

83-
CHANNELS := v4.10
84-
DEFAULT_CHANNEL := v4.10
83+
CHANNELS := v4.11
84+
DEFAULT_CHANNEL := v4.11
8585

8686
# Options for 'bundle-build'
8787
ifneq ($(origin CHANNELS), undefined)
@@ -237,7 +237,7 @@ bundle-manifests: clis
237237

238238
generate-all: yq kustomize operator-sdk generate manifests cloudpak-theme-version ## Generate bundle manifests, metadata and package manifests
239239
$(OPERATOR_SDK) generate kustomize manifests -q
240-
- make bundle-manifests CHANNELS=v4.10 DEFAULT_CHANNEL=v4.10
240+
- make bundle-manifests CHANNELS=v4.11 DEFAULT_CHANNEL=v4.11
241241

242242
##@ Test
243243

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Red Hat OpenShift Container Platform 4.3 or newer installed on one of the follow
2020

2121
## Operator versions
2222

23-
- 4.10.0
23+
- 4.11.0
2424

2525
## Prerequisites
2626

bundle.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=ibm-common-service-operator
8-
LABEL operators.operatorframework.io.bundle.channels.v1=v4.10
9-
LABEL operators.operatorframework.io.bundle.channel.default.v1=v4.10
8+
LABEL operators.operatorframework.io.bundle.channels.v1=v4.11
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1=v4.11
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

bundle/manifests/ibm-common-service-operator.clusterserviceversion.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ metadata:
2727
description: The IBM Cloud Pak foundational services operator is used to deploy IBM foundational services.
2828
nss.operator.ibm.com/managed-operators: ibm-common-service-operator
2929
nss.operator.ibm.com/managed-webhooks: ""
30-
olm.skipRange: ">=3.3.0 <4.10.0"
31-
operatorChannel: v4.10
32-
operatorVersion: 4.10.0
30+
olm.skipRange: ">=3.3.0 <4.11.0"
31+
operatorChannel: v4.11
32+
operatorVersion: 4.11.0
3333
operators.openshift.io/infrastructure-features: '["disconnected"]'
3434
operators.operatorframework.io/builder: operator-sdk-v1.31.0
3535
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -40,7 +40,7 @@ metadata:
4040
operatorframework.io/arch.ppc64le: supported
4141
operatorframework.io/arch.s390x: supported
4242
operatorframework.io/os.linux: supported
43-
name: ibm-common-service-operator.v4.10.0
43+
name: ibm-common-service-operator.v4.11.0
4444
namespace: placeholder
4545
spec:
4646
apiservicedefinitions: {}
@@ -200,7 +200,7 @@ spec:
200200
201201
## Operator versions
202202
203-
- 4.10.0
203+
- 4.11.0
204204
205205
## Prerequisites
206206
@@ -637,7 +637,7 @@ spec:
637637
minKubeVersion: 1.19.0
638638
provider:
639639
name: IBM
640-
version: 4.10.0
640+
version: 4.11.0
641641
webhookdefinitions:
642642
- admissionReviewVersions:
643643
- v1
@@ -680,5 +680,5 @@ spec:
680680
type: ValidatingAdmissionWebhook
681681
webhookPath: /validate-operator-ibm-com-v3-commonservice
682682
relatedImages:
683-
- image: icr.io/cpopen/common-service-operator:4.10.0
683+
- image: icr.io/cpopen/common-service-operator:4.11.0
684684
name: COMMON_SERVICE_OPERATOR_IMAGE

bundle/metadata/annotations.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: ibm-common-service-operator
7-
operators.operatorframework.io.bundle.channels.v1: v4.10
8-
operators.operatorframework.io.bundle.channel.default.v1: v4.10
7+
operators.operatorframework.io.bundle.channels.v1: v4.11
8+
operators.operatorframework.io.bundle.channel.default.v1: v4.11
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.31.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

common/scripts/multiarch_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ALL_PLATFORMS="amd64 ppc64le s390x"
2424
IMAGE_REPO=${1}
2525
IMAGE_NAME=${2}
2626
VERSION=${3-"$(git describe --exact-match 2> /dev/null || git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8)"}
27-
RELEASE_VERSION=${4:-4.10.0}
27+
RELEASE_VERSION=${4:-4.11.0}
2828
MAX_PULLING_RETRY=${MAX_PULLING_RETRY-10}
2929
RETRY_INTERVAL=${RETRY_INTERVAL-10}
3030
# support other container tools, e.g. podman

config/manifests/bases/ibm-common-service-operator.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ metadata:
1212
nss.operator.ibm.com/managed-operators: ibm-common-service-operator
1313
nss.operator.ibm.com/managed-webhooks: ""
1414
olm.skipRange: ""
15-
operatorChannel: v4.10
16-
operatorVersion: 4.10.0
15+
operatorChannel: v4.11
16+
operatorVersion: 4.11.0
1717
operators.openshift.io/infrastructure-features: '["disconnected"]'
1818
operators.operatorframework.io/builder: operator-sdk-v1.2.0
1919
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -188,7 +188,7 @@ spec:
188188
189189
## Operator versions
190190
191-
- 4.10.0
191+
- 4.11.0
192192
193193
## Prerequisites
194194
@@ -260,6 +260,6 @@ spec:
260260
provider:
261261
name: IBM
262262
relatedImages:
263-
- image: icr.io/cpopen/common-service-operator:4.10.0
263+
- image: icr.io/cpopen/common-service-operator:4.11.0
264264
name: COMMON_SERVICE_OPERATOR_IMAGE
265265
version: 0.0.0

controllers/constant/odlm.go

+14-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ spec:
144144
packageName: ibm-iam-operator
145145
scope: public
146146
installPlanApproval: {{ .ApprovalMode }}
147+
- name: ibm-im-operator-v4.10
148+
namespace: "{{ .CPFSNs }}"
149+
channel: v4.9
150+
packageName: ibm-iam-operator
151+
scope: public
152+
installPlanApproval: {{ .ApprovalMode }}
147153
`
148154

149155
IdpConfigUIOpReg = `
@@ -464,6 +470,13 @@ spec:
464470
onPremMultipleDeploy: {{ .OnPremMultiEnable }}
465471
operandBindInfo:
466472
operand: ibm-im-operator
473+
- name: ibm-im-operator-v4.10
474+
spec:
475+
authentication:
476+
config:
477+
onPremMultipleDeploy: {{ .OnPremMultiEnable }}
478+
operandBindInfo:
479+
operand: ibm-im-operator
467480
`
468481

469482
UserMgmtOpCon = `
@@ -1790,7 +1803,7 @@ spec:
17901803
installPlanApproval: {{ .ApprovalMode }}
17911804
- name: ibm-im-operator
17921805
namespace: "{{ .CPFSNs }}"
1793-
channel: v4.9
1806+
channel: v4.10
17941807
packageName: ibm-iam-operator
17951808
scope: public
17961809
installPlanApproval: {{ .ApprovalMode }}

hack/keycloak-themes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ theme/cloudpak/login/resources/css/styles470.css
1010
theme/cloudpak/login/theme.properies styles=css/styles470.css
1111
NOTE: this would likely apply to any of the files - images, fonts, etc. If updated, they must be renamed.
1212

13-
### Style version for release 4.10.0
13+
### Style version for release 4.11.0
1414
theme/cloudpak/login/resources/css/styles4100.css
1515
theme/cloudpak/login/theme.properies styles=css/styles4100.css
1616

testdata/deploy/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ spec:
1515
name: ibm-common-service-operator
1616
annotations:
1717
description: The IBM Common Service Operator is used to deploy IBM Common Services
18-
operatorChannel: v4.10
19-
operatorVersion: 4.10.0
18+
operatorChannel: v4.11
19+
operatorVersion: 4.11.0
2020
cloudPakThemesVersion: styles4100.css
2121
spec:
2222
affinity:

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package version
1818

1919
var (
20-
Version = "4.10.0"
20+
Version = "4.11.0"
2121
)

0 commit comments

Comments
 (0)