Skip to content

v1.25.0

Choose a tag to compare

@adejanovski adejanovski released this 02 Jul 07:18
· 72 commits to master since this release

v1.25.0

  • [ENHANCEMENT] #664 Allow skipping deletion of PVCs when the CassandraDatacenter is deleted. Set annotation cassandra.datastax.com/delete-pvc: "false" to prevent deletion, default is still to delete.
  • [BUGFIX] #798 If all the pods are in the Pending state, we would skip the startOneNodeRack and might start a pod in the startAllRacks phase which would lead to 0 seeds in a new cluster.