Skip to content

Commit 6a387a4

Browse files
authored
bump up version to 4.6.17 (#2585)
Signed-off-by: YuChen <[email protected]>
1 parent 63a12f5 commit 6a387a4

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
3838
git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8)
3939
RELEASE_VERSION ?= $(shell cat ./version/version.go | grep "Version =" | awk '{ print $$3}' | tr -d '"')
4040
PREVIOUS_VERSION := 3.23.0
41-
LATEST_VERSION ?= 4.6.16
41+
LATEST_VERSION ?= 4.6.17
4242

4343
LOCAL_OS := $(shell uname)
4444
ifeq ($(LOCAL_OS),Linux)

README.md

Lines changed: 1 addition & 1 deletion
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.6.16
23+
- 4.6.17
2424

2525
## Prerequisites
2626

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
]
2323
capabilities: Seamless Upgrades
2424
cloudPakThemesVersion: styles467.css
25-
containerImage: icr.io/cpopen/common-service-operator:4.6.16
25+
containerImage: icr.io/cpopen/common-service-operator:4.6.17
2626
createdAt: "2025-06-06T02:09:35Z"
2727
description: The IBM Cloud Pak foundational services operator is used to deploy IBM foundational services.
2828
features.operators.openshift.io/disconnected: "true"
@@ -34,9 +34,9 @@ metadata:
3434
features.operators.openshift.io/token-auth-gcp: "false"
3535
nss.operator.ibm.com/managed-operators: ibm-common-service-operator
3636
nss.operator.ibm.com/managed-webhooks: ""
37-
olm.skipRange: ">=3.3.0 <4.6.16"
37+
olm.skipRange: ">=3.3.0 <4.6.17"
3838
operatorChannel: v4.6
39-
operatorVersion: 4.6.16
39+
operatorVersion: 4.6.17
4040
operators.openshift.io/infrastructure-features: '["disconnected"]'
4141
operators.operatorframework.io/builder: operator-sdk-v1.38.0
4242
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -47,7 +47,7 @@ metadata:
4747
operatorframework.io/arch.ppc64le: supported
4848
operatorframework.io/arch.s390x: supported
4949
operatorframework.io/os.linux: supported
50-
name: ibm-common-service-operator.v4.6.16
50+
name: ibm-common-service-operator.v4.6.17
5151
namespace: placeholder
5252
spec:
5353
apiservicedefinitions: {}
@@ -207,7 +207,7 @@ spec:
207207
208208
## Operator versions
209209
210-
- 4.6.16
210+
- 4.6.17
211211
212212
## Prerequisites
213213
@@ -377,7 +377,7 @@ spec:
377377
value: ibm-common-service-operator
378378
- name: CPFS_UTILS_IMAGE
379379
value: icr.io/cpopen/cpfs/cpfs-utils:latest
380-
image: icr.io/cpopen/common-service-operator:4.6.16
380+
image: icr.io/cpopen/common-service-operator:4.6.17
381381
imagePullPolicy: IfNotPresent
382382
livenessProbe:
383383
failureThreshold: 10
@@ -647,7 +647,7 @@ spec:
647647
minKubeVersion: 1.19.0
648648
provider:
649649
name: IBM
650-
version: 4.6.16
650+
version: 4.6.17
651651
webhookdefinitions:
652652
- admissionReviewVersions:
653653
- v1
@@ -690,7 +690,7 @@ spec:
690690
type: ValidatingAdmissionWebhook
691691
webhookPath: /validate-operator-ibm-com-v3-commonservice
692692
relatedImages:
693-
- image: icr.io/cpopen/common-service-operator:4.6.16
693+
- image: icr.io/cpopen/common-service-operator:4.6.17
694694
name: COMMON_SERVICE_OPERATOR_IMAGE
695695
- image: icr.io/cpopen/cpfs/cpfs-utils:latest
696696
name: CPFS_UTILS_IMAGE

common/scripts/multiarch_image.sh

Lines changed: 1 addition & 1 deletion
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.6.16}
27+
RELEASE_VERSION=${4:-4.6.17}
2828
MAX_PULLING_RETRY=${MAX_PULLING_RETRY-10}
2929
RETRY_INTERVAL=${RETRY_INTERVAL-10}
3030
# support other container tools, e.g. podman

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: icr.io/cpopen/common-service-operator
77
newName: icr.io/cpopen/common-service-operator
8-
newTag: 4.6.16
8+
newTag: 4.6.17

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Seamless Upgrades
77
cloudPakThemesVersion: styles467.css
8-
containerImage: icr.io/cpopen/common-service-operator:4.6.16
8+
containerImage: icr.io/cpopen/common-service-operator:4.6.17
99
createdAt: "2020-10-19T21:38:33Z"
1010
description: The IBM Cloud Pak foundational services operator is used to deploy
1111
IBM foundational services.
@@ -20,7 +20,7 @@ metadata:
2020
nss.operator.ibm.com/managed-webhooks: ""
2121
olm.skipRange: ""
2222
operatorChannel: v4.6
23-
operatorVersion: 4.6.16
23+
operatorVersion: 4.6.17
2424
operators.openshift.io/infrastructure-features: '["disconnected"]'
2525
operators.operatorframework.io/builder: operator-sdk-v1.2.0
2626
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -195,7 +195,7 @@ spec:
195195
196196
## Operator versions
197197
198-
- 4.6.16
198+
- 4.6.17
199199
200200
## Prerequisites
201201
@@ -267,7 +267,7 @@ spec:
267267
provider:
268268
name: IBM
269269
relatedImages:
270-
- image: icr.io/cpopen/common-service-operator:4.6.16
270+
- image: icr.io/cpopen/common-service-operator:4.6.17
271271
name: COMMON_SERVICE_OPERATOR_IMAGE
272272
- image: icr.io/cpopen/cpfs/cpfs-utils:latest
273273
name: CPFS_UTILS_IMAGE

testdata/deploy/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
annotations:
1717
description: The IBM Common Service Operator is used to deploy IBM Common Services
1818
operatorChannel: v4.6
19-
operatorVersion: 4.6.16
19+
operatorVersion: 4.6.17
2020
cloudPakThemesVersion: styles467.css
2121
spec:
2222
affinity:

0 commit comments

Comments
 (0)