Skip to content

Commit f874450

Browse files
committed
Bump version to 3.2.9
1 parent 31785ef commit f874450

File tree

13 files changed

+34
-29
lines changed

13 files changed

+34
-29
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
compatibilityVersion:
37+
- 3.2.8
3738
- 3.2.7
3839
- 3.2.6
3940
- 3.2.5
@@ -47,6 +48,10 @@ jobs:
4748
- 3.1.2
4849
- 3.1.1
4950
include:
51+
- compatibilityVersion: 3.2.8
52+
coherence-image: "ghcr.io/oracle/coherence-ce:22.06.1"
53+
compatibilitySelector: control-plane=coherence
54+
k8s: kindest/node:v1.24.0@sha256:0866296e693efe1fed79d5e6c7af8df71fc73ae45e3679af05342239cdc5bc8e
5055
- compatibilityVersion: 3.2.7
5156
coherence-image: "ghcr.io/oracle/coherence-ce:22.06.1"
5257
compatibilitySelector: control-plane=coherence

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ======================================================================================================================
1616

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

2121
# The version number to be replaced by this release

config/crd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ commonLabels:
3434
app.kubernetes.io/instance: coherence-operator-crd
3535
app.kubernetes.io/name: coherence-operator
3636
app.kubernetes.io/part-of: coherence-operator
37-
app.kubernetes.io/version: 3.2.8
37+
app.kubernetes.io/version: 3.2.9

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.8
12+
newTag: 3.2.9

