Skip to content

Commit d797ef0

Browse files
authored
Version update to 3.5.3 (#772)
1 parent e5fe8c9 commit d797ef0

Some content is hidden

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

52 files changed

+90
-86
lines changed

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.2
18+
VERSION ?= 3.5.3
1919
MVN_VERSION ?= $(VERSION)
2020

2121
# The version number to be replaced by this release
22-
PREV_VERSION ?= 3.5.1
22+
PREV_VERSION ?= 3.5.2
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.1
29+
COMPATIBLE_VERSION ?= 3.5.2
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.2"
8+
app.kubernetes.io/version: "3.5.3"
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.2
47+
app.kubernetes.io/version: 3.5.3

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.2"
29+
app.kubernetes.io/version: "3.5.3"
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.2
12+
newTag: 3.5.3

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.2"
9+
version: "3.5.3"
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.2"
13+
app.kubernetes.io/version: "3.5.3"
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.2"
27+
version: "3.5.3"
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.2"
31+
app.kubernetes.io/version: "3.5.3"
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.2"
138+
app.kubernetes.io/version: "3.5.3"
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.2"
162+
app.kubernetes.io/version: "3.5.3"
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.2"
171+
app.kubernetes.io/version: "3.5.3"
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.2"
180+
app.kubernetes.io/version: "3.5.3"
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.2"
10+
app.kubernetes.io/version: "3.5.3"
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.2"
22+
app.kubernetes.io/version: "3.5.3"
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.2"
34+
app.kubernetes.io/version: "3.5.3"
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.2"
46+
app.kubernetes.io/version: "3.5.3"
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.2"
14+
app.kubernetes.io/version: "3.5.3"
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.2
11+
containerImage: container-registry.oracle.com/middleware/coherence-operator:3.5.3
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.2
32+
name: coherence-operator.v3.5.3
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.2
124+
version: 3.5.3

config/network-policy/allow-metrics-traffic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
control-plane: coherence
99
app.kubernetes.io/name: coherence-operator
1010
app.kubernetes.io/managed-by: kustomize
11-
app.kubernetes.io/version: "3.5.2"
11+
app.kubernetes.io/version: "3.5.3"
1212
app.kubernetes.io/part-of: coherence-operator
1313
name: allow-metrics-traffic
1414
namespace: system

0 commit comments

Comments
 (0)