Releases: oracle/coherence-operator
v3.4.3
Coherence Operator Release 3.4.3
What's Changed
- Changes to Spring tests to teats more Spring versions by @thegridman in #699
- Fix using the Coherence console, QueryPlus and the CLI via kubectl exec by @thegridman in #696
- Zip docs as a release artifact by @thegridman in #698
- Attach bundle to release by @thegridman in #702
Full Changelog: v3.4.2...v3.4.3
v3.4.2
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
- Fix bug where Operator fails to connect to Coherence Pods when using Istio by @thegridman in #691
- Support setting the Lifecycle field on the Coherence container by @thegridman in #692
- Update Istio test versions and Istio docs by @thegridman in #688
- Fix hash code calculation by @thegridman in #687
- Update install docs to remove conntrack references by @thegridman in #689
- Fix issues with Spring fat-jars by @thegridman in #690
Full Changelog: v3.4.1...v3.4.2
v3.4.1
Coherence Operator Release 3.4.1
What's Changed
- Better support for dual-stack Kubernetes clusters by @thegridman in #671
- Minor dashboard updates by @tmiddlet2666 in #673
- Improve IP Monitor documentation by @thegridman in #675
- Bump Coherence versions by @thegridman in #678
- Apply default topology spread constraints by @thegridman in #679
- Removed unused images when starting KinD by @thegridman in #681
- Update dependency versions by @thegridman in #682
Full Changelog: v3.4.0...v3.4.1
v3.4.0
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
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
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
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
v3.3.2
Coherence Operator Release 3.3.2
What's Changed
- Minor persistence doc updates by @tmiddlet2666 in #629
- Add gRPC Proxy Summary Dashboard by @tmiddlet2666 in #630
- Build with Go 1.21 by @thegridman in #632
- Ensure the rack name configured by the Operator is unique across sites by @thegridman in #633
- Work with Istio out of the box by @thegridman in #634
- Fix issue with init-container when persistence is enabled with a Pod securityContext by @thegridman in #636
Full Changelog: v3.3.1...v3.3.2
v3.3.1
Coherence Operator Release 3.3.1
What's Changed
- Allow external updates to Operator managed resources by @thegridman in #622
- Create the default cohctl configuration after Coherence starts by @thegridman in #623
- Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #624
- Fix version check to use Coherence version comparison utilities by @thegridman in #625
- Add support for using envFrom to load environment variables by @thegridman in #626
Full Changelog: v3.3.0...v3.3.1
v3.3.0
Coherence Operator Release 3.3.0
What's New
- Experimental support for running Coherence workloads as K8s Jobs by @thegridman in #600
- Add the Coherence CLI to the Operator image by @thegridman in #606
Fixes and Changes
- Grafana Dashboards - Update Federation operator demo to include management port by @tmiddlet2666 in #601
- Grafana Dashboards - Update cache dashboards to include prune millis by @tmiddlet2666 in #603
- Grafana Dashboards - Services Summary Dashboard can show negative service task count by @tmiddlet2666 in #608
- Grafana Dashboards - Add backup persistence space, fix datasource issues by @tmiddlet2666 in #615
- Operator Runner - Fix version check to work with interim Coherence releases by @thegridman in #609
- Operator Runner - Fix runner version message by @thegridman in #614
- Build using K8s 1.28 by @thegridman in #616
- Remove support for JMX over JMXMP by @thegridman in #618
- Validate image names in the admission web-hook by @thegridman in #619
- Make Istio tests deploy Istio in strict mode by @thegridman in #620
Full Changelog: v3.2.11...v3.3.0