Skip to content

Commit 191d2df

Browse files
committed
Bump version to 3.1.1
1 parent 67fc475 commit 191d2df

File tree

22 files changed

+45
-55
lines changed

22 files changed

+45
-55
lines changed

Makefile

Lines changed: 1 addition & 11 deletions
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.1.0
11+
VERSION ?= 3.1.1
1212

1313
# The operator version to use to run certification tests against
1414
CERTIFICATION_VERSION ?= $(VERSION)
@@ -1054,16 +1054,6 @@ kind:
10541054
docker pull $(COHERENCE_IMAGE)
10551055
kind load docker-image --name operator $(COHERENCE_IMAGE)
10561056

1057-
# ----------------------------------------------------------------------------------------------------------------------
1058-
# Start a Kind 1.12 cluster
1059-
# ----------------------------------------------------------------------------------------------------------------------
1060-
kind-12: kind-12-start kind-load
1061-
1062-
kind-12-start:
1063-
./hack/kind.sh --image "kindest/node:v1.12.10@sha256:faeb82453af2f9373447bb63f50bae02b8020968e0889c7fa308e19b348916cb"
1064-
docker pull $(COHERENCE_IMAGE) || true
1065-
kind load docker-image --name operator $(COHERENCE_IMAGE) || true
1066-
10671057
# ----------------------------------------------------------------------------------------------------------------------
10681058
# Start a Kind 1.16 cluster
10691059
# ----------------------------------------------------------------------------------------------------------------------

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ to the kubernetes zone label on the associated pod.
4040
Kibana (EFK) stack), and Prometheus to monitor the performance, logs, and health of your clusters.
4141

4242
-------
43-
The current release of the operator is 3.0.2
43+
The current release of the operator is 3.1.0
4444

