Skip to main content
Loading
Version: Operator 3.3.1

Release 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

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 the AerospikeCluster status to represent the current phase of the Aerospike reconcile operation.
  • Add the IsReadinessProbeEnabled field in the AerospikeCluster 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]