Skip to content

Releases: oracle/coherence-operator

v2.0.2

18 Nov 08:01
Compare
Choose a tag to compare

Fixes:
Issue #368
It appeared that some older versions of kubectl could not scale a CoherenceRole that did not have a specific replicas value set.

[Issue #367]
A bug in the coherencerole_controller caused it to corrupt the CoherenceRole spec if values such as jvm.args were specified at the default level and for a specific role.

v2.0.1

13 Nov 07:04
Compare
Choose a tag to compare

Fixes:
Issue 365
Add additional network and DNS configuration options to the CRD. See the related documentation here
https://oracle.github.io/coherence-operator/docs/2.0.1/#/clusters/095_networking

Issue 364
Fixed an issue where JVM args were being corrupted if they were specified at both the default level and for a specific role if creating a cluster with explicit roles defined.