Skip to content

Commit 36aa230

Browse files
committed
Bump version to 3.2.4
1 parent 86b5c28 commit 36aa230

File tree

10 files changed

+25
-22
lines changed

10 files changed

+25
-22
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
compatibilityVersion:
35+
- 3.2.3
3536
- 3.2.2
3637
- 3.2.1
3738
- 3.1.5
3839
- 3.1.4
3940
- 3.0.2
4041
include:
42+
- compatibilityVersion: 3.2.3
43+
compatibilitySelector: control-plane=coherence
4144
- compatibilityVersion: 3.2.2
4245
compatibilitySelector: control-plane=coherence
4346
- compatibilityVersion: 3.2.1

Makefile

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

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

2121
# The version number to be replaced by this release
22-
PREV_VERSION ?= 3.2.2
22+
PREV_VERSION ?= 3.2.3
2323

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

2727
# The previous Operator version used to run the compatibility tests.
28-
COMPATIBLE_VERSION = 3.2.2
28+
COMPATIBLE_VERSION = 3.2.3
2929
# The selector to use to find Operator Pods of the COMPATIBLE_VERSION (do not put in double quotes!!)
3030
COMPATIBLE_SELECTOR = control-plane=coherence
3131

@@ -1805,7 +1805,7 @@ docs:
18051805
-Doperator.utils.image=$(UTILS_IMAGE) \
18061806
$(MAVEN_OPTIONS)
18071807
mkdir -p $(BUILD_OUTPUT)/docs/images/images
1808-
cp -r docs/images/ build/_output/docs/images/
1808+
cp -R docs/images/ build/_output/docs/images/
18091809
find examples/ -name \*.png -exec cp {} build/_output/docs/images/images/ \;
18101810

18111811
# ----------------------------------------------------------------------------------------------------------------------

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: ghcr.io/oracle/coherence-operator
12-
newTag: 3.2.3
12+
newTag: 3.2.4

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
control-plane: coherence
88
app.kubernetes.io/name: coherence-operator
99
app.kubernetes.io/instance: coherence-operator-manager
10-
app.kubernetes.io/version: "3.2.3"
10+
app.kubernetes.io/version: "3.2.4"
1111
app.kubernetes.io/component: manager
1212
app.kubernetes.io/part-of: coherence-operator
1313
spec:
@@ -21,7 +21,7 @@ spec:
2121
control-plane: coherence
2222
app.kubernetes.io/name: coherence-operator
2323
app.kubernetes.io/instance: coherence-operator-manager
24-
app.kubernetes.io/version: "3.2.3"
24+
app.kubernetes.io/version: "3.2.4"
2525
app.kubernetes.io/component: manager
2626
app.kubernetes.io/part-of: coherence-operator
2727
spec:

config/manager/service.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
control-plane: coherence
88
app.kubernetes.io/name: coherence-operator
99
app.kubernetes.io/instance: coherence-operator-webhook
10-
app.kubernetes.io/version: "3.2.3"
10+
app.kubernetes.io/version: "3.2.4"
1111
app.kubernetes.io/component: webhook
1212
app.kubernetes.io/part-of: coherence-operator
1313
spec:
@@ -18,7 +18,7 @@ spec:
1818
selector:
1919
app.kubernetes.io/name: coherence-operator
2020
app.kubernetes.io/instance: coherence-operator-manager
21-
app.kubernetes.io/version: "3.2.3"
21+
app.kubernetes.io/version: "3.2.4"
2222
app.kubernetes.io/component: manager
2323
---
2424
apiVersion: v1
@@ -30,7 +30,7 @@ metadata:
3030
control-plane: coherence
3131
app.kubernetes.io/name: coherence-operator
3232
app.kubernetes.io/instance: coherence-operator-rest
33-
app.kubernetes.io/version: "3.2.3"
33+
app.kubernetes.io/version: "3.2.4"
3434
app.kubernetes.io/component: rest
3535
app.kubernetes.io/part-of: coherence-operator
3636
spec:
@@ -41,5 +41,5 @@ spec:
4141
selector:
4242
app.kubernetes.io/name: coherence-operator
4343
app.kubernetes.io/instance: coherence-operator-manager
44-
app.kubernetes.io/version: "3.2.3"
44+
app.kubernetes.io/version: "3.2.4"
4545
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
@@ -11,12 +11,12 @@ metadata:
1111
description: >-
1212
Coherence Operator implements features to assist with deploying and
1313
managing Coherence clusters in a Kubernetes environment.
14-
containerImage: 'ghcr.io/oracle/coherence-operator:3.2.3'
14+
containerImage: 'ghcr.io/oracle/coherence-operator:3.2.4'
1515
support: ''
1616
repository: 'https://github.com/oracle/coherence-operator'
1717
operators.operatorframework.io/builder: operator-sdk-v1.0.0
1818
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
19-
name: coherence-operator.v3.2.3
19+
name: coherence-operator.v3.2.4
2020
namespace: placeholder
2121
spec:
2222
apiservicedefinitions: {}
@@ -65,4 +65,4 @@ spec:
6565
provider:
6666
name: Oracle
6767
url: https://oracle.github.io/coherence-operator/docs/latest
68-
version: 3.2.3
68+
version: 3.2.4

