5.1 Release Notes
In this release, we introduced pod scheduling support and added Phone Home service to collect usage data to shape our roadmap.
New features
-
Pod scheduling support for Hazelcast Custom Resource (Node Selector, Node Affinity, Pod Affinity&Anti-affinity, and Tolerations)
apiVersion: hazelcast.com/v1alpha1
kind: Hazelcast
metadata:
name: hazelcast
spec:
scheduling:
affinity:
nodeAffinity:
...
Changes
-
Integrated Phone Home service.
Fixed Issues
-
Fix annotation for expose externally member access. #122