This topic contains the release notes for VMware Tanzu GemFire for Kubernetes.
Release Date: September 1, 2023
This version of VMware Tanzu GemFire for Kubernetes works with VMware Tanzu GemFire versions 10.0 and 9.15.
Tanzu GemFire 10.0: The Tanzu GemFire Operator has been certified to ensure full compatibility with Tanzu GemFire version 10.0. This ensures that users can leverage the latest Tanzu GemFire features and enhancements seamlessly within a Kubernetes environment.
Support for Kubernetes Horizontal Pod Autoscaling (HPA): The Tanzu GemFire Operator now seamlessly integrates with HPA, allowing for dynamic adjustments to the number of server pods based on key metrics such as CPU utilization or user-defined custom metrics. This enhancement empowers users to efficiently manage their Tanzu GemFire clusters in response to varying workloads. For more information, see Horizontal Pod Autoscaling with a Tanzu GemFire Cluster.
Automated Persistent Volume Claims Deletion: Addition of an optional Custom Resource Definition (CRD) field that automates the deletion of Persistent Volume Claims (PVC) associated with servers, locators, or both upon the termination of a Tanzu GemFire cluster. This feature simplifies cluster management by automating cleanup processes and enhancing resource efficiency. For more information, see spec.persistentVolumeClaim.deleteOnShutdown in The Custom Resource Definition.
Enhanced Scaling Down: The Tanzu GemFire Operator now includes the capability to remove server services and TLSRoutes when scaling down a Tanzu GemFire cluster. This enhancement streamlines the scaling-down process, ensuring the efficient and secure management of cluster resources.
Release Date: March 10, 2023
This version of VMware Tanzu GemFire for Kubernetes works with Tanzu GemFire versions 10.0 and 9.15.
Kubernetes off-platform feature: This new VMware Tanzu GemFire for Kubernetes feature enables Tanzu GemFire client applications outside of a Kubernetes cluster to connect to Tanzu GemFire cluster members (locators and servers) inside of a Kubernetes cluster. The feature focuses on the following:
This version of VMware Tanzu GemFire for Kubernetes is not compatible with Tanzu GemFire 10.0.0-beta.1
The previous operator had the Java Garbage Collection logs turned on, which caused Tanzu GemFire to emit more logging than customers are used to. If Garbage Collection debugging is needed, the Java option can be enable by using the CRD jvmOptions
in the locator and server overrides
section.
Release Date: October 12, 2022
This version of VMware Tanzu GemFire for Kubernetes works with Tanzu GemFire 9.15.
imagePullSecretName
property to allow setting the name of the Kubernetes secret to access an image registry.Release Date: July 18, 2022
This version of VMware Tanzu GemFire for Kubernetes works with Tanzu GemFire 9.15.
Tanzu GemFire clusters are now secured by default
Pause Reconciliation on a Tanzu GemFire Cluster
Support for Tanzu GemFire security managers
WAN Cluster Example Configuration for Google Cloud
Back Up and Restore Example