Skip to content

Commit dd25344

Browse files
committed
Bump version to 3.2.1
1 parent db4507d commit dd25344

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ----------------------------------------------------------------------------------------------------------------------
99

1010
# The version of the Operator being build - this should be a valid SemVer format
11-
VERSION ?= 3.2.0
11+
VERSION ?= 3.2.1
1212
MVN_VERSION ?= $(VERSION)-SNAPSHOT
1313

1414
# The version number to be replaced by this release

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.0
12+
newTag: 3.2.1

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ 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.0"
10+
app.kubernetes.io/version: "3.2.1"
1111
app.kubernetes.io/component: manager
1212
app.kubernetes.io/part-of: coherence-operator
1313
spec:
1414
selector:
1515
matchLabels:
1616
control-plane: coherence
1717
app.kubernetes.io/instance: coherence-operator-manager
18-
app.kubernetes.io/version: "3.2.0"
18+
app.kubernetes.io/version: "3.2.1"
1919
replicas: 1
2020
template:
2121
metadata:
2222
labels:
2323
control-plane: coherence
2424
app.kubernetes.io/name: coherence-operator
2525
app.kubernetes.io/instance: coherence-operator-manager
26-
app.kubernetes.io/version: "3.2.0"
26+
app.kubernetes.io/version: "3.2.1"
2727
app.kubernetes.io/component: manager
2828
app.kubernetes.io/part-of: coherence-operator
2929
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.0"
10+
app.kubernetes.io/version: "3.2.1"
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.0"
21+
app.kubernetes.io/version: "3.2.1"
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.0"
33+
app.kubernetes.io/version: "3.2.1"
3434
app.kubernetes.io/component: rest
3535
app.kubernetes.io/part-of: coherence-operator
3636
app.kubernetes.io/managed-by: helm
@@ -42,5 +42,5 @@ spec:
4242
selector:
4343
app.kubernetes.io/name: coherence-operator
4444
app.kubernetes.io/instance: coherence-operator-manager
45-
app.kubernetes.io/version: "3.2.0"
45+
app.kubernetes.io/version: "3.2.1"
4646
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.0'
14+
containerImage: 'ghcr.io/oracle/coherence-operator:3.2.1'
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.0
19+
name: coherence-operator.v3.2.1
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.0
68+
version: 3.2.1

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.0/coherence-operator.yaml
24+
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.1/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
@@ -66,7 +66,7 @@ If you want the default Coherence Operator installation then the simplest soluti
6666
6767
[source,bash]
6868
----
69-
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.0/coherence-operator.yaml
69+
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.1/coherence-operator.yaml
7070
----
7171
7272
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.
@@ -235,13 +235,13 @@ helm install \
235235
236236
If you want to use yaml directly to install the operator, with something like `kubectl`, you can use the manifest files
237237
published with the GitHub release at this link:
238-
https://github.com/oracle/coherence-operator/releases/download/v3.2.0/coherence-operator-manifests.tar.gz[3.2.0 Manifests]
238+
https://github.com/oracle/coherence-operator/releases/download/v3.2.1/coherence-operator-manifests.tar.gz[3.2.1 Manifests]
239239
240240
These manifest files are for use with a tool called Kustomize, which is built into `kubectl`
241241
see the documentation here: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
242242
243243
Download the
244-
https://github.com/oracle/coherence-operator/releases/download/v3.2.0/coherence-operator-manifests.tar.gz[3.2.0 Manifests]
244+
https://github.com/oracle/coherence-operator/releases/download/v3.2.1/coherence-operator-manifests.tar.gz[3.2.1 Manifests]
245245
from the release page and unpack the file, which should produce a directory called `manifests` with a structure like this:
246246
247247
[source]
@@ -281,14 +281,14 @@ Change the name of the Operator image by running the command below, changing the
281281
that you are using for the Operator
282282
[source,bash]
283283
----
284-
cd ./manager && kustomize edit set image controller=container-registry.oracle.com/middleware/coherence-operator:3.2.0
284+
cd ./manager && kustomize edit set image controller=container-registry.oracle.com/middleware/coherence-operator:3.2.1
285285
----
286286
287287
Change the name of the Operator utilities image by running the command below, changing the image name to the registry and image name
288288
that you are using for the Operator utilities image
289289
[source,bash]
290290
----
291-
cd ./manager && kustomize edit add configmap env-vars --from-literal UTILS_IMAGE=container-registry.oracle.com/middleware/coherence-operator:3.2.0-utils
291+
cd ./manager && kustomize edit add configmap env-vars --from-literal UTILS_IMAGE=container-registry.oracle.com/middleware/coherence-operator:3.2.1-utils
292292
----
293293
294294
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 <<installation/01_in
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.0/coherence-operator-manifests.tar.gz[3.2.0 Manifests]
39+
https://github.com/oracle/coherence-operator/releases/download/v3.2.1/coherence-operator-manifests.tar.gz[3.2.1 Manifests]
4040
4141
You MUST ensure that the CRD manifests match the version of the Operator being installed.
4242

helm-charts/coherence-operator/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
selector:
2828
app.kubernetes.io/name: coherence-operator
2929
app.kubernetes.io/instance: coherence-operator-manager
30-
app.kubernetes.io/version: "3.2.0"
30+
app.kubernetes.io/version: "${VERSION}"
3131
app.kubernetes.io/component: manager
3232
---
3333
apiVersion: v1
@@ -75,7 +75,7 @@ spec:
7575
control-plane: coherence
7676
app.kubernetes.io/name: coherence-operator
7777
app.kubernetes.io/instance: coherence-operator-manager
78-
app.kubernetes.io/version: "3.2.0"
78+
app.kubernetes.io/version: "${VERSION}"
7979
app.kubernetes.io/component: manager
8080
template:
8181
metadata:

java/pom.xml

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

3333
<properties>
34-
<revision>3.2.0</revision>
34+
<revision>3.2.1</revision>
3535
<operator.version>${project.version}</operator.version>
3636

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

0 commit comments

Comments
 (0)