Skip to content

Commit c643d6d

Browse files
Version update to 3.5.6 (#811)
1 parent 36d4250 commit c643d6d

Some content is hidden

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

50 files changed

+87
-83
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.5
18+
VERSION ?= 3.5.6
1919
MVN_VERSION ?= $(VERSION)
2020

2121
# The version number to be replaced by this release
22-
PREV_VERSION ?= 3.5.4
22+
PREV_VERSION ?= 3.5.5
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.4
29+
COMPATIBLE_VERSION ?= 3.5.5
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.5"
8+
app.kubernetes.io/version: "3.5.6"
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
@@ -35,4 +35,4 @@ labels:
3535
app.kubernetes.io/part-of: coherence-operator
3636

3737
commonLabels:
38-
app.kubernetes.io/version: 3.5.5
38+
app.kubernetes.io/version: 3.5.6

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.5"
29+
app.kubernetes.io/version: "3.5.6"
3030
app.kubernetes.io/part-of: coherence-operator
3131

3232
replacements:

config/default/metrics_service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ spec:
1313
control-plane: coherence
1414
app.kubernetes.io/name: coherence-operator
1515
app.kubernetes.io/instance: coherence-operator-manager
16-
app.kubernetes.io/version: "3.5.5"
16+
app.kubernetes.io/version: "3.5.6"
1717
app.kubernetes.io/component: manager

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ resources:
88
images:
99
- name: controller
1010
newName: container-registry.oracle.com/middleware/coherence-operator
11-
newTag: 3.5.5
11+
newTag: 3.5.6

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.5"
9+
version: "3.5.6"
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.5"
13+
app.kubernetes.io/version: "3.5.6"
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.5"
27+
version: "3.5.6"
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.5"
31+
app.kubernetes.io/version: "3.5.6"
3232
app.kubernetes.io/component: manager
3333
app.kubernetes.io/part-of: coherence-operator
3434
app.kubernetes.io/created-by: controller-manager
@@ -125,7 +125,7 @@ spec:
125125
control-plane: coherence
126126
app.kubernetes.io/name: coherence-operator
127127
app.kubernetes.io/instance: coherence-operator-manager
128-
app.kubernetes.io/version: "3.5.5"
128+
app.kubernetes.io/version: "3.5.6"
129129
affinity:
130130
nodeAffinity:
131131
requiredDuringSchedulingIgnoredDuringExecution:
@@ -149,7 +149,7 @@ spec:
149149
control-plane: coherence
150150
app.kubernetes.io/name: coherence-operator
151151
app.kubernetes.io/instance: coherence-operator-manager
152-
app.kubernetes.io/version: "3.5.5"
152+
app.kubernetes.io/version: "3.5.6"
153153
weight: 50
154154
- podAffinityTerm:
155155
topologyKey: "oci.oraclecloud.com/fault-domain"
@@ -158,7 +158,7 @@ spec:
158158
control-plane: coherence
159159
app.kubernetes.io/name: coherence-operator
160160
app.kubernetes.io/instance: coherence-operator-manager
161-
app.kubernetes.io/version: "3.5.5"
161+
app.kubernetes.io/version: "3.5.6"
162162
weight: 10
163163
- podAffinityTerm:
164164
topologyKey: "kubernetes.io/hostname"
@@ -167,5 +167,5 @@ spec:
167167
control-plane: coherence
168168
app.kubernetes.io/name: coherence-operator
169169
app.kubernetes.io/instance: coherence-operator-manager
170-
app.kubernetes.io/version: "3.5.5"
170+
app.kubernetes.io/version: "3.5.6"
171171
weight: 1

config/manager/service.yaml

Lines changed: 2 additions & 2 deletions
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/instance: coherence-operator-rest
11-
app.kubernetes.io/version: "3.5.5"
11+
app.kubernetes.io/version: "3.5.6"
1212
app.kubernetes.io/component: rest
1313
app.kubernetes.io/part-of: coherence-operator
1414
spec:
@@ -20,5 +20,5 @@ spec:
2020
control-plane: coherence
2121
app.kubernetes.io/name: coherence-operator
2222
app.kubernetes.io/instance: coherence-operator-manager
23-
app.kubernetes.io/version: "3.5.5"
23+
app.kubernetes.io/version: "3.5.6"
2424
app.kubernetes.io/component: manager

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.5
11+
containerImage: container-registry.oracle.com/middleware/coherence-operator:3.5.6
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.5
32+
name: coherence-operator.v3.5.6
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.5
124+
version: 3.5.6

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.5"
11+
app.kubernetes.io/version: "3.5.6"
1212
app.kubernetes.io/part-of: coherence-operator
1313
name: allow-metrics-traffic
1414
namespace: system

0 commit comments

Comments
 (0)