docs/about/03_quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you want the default Coherence Operator installation then the simplest soluti
2121
2222
[source,bash]
2323
----
24-
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.3/coherence-operator.yaml
24+
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.4/coherence-operator.yaml
2525
----
2626
2727
This will create a namespace called `coherence` and install the Operator into it along with all the required `ClusterRole` and `RoleBinding` resources. The `coherence` namespace can be changed by downloading and editing the yaml file.

docs/installation/01_installation.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you want the default Coherence Operator installation then the simplest soluti
6868
6969
[source,bash]
7070
----
71-
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.3/coherence-operator.yaml
71+
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.4/coherence-operator.yaml
7272
----
7373
7474
This will create a namespace called `coherence` and install the Operator into it along with all the required `ClusterRole` and `RoleBinding` resources. The `coherence` namespace can be changed by downloading and editing the yaml file.
@@ -237,13 +237,13 @@ helm install \
237237
238238
If you want to use yaml directly to install the operator, with something like `kubectl`, you can use the manifest files
239239
published with the GitHub release at this link:
240-
https://github.com/oracle/coherence-operator/releases/download/v3.2.3/coherence-operator-manifests.tar.gz[3.2.3 Manifests]
240+
https://github.com/oracle/coherence-operator/releases/download/v3.2.4/coherence-operator-manifests.tar.gz[3.2.4 Manifests]
241241
242242
These manifest files are for use with a tool called Kustomize, which is built into `kubectl`
243243
see the documentation here: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
244244
245245
Download the
246-
https://github.com/oracle/coherence-operator/releases/download/v3.2.3/coherence-operator-manifests.tar.gz[3.2.3 Manifests]
246+
https://github.com/oracle/coherence-operator/releases/download/v3.2.4/coherence-operator-manifests.tar.gz[3.2.4 Manifests]
247247
from the release page and unpack the file, which should produce a directory called `manifests` with a structure like this:
248248
249249
[source]
@@ -283,14 +283,14 @@ Change the name of the Operator image by running the command below, changing the
283283
that you are using for the Operator
284284
[source,bash]
285285
----
286-
cd ./manager && kustomize edit set image controller=container-registry.oracle.com/middleware/coherence-operator:3.2.3
286+
cd ./manager && kustomize edit set image controller=container-registry.oracle.com/middleware/coherence-operator:3.2.4
287287
----
288288
289289
Change the name of the Operator utilities image by running the command below, changing the image name to the registry and image name
290290
that you are using for the Operator utilities image
291291
[source,bash]
292292
----
293-
cd ./manager && kustomize edit add configmap env-vars --from-literal UTILS_IMAGE=container-registry.oracle.com/middleware/coherence-operator:3.2.3-utils
293+
cd ./manager && kustomize edit add configmap env-vars --from-literal UTILS_IMAGE=container-registry.oracle.com/middleware/coherence-operator:3.2.4-utils
294294
----
295295
296296
Change the name of the default Coherence image. If you are always going to be deploying your own application images then this

docs/installation/09_RBAC.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The two methods of installing the Operator discussed in the <<docs/installation/
3636
Before installing the Operator, with either method described below, the CRDs MUST be manually installed from the Operator manifest files.
3737
3838
The manifest files are published with the GitHub release at this link:
39-
https://github.com/oracle/coherence-operator/releases/download/v3.2.3/coherence-operator-manifests.tar.gz[3.2.3 Manifests]
39+
https://github.com/oracle/coherence-operator/releases/download/v3.2.4/coherence-operator-manifests.tar.gz[3.2.4 Manifests]
4040
4141
You MUST ensure that the CRD manifests match the version of the Operator being installed.
4242

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</modules>
3333

3434
<properties>
35-
<revision>3.2.3</revision>
35+
<revision>3.2.4</revision>
3636
<operator.version>${project.version}</operator.version>
3737

3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)