Loading
Version: Operator 3.3.1Release Notes for Aerospike Kubernetes Operator
3.3.1โ
Bug fixesโ
- Fix security vulnerabilities in the Aerospike Kubernetes Operator. [KO-333]
- Fix security vulnerabilities in the Aerospike Kubernetes Init. [KO-334]
3.3.0โ
New featuresโ
- Migrate pods from the given Kubernetes nodes list. [KO-264]
- Enhance the operator to change the Aerospike configuration parameters dynamically. [KO-293]
- Add Readiness probe and Pod Disruption Budget for server pods. [KO-198]
Improvementsโ
- Allow enabling security in the deployed cluster. [KO-290]
- Optimize AKO scale-down operation (Batch Scale Down). [KO-314]
- Allow load balancer service to update. [KO-286]
- Add the AKO version in the CRD annotations. [KO-294]
- Add the
AerospikeClusterPhase
field in theAerospikeCluster
status to represent the current phase of the Aerospike reconcile operation. - Add the
IsReadinessProbeEnabled
field in theAerospikeCluster
status to represent if the readiness probe is enabled for all the pods.
Bug fixesโ
- Allow updating read and write quotas in the user's role. [KO-327]
- Change MultiPodPerHost type from bool to bool pointer. [KO-295]