45-
Documentation for the Coherence Operator is available [here](https://oracle.github.io/coherence-operator/docs/3.0.2)
45+
Documentation for the Coherence Operator is available [here](https://oracle.github.io/coherence-operator/docs/3.1.0)
4646

4747
The fastest way to experience the operator is to follow the
48-
[Quick Start guide](https://oracle.github.io/coherence-operator/docs/3.0.2/#/about/03_quickstart).
48+
[Quick Start guide](https://oracle.github.io/coherence-operator/docs/3.1.0/#/about/03_quickstart).
4949
-------
5050

5151
# Need more help? Have a suggestion? Come and say "Hello!"

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.1.0
11+
newTag: 3.1.1

config/manifests/bases/coherence-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
operators.operatorframework.io/builder: operator-sdk-v1.0.0
88
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
9-
name: coherence-operator.v3.1.0
9+
name: coherence-operator.v3.1.1
1010
namespace: placeholder
1111
spec:
1212
apiservicedefinitions: {}
@@ -43,9 +43,9 @@ spec:
4343
- coherence
4444
links:
4545
- name: Coherence Operator
46-
url: https://oracle.github.io/coherence-operator/docs/3.1.0
46+
url: https://oracle.github.io/coherence-operator/docs/3.1.1
4747
maturity: alpha
4848
provider:
4949
name: Oracle
50-
url: https://oracle.github.io/coherence-operator/docs/3.1.0
51-
version: 3.1.0
50+
url: https://oracle.github.io/coherence-operator/docs/3.1.1
51+
version: 3.1.1

config/operator/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"coherence-image": "oraclecoherence/coherence-ce:20.06.1",
3-
"utils-image": "container-registry.oracle.com/middleware/coherence-operator:3.1.0-utils"
3+
"utils-image": "container-registry.oracle.com/middleware/coherence-operator:3.1.1-utils"
44
}

docs/installation/01_installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ easily be installed into a Kubernetes cluster.
1414
== Prerequisites
1515
1616
* Access to Oracle Coherence Docker images, or self-built Coherence images.
17-
* Access to a Kubernetes v1.12.0+ cluster. The Operator test pipeline runs on Kubernetes tested on v1.12 upto v1.19
17+
* Access to a Kubernetes v1.13.0+ cluster. The Operator test pipeline runs on Kubernetes tested on v1.13 upto v1.19
1818
1919
NOTE: OpenShift - the Coherence Operator works without modification on OpenShift, but some versions
2020
of the Coherence images will not work out of the box.
@@ -104,12 +104,12 @@ in the values file can be set, for example:
104104
----
105105
helm install \
106106
--namespace <namespace> \
107-
--set image=images.com/coherence/coherence-operator:3.1.0 <1>
107+
--set image=images.com/coherence/coherence-operator:3.1.1 <1>
108108
coherence-operator \
109109
coherence/coherence-operator
110110
----
111111
112-
<1> The image used to run the Operator will be `images.com/coherence/coherence-operator:3.1.0`.
112+
<1> The image used to run the Operator will be `images.com/coherence/coherence-operator:3.1.1`.
113113
114114
=== Image Pull Secrets
115115

docs/metrics/030_importing.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then obtain the dashboards from the `dashboards/` directory.
2525
2626
[source,bash]
2727
----
28-
VERSION=3.1.0
28+
VERSION=3.1.1
2929
curl https://oracle.github.io/coherence-operator/dashboards/${VERSION}/coherence-dashboards.tar.gz \
3030
-o coherence-dashboards.tar.gz
3131
tar -zxvf coherence-dashboards.tar.gz
@@ -125,7 +125,7 @@ the following commands can be used:
125125
126126
[source,bash]
127127
----
128-
VERSION=3.1.0
128+
VERSION=3.1.1
129129
kubectl -n monitoring create \
130130
-f https://oracle.github.io/coherence-operator/dashboards/${VERSION}/coherence-grafana-dashboards.yaml
131131
----
@@ -139,7 +139,7 @@ URL to `coherence-grafana-legacy-dashboards.yaml`, for example:
139139
140140
[source,bash]
141141
----
142-
VERSION=3.1.0
142+
VERSION=3.1.1
143143
kubectl -n monitoring create \
144144
-f https://oracle.github.io/coherence-operator/dashboards/${VERSION}/coherence-grafana-legacy-dashboards.yaml
145145
----
@@ -152,7 +152,7 @@ Operator release the following commands can be used:
152152
153153
[source,bash]
154154
----
155-
VERSION=3.1.0
155+
VERSION=3.1.1
156156
curl https://oracle.github.io/coherence-operator/dashboards/${VERSION}/coherence-dashboards.tar.gz \
157157
-o coherence-dashboards.tar.gz
158158
tar -zxvf coherence-dashboards.tar.gz

examples/autoscaler/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ cd coherence-operator/examples
9696
==== Prerequisites
9797
* Java 11+ JDK either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-downloads.html)
9898
* [Docker](https://docs.docker.com/install/) version 17.03+.
99-
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.12.0+ .
100-
* Access to a Kubernetes v1.12.0+ cluster.
99+
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.13.0+ .
100+
* Access to a Kubernetes v1.13.0+ cluster.
101101
* [Helm](https://helm.sh/docs/intro/install/) version 3.2.4+
102102

103103
Building the project requires [Maven](https://maven.apache.org) version 3.6.0+.

examples/autoscaler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>com.oracle.coherence.kubernetes</groupId>
1414
<artifactId>examples-parent</artifactId>
15-
<version>3.1.0</version>
15+
<version>3.1.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

1919
<artifactId>autoscaler-example</artifactId>
2020
<name>Coherence Operator Autoscaler Example</name>
21-
<version>3.1.0</version>
21+
<version>3.1.1</version>
2222

2323
<properties>
2424
<docker.version>${project.version}</docker.version>

examples/deployment/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Ensure you have the following software installed:
4848
* Java 11+ JDK either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-downloads.html)
4949
* [Maven](https://maven.apache.org) version 3.6.0+
5050
* [Docker](https://docs.docker.com/install/) version 17.03+.
51-
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.12.0+ .
52-
* Access to a Kubernetes v1.12.0+ cluster.
51+
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.13.0+ but ideally the latest version .
52+
* Access to a Kubernetes v1.13.0+ cluster.
5353
* [Helm](https://helm.sh/docs/intro/install/) version 3.2.4+ (2.14.3+ supported, see notes)
5454

5555
> Note: Ensure that your local Kubernetes is enabled. If you are running Docker using Docker Desktop, select Enable Kubernetes in the Settings menu.
@@ -108,7 +108,7 @@ This will result in the following Docker image being created which contains the
108108
artifacts to be use by all deployments.
109109
110110
```console
111-
deployment-example:3.1.0
111+
deployment-example:3.1.1
112112
```
113113
114114
> Note: If you are running against a remote Kubernetes cluster, you need to tag and
@@ -281,7 +281,7 @@ spec:
281281
storageEnabled: false
282282
metrics:
283283
enabled: true
284-
image: deployment-example:3.1.0
284+
image: deployment-example:3.1.1
285285
imagePullPolicy: Always
286286
replicas: 1
287287
```
@@ -393,7 +393,7 @@ spec:
393393
storageEnabled: false
394394
metrics:
395395
enabled: true
396-
image: deployment-example:3.1.0
396+
image: deployment-example:3.1.1
397397
imagePullPolicy: Always
398398
application:
399399
main: com.oracle.coherence.examples.Main
@@ -683,7 +683,7 @@ install any of the examples above.
683683
684684
kubectl -n coherence-example label configmap demo-grafana-datasource grafana_datasource=1
685685
686-
kubectl -n coherence-example create -f https://oracle.github.io/coherence-operator/dashboards/3.1.0/coherence-grafana-dashboards.yaml
686+
kubectl -n coherence-example create -f https://oracle.github.io/coherence-operator/dashboards/3.1.1/coherence-grafana-dashboards.yaml
687687
688688
kubectl -n coherence-example label configmap coherence-grafana-dashboards grafana_dashboard=1
689689
```

0 commit comments

Comments
 (0)