config/manager/manager.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-manager
10-
app.kubernetes.io/version: "3.2.8"
10+
app.kubernetes.io/version: "3.2.9"
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.8"
24+
app.kubernetes.io/version: "3.2.9"
2525
app.kubernetes.io/component: manager
2626
app.kubernetes.io/part-of: coherence-operator
2727
spec:
@@ -103,7 +103,7 @@ spec:
103103
control-plane: coherence
104104
app.kubernetes.io/name: coherence-operator
105105
app.kubernetes.io/instance: coherence-operator-manager
106-
app.kubernetes.io/version: "3.2.8"
106+
app.kubernetes.io/version: "3.2.9"
107107
weight: 50
108108
- podAffinityTerm:
109109
topologyKey: "oci.oraclecloud.com/fault-domain"
@@ -112,5 +112,5 @@ spec:
112112
control-plane: coherence
113113
app.kubernetes.io/name: coherence-operator
114114
app.kubernetes.io/instance: coherence-operator-manager
115-
app.kubernetes.io/version: "3.2.8"
115+
app.kubernetes.io/version: "3.2.9"
116116
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
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.8"
10+
app.kubernetes.io/version: "3.2.9"
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.8"
21+
app.kubernetes.io/version: "3.2.9"
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.8"
33+
app.kubernetes.io/version: "3.2.9"
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.8"
44+
app.kubernetes.io/version: "3.2.9"
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.8'
14+
containerImage: 'ghcr.io/oracle/coherence-operator:3.2.9'
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.8
19+
name: coherence-operator.v3.2.9
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.8
68+
version: 3.2.9

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.8/coherence-operator.yaml
24+
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.9/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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you want the default Coherence Operator installation then the simplest soluti
7878
7979
[source,bash]
8080
----
81-
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.8/coherence-operator.yaml
81+
kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.9/coherence-operator.yaml
8282
----
8383
8484
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.
@@ -314,13 +314,13 @@ helm install \
314314
315315
If you want to use yaml directly to install the operator, with something like `kubectl`, you can use the manifest files
316316
published with the GitHub release at this link:
317-
https://github.com/oracle/coherence-operator/releases/download/v3.2.8/coherence-operator-manifests.tar.gz[3.2.8 Manifests]
317+
https://github.com/oracle/coherence-operator/releases/download/v3.2.9/coherence-operator-manifests.tar.gz[3.2.9 Manifests]
318318
319319
These manifest files are for use with a tool called Kustomize, which is built into `kubectl`
320320
see the documentation here: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
321321
322322
Download the
323-
https://github.com/oracle/coherence-operator/releases/download/v3.2.8/coherence-operator-manifests.tar.gz[3.2.8 Manifests]
323+
https://github.com/oracle/coherence-operator/releases/download/v3.2.9/coherence-operator-manifests.tar.gz[3.2.9 Manifests]
324324
from the release page and unpack the file, which should produce a directory called `manifests` with a structure like this:
325325
326326
[source]
@@ -373,14 +373,14 @@ Change the name of the Operator image by running the command below, changing the
373373
that you are using for the Operator, for example if you have the images in a custom registry
374374
[source,bash]
375375
----
376-
cd ./manager && kustomize edit set image controller=myregistry/coherence-operator:3.2.8
376+
cd ./manager && kustomize edit set image controller=myregistry/coherence-operator:3.2.9
377377
----
378378
379379
Change the name of the Operator image by running the command below, changing the image name to the registry and image name
380380
that you are using for the Operator utilities image
381381
[source,bash]
382382
----
383-
cd ./manager && kustomize edit add configmap env-vars --from-literal OPERATOR_IMAGE=myregistry/coherence-operator:3.2.8
383+
cd ./manager && kustomize edit add configmap env-vars --from-literal OPERATOR_IMAGE=myregistry/coherence-operator:3.2.9
384384
----
385385
386386
Change the name of the default Coherence image. If you are always going to be deploying your own application images then this
@@ -458,7 +458,7 @@ This can be done using the Tanzu CLI.
458458
[source,bash]
459459
----
460460
tanzu package repository add coherence-repo \
461-
--url ghcr.io/oracle/coherence-operator-repo:3.2.8 \
461+
--url ghcr.io/oracle/coherence-operator-repo:3.2.9 \
462462
--namespace coherence \
463463
--create-namespace
464464
----
@@ -488,7 +488,7 @@ which should include the Operator package, `coherence-operator.oracle.github.com
488488
[source,bash]
489489
----
490490
NAME DISPLAY-NAME SHORT-DESCRIPTION LATEST-VERSION
491-
coherence-operator.oracle.github.com Oracle Coherence Operator A Kubernetes operator for managing Oracle Coherence clusters 3.2.8
491+
coherence-operator.oracle.github.com Oracle Coherence Operator A Kubernetes operator for managing Oracle Coherence clusters 3.2.9
492492
----
493493
494494
=== Install the Coherence Operator Package
@@ -499,7 +499,7 @@ Once the Coherence Operator repository has been installed, the `coherence-operat
499499
----
500500
tanzu package install coherence \
501501
--package-name coherence-operator.oracle.github.com \
502-
--version 3.2.8 \
502+
--version 3.2.9 \
503503
--namespace coherence
504504
----
505505
@@ -515,7 +515,7 @@ which should display the Coherence Operator package.
515515
[source,bash]
516516
----
517517
NAME PACKAGE-NAME PACKAGE-VERSION STATUS
518-
coherence coherence-operator.oracle.github.com 3.2.8 Reconcile succeeded
518+
coherence coherence-operator.oracle.github.com 3.2.9 Reconcile succeeded
519519
----
520520
521521
The Operator is now installed and ready to mage Coherence clusters.

docs/installation/07_webhooks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If installing the operator using the manifest yaml file first replace the occurr
6363
For example:
6464
[source,bash]
6565
----
66-
curl -L https://github.com/oracle/coherence-operator/releases/download/v3.2.8/coherence-operator.yaml \
66+
curl -L https://github.com/oracle/coherence-operator/releases/download/v3.2.9/coherence-operator.yaml \
6767
-o coherence-operator.yaml
6868
sed -i s/self-signed/cert-manager/g coherence-operator.yaml
6969
kubectl apply -f coherence-operator.yaml
@@ -149,7 +149,7 @@ If installing the operator using the manifest yaml file first replace the occurr
149149
For example:
150150
[source,bash]
151151
----
152-
curl -L https://github.com/oracle/coherence-operator/releases/download/v3.2.8/coherence-operator.yaml \
152+
curl -L https://github.com/oracle/coherence-operator/releases/download/v3.2.9/coherence-operator.yaml \
153153
-o coherence-operator.yaml
154154
sed -i s/self-signed/manual/g coherence-operator.yaml
155155
kubectl apply -f coherence-operator.yaml

0 commit comments

Comments
 (0)