Skip to content

Commit 06ec9c3

Browse files
authored
Bump version to 3.5.4 (#796)
1 parent bd48a14 commit 06ec9c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+95
-91
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,19 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
compatibilityVersion:
40+
- 3.5.3
4041
- 3.5.2
4142
- 3.5.0
4243
- 3.4.3
4344
- 3.4.2
4445
- 3.4.1
4546
- 3.4.0
4647
- 3.3.5
47-
- 3.3.4
4848
include:
49+
- compatibilityVersion: 3.5.3
50+
coherence-image: "ghcr.io/oracle/coherence-ce:14.1.2-0-2"
51+
compatibilitySelector: control-plane=coherence
52+
k8s: kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
4953
- compatibilityVersion: 3.5.2
5054
coherence-image: "ghcr.io/oracle/coherence-ce:14.1.2-0-2"
5155
compatibilitySelector: control-plane=coherence
@@ -74,10 +78,6 @@ jobs:
7478
coherence-image: "ghcr.io/oracle/coherence-ce:22.06.12"
7579
compatibilitySelector: control-plane=coherence
7680
k8s: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
77-
- compatibilityVersion: 3.3.4
78-
coherence-image: "ghcr.io/oracle/coherence-ce:22.06.12"
79-
compatibilitySelector: control-plane=coherence
80-
k8s: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
8181

8282
steps:
8383
- uses: actions/checkout@v4

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
# ======================================================================================================================
1616

1717
# The version of the Operator being build - this should be a valid SemVer format
18-
VERSION ?= 3.5.3
18+
VERSION ?= 3.5.4
1919
MVN_VERSION ?= $(VERSION)
2020

2121
# The version number to be replaced by this release
22-
PREV_VERSION ?= 3.5.2
22+
PREV_VERSION ?= 3.5.3
2323
NEXT_VERSION := $(shell sh ./hack/next-version.sh "$(VERSION)")
2424

2525
# The operator version to use to run certification tests against
2626
CERTIFICATION_VERSION ?= $(VERSION)
2727

2828
# The previous Operator version used to run the compatibility tests.
29-
COMPATIBLE_VERSION ?= 3.5.2
29+
COMPATIBLE_VERSION ?= 3.5.3
3030
# The selector to use to find Operator Pods of the COMPATIBLE_VERSION (do not put in double quotes!!)
3131
COMPATIBLE_SELECTOR ?= control-plane=coherence
3232

config/components/helm/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ labels:
55
- pairs:
66
control-plane: coherence
77
app.kubernetes.io/name: coherence-operator
8-
app.kubernetes.io/version: "3.5.3"
8+
app.kubernetes.io/version: "3.5.4"
99
app.kubernetes.io/part-of: coherence-operator

config/crd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ labels:
4444
app.kubernetes.io/part-of: coherence-operator
4545

4646
commonLabels:
47-
app.kubernetes.io/version: 3.5.3
47+
app.kubernetes.io/version: 3.5.4

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ labels:
2626
- pairs:
2727
control-plane: coherence
2828
app.kubernetes.io/managed-by: kustomize
29-
app.kubernetes.io/version: "3.5.3"
29+
app.kubernetes.io/version: "3.5.4"
3030
app.kubernetes.io/part-of: coherence-operator
3131

3232
# Patch the SERVICE_NAME env var in the Operator Deployment

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ resources:
99
images:
1010
- name: controller
1111
newName: container-registry.oracle.com/middleware/coherence-operator
12-
newTag: 3.5.3
12+
newTag: 3.5.4

config/manager/manager.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ metadata:
66
labels:
77
app: coherence-operator
88
control-plane: coherence
9-
version: "3.5.3"
9+
version: "3.5.4"
1010
app.kubernetes.io/name: coherence-operator
1111
app.kubernetes.io/managed-by: kustomize
1212
app.kubernetes.io/instance: coherence-operator-manager
13-
app.kubernetes.io/version: "3.5.3"
13+
app.kubernetes.io/version: "3.5.4"
1414
app.kubernetes.io/component: manager
1515
app.kubernetes.io/part-of: coherence-operator
1616
spec:
@@ -24,11 +24,11 @@ spec:
2424
labels:
2525
app: coherence-operator
2626
control-plane: coherence
27-
version: "3.5.3"
27+
version: "3.5.4"
2828
app.kubernetes.io/name: coherence-operator
2929
app.kubernetes.io/managed-by: kustomize
3030
app.kubernetes.io/instance: coherence-operator-manager
31-
app.kubernetes.io/version: "3.5.3"
31+
app.kubernetes.io/version: "3.5.4"
3232
app.kubernetes.io/component: manager
3333
app.kubernetes.io/part-of: coherence-operator
3434
app.kubernetes.io/created-by: controller-manager
@@ -135,7 +135,7 @@ spec:
135135
control-plane: coherence
136136
app.kubernetes.io/name: coherence-operator
137137
app.kubernetes.io/instance: coherence-operator-manager
138-
app.kubernetes.io/version: "3.5.3"
138+
app.kubernetes.io/version: "3.5.4"
139139
affinity:
140140
nodeAffinity:
141141
requiredDuringSchedulingIgnoredDuringExecution:
@@ -159,7 +159,7 @@ spec:
159159
control-plane: coherence
160160
app.kubernetes.io/name: coherence-operator
161161
app.kubernetes.io/instance: coherence-operator-manager
162-
app.kubernetes.io/version: "3.5.3"
162+
app.kubernetes.io/version: "3.5.4"
163163
weight: 50
164164
- podAffinityTerm:
165165
topologyKey: "oci.oraclecloud.com/fault-domain"
@@ -168,7 +168,7 @@ spec:
168168
control-plane: coherence
169169
app.kubernetes.io/name: coherence-operator
170170
app.kubernetes.io/instance: coherence-operator-manager
171-
app.kubernetes.io/version: "3.5.3"
171+
app.kubernetes.io/version: "3.5.4"
172172
weight: 10
173173
- podAffinityTerm:
174174
topologyKey: "kubernetes.io/hostname"
@@ -177,5 +177,5 @@ spec:
177177
control-plane: coherence
178178
app.kubernetes.io/name: coherence-operator
179179
app.kubernetes.io/instance: coherence-operator-manager
180-
app.kubernetes.io/version: "3.5.3"
180+
app.kubernetes.io/version: "3.5.4"
181181
weight: 1

config/manager/service.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
app.kubernetes.io/name: coherence-operator
88
app.kubernetes.io/managed-by: kustomize
99
app.kubernetes.io/instance: coherence-operator-webhook
10-
app.kubernetes.io/version: "3.5.3"
10+
app.kubernetes.io/version: "3.5.4"
1111
app.kubernetes.io/component: webhook
1212
app.kubernetes.io/part-of: coherence-operator
1313
spec:
@@ -19,7 +19,7 @@ spec:
1919
control-plane: coherence
2020
app.kubernetes.io/name: coherence-operator
2121
app.kubernetes.io/instance: coherence-operator-manager
22-
app.kubernetes.io/version: "3.5.3"
22+
app.kubernetes.io/version: "3.5.4"
2323
app.kubernetes.io/component: manager
2424
---
2525
apiVersion: v1
@@ -31,7 +31,7 @@ metadata:
3131
control-plane: coherence
3232
app.kubernetes.io/name: coherence-operator
3333
app.kubernetes.io/instance: coherence-operator-rest
34-
app.kubernetes.io/version: "3.5.3"
34+
app.kubernetes.io/version: "3.5.4"
3535
app.kubernetes.io/component: rest
3636
app.kubernetes.io/part-of: coherence-operator
3737
spec:
@@ -43,5 +43,5 @@ spec:
4343
control-plane: coherence
4444
app.kubernetes.io/name: coherence-operator
4545
app.kubernetes.io/instance: coherence-operator-manager
46-
app.kubernetes.io/version: "3.5.3"
46+
app.kubernetes.io/version: "3.5.4"
4747
app.kubernetes.io/component: manager

config/manager/webhook-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ metadata:
1111
control-plane: coherence
1212
app.kubernetes.io/name: coherence-operator
1313
app.kubernetes.io/managed-by: kustomize
14-
app.kubernetes.io/version: "3.5.3"
14+
app.kubernetes.io/version: "3.5.4"
1515
app.kubernetes.io/part-of: coherence-operator

config/manifests/bases/coherence-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
capabilities: Full Lifecycle
99
categories: Database
1010
certified: "false"
11-
containerImage: container-registry.oracle.com/middleware/coherence-operator:3.5.3
11+
containerImage: container-registry.oracle.com/middleware/coherence-operator:3.5.4
1212
description: The Oracle Coherence Kubernetes Operator enables easy management
1313
of Coherence clusters in a Kubernetes environment.
1414
features.operators.openshift.io/cnf: "false"
@@ -29,7 +29,7 @@ metadata:
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
3030
repository: https://github.com/oracle/coherence-operator
3131
support: Oracle Corporation
32-
name: coherence-operator.v3.5.3
32+
name: coherence-operator.v3.5.4
3333
spec:
3434
apiservicedefinitions: {}
3535
customresourcedefinitions:
@@ -121,4 +121,4 @@ spec:
121121
provider:
122122
name: Oracle Corporation
123123
url: https://github.com/oracle/coherence-operator
124-
version: 3.5.3
124+
version: 3.5.4

0 commit comments

Comments
 (0)