Skip to content

Releases: oracle/coherence-operator

v3.5.2

26 Jun 15:05
e5fe8c9
Compare
Choose a tag to compare

Coherence Operator Release 3.5.2

  • Supported Kubernetes versions: v1.33 v1.32 v1.31 v1.30 v1.29 v1.28 v1.27

  • Supported OpenShift versions: v4.15-v4.18

What's Changed

  • Update the doc links in README.md by @dhirupandey in #759
  • Do not specify a JVM garbage collector if none specified in the Coherence yaml by @thegridman in #760
  • FIPS mode changes and docs by @thegridman in #761
  • Fixed an issue where the serviceAccount could not be set to "default" by @thegridman in #762
  • Update grafana-import.sh script and doco for latest dashboards by @tmiddlet2666 in #765
  • Fix links in the Helm chart README.md by @thegridman in #767
  • Expose additional fields for port Service spec to support features such as topology based routing by @thegridman in #769

Full Changelog: v3.5.1...v3.5.2

v3.5.1

04 Jun 16:25
e49d830
Compare
Choose a tag to compare

Coherence Operator Release 3.5.1

  • Supported Kubernetes versions: v1.33 v1.32 v1.31 v1.30 v1.29 v1.28 v1.27

  • Supported OpenShift versions: v4.15-v4.18

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

15 May 13:49
a1c4a0c
Compare
Choose a tag to compare

Coherence Operator Release 3.5.0

Major Changes

Operator CRD Install

Prior to v3.4.3 the operator would install CRDs when it started. In v3.4.3 the default behaviour was changed to not install CRDs, but it was still possible to change the default and get the operator to install CRDs. In v3.5.0 this option has now been completely removed. The install scripts and Helm chart will install the CRDs, see the installation guide in the documentation for more information. For customers that manually edit install scripts, the CRDs must now be installed or the operator will not start.

This change may impact customers who install the Operator using Helm, because the CRDs from previous install were not managed by Helm. The work around for this is documented in the installation guide.

OpenShift

  • The Coherence Operator is now certified to run on OpenShift and is available in the OpenShift Community Operators. The Coherence Operator can be installed on OpenShift using just a few clicks on the OpenShift UI console.

Operator and Coherence Images

  • The Coherence Operator binaries and all Coherence Operator images are now built internally in Oracle on the Oracle Coherence engineering team's build infrastructure
  • The Coherence Operator install manifests and scripts now use Oracle Container Registry as the default location of the Operator images
  • The default Coherence image used by the Operator is the Coherence CE 14.1.2-0-2 image from Oracle Container Registry
  • Images are still published to GitHub Container Registry for any customer that wants to pull them from there. The images on GitHub are the same images built internally in Oracle and published to GitHub

Supported Kubernetes Versions

  • Tested on Kubernetes versions: v1.33 v1.32 v1.31 v1.30 v1.29 v1.28 v1.27 v1.26

  • Tested on OpenShift versions: v4.15-v4.18

What's Changed

Full Changelog: v3.4.3...v3.5.0

v3.4.3

06 Mar 09:10
5ac1ab0
Compare
Choose a tag to compare

Coherence Operator Release 3.4.3

What's Changed

Full Changelog: v3.4.2...v3.4.3

v3.4.2

15 Feb 12:12
632f2f8
Compare
Choose a tag to compare

Coherence Operator Release 3.4.2

Istio

This release contains an important bug fix for anyone using Istio.
The previous Operator release was unable to patch a Coherence StatefulSet when Istio is being used as it could not
connect to any of the Coherence Pods to verify the cluster HA status.

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1

14 Jan 07:03
fa72cad
Compare
Choose a tag to compare

Coherence Operator Release 3.4.1

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

24 Sep 11:08
0767a41
Compare
Choose a tag to compare

Coherence Operator Release 3.4.0

Major Changes

Coherence Rolling Upgrades

The Operators now allows more control over how rolling upgrades of Coherence deployments are performed. As well as the default one Pod at a time upgrade controlled by the StatefulSet controller, other strategies such as upgrading by all Pods on a Node can be configured. See the Rolling Upgrades documentation

Coherence Metric Names

The Grafana Dashboards in this release expect new format Coherence metric names that no longer have the "vendor" prefix. See the Metrics documentation

Other Changes

  • Fix null pointer issue in runner if callback to the Operator fails by @thegridman in #656
  • Fix broken Prometheus doc links by @thegridman in #659
  • Make support for CoherenceJob resources optional by @thegridman in #660
  • Upgrade Grafana dashboards with new metrics and Grafana 10+ support by @tmiddlet2666 in #657
  • Apply Helm chart global labels and annotations to all resources in the chart by @thegridman in #662
  • Allow additional labels and annotations to be specified for the WKA Service by @thegridman in #667
  • Support rolling upgrade by node by @thegridman in #668
  • Support more ways to configure Coherence site and rack by @thegridman in #668

Full Changelog: v3.3.5...v3.4.0

v3.3.5

14 Jun 12:23
7253283
Compare
Choose a tag to compare

Coherence Operator Release 3.3.5

What's Changed

  • Fix #653 - Incorrect usage of COHERENCE_CACHE_CONFIG in example yaml … by @rlubke in #654
  • Fix the web-hook to ignore resources with a deletion timestamp set by @thegridman in #655
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #648
  • Upgrade dashboards to use newer panels by @tmiddlet2666 in #650
  • Remove stale documentation links by @vasac in #651

Full Changelog: v3.3.4...v3.3.5

v3.3.4

05 Apr 15:38
be9bc73
Compare
Choose a tag to compare

Coherence Operator Release 3.3.4

What's Changed

  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #646
  • Allow resource limits to be set for the Operator's init container by @thegridman in #647
  • Make sure labels are consistent on RBAC resources

Full Changelog: v3.3.3...v3.3.4

v3.3.3

29 Feb 16:08
3fe8968
Compare
Choose a tag to compare

Coherence Operator Release 3.3.2

What's Changed

  • Add federation retries to federation details dashboard. Other minor u… by @tmiddlet2666 in #638
  • Update member details dashboard to show heap and heap after GC by @tmiddlet2666 in #640
  • Set O/S platform and architecture for images by @thegridman in #641
  • Allow global labels and annotations to be specified by @thegridman in #643
  • Bump k8s to 1.29, Go to 1.22 and various dependency versions by @thegridman in #644

Full Changelog: v3.3.2...v3.3.3