v1.27.0 - 2025-09-26
- [CHANGE] Upgrade Reaper to v4.0.0 and Medusa to v0.25.1
- [CHANGE] Upgrade cass-operator to v1.27.1
- [FEATURE] #1605 Container images, tags, repositories, registry and pullsecrets and now centrally managed in a ConfigMap with label
k8ssandra.io/config: image
. This is shared with the cass-operator and allows to configure everything from a single place. perNodeConfig is using k8ssandra-client as the image name. - [ENHANCEMENT] #1591 Remove the old medusa purge cronjob in favor of scheduled tasks
- [ENHANCEMENT] #1245 Ensure ReplicatedSecret targets are cleaned up correctly
- [BUGFIX] #1603 Fix the crd-upgrader to update cass-operator CRDs also as part of the Helm upgrade
- [BUGFIX] #1610 Replace all Medusa setControllerReference with setOwnerReference when targetting CassandraDatacenter objects
- [BUGFIX] #1618 If two datacenters with same clusterName were present in different namespaces, it was possible that the wrong one was picked when checking the status of the restore.
- [TESTING] Remove the kuttl tests in CI