Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Jan 8, 2025
1 parent 196353c commit c860236
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-1.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
* [BUGFIX] [#1454](https://github.com/k8ssandra/k8ssandra-operator/issues/1454) Do not try to work out backup status if there are no pods
* [BUGFIX] [#1383](https://github.com/k8ssandra/k8ssandra-operator/issues/1383) Do not create MedusaBackup if MedusaBakupJob did not fully succeed
* [BUGFIX] [#1460](https://github.com/k8ssandra/k8ssandra-operator/issues/1460) Fix podName calculations in medusa's hostmap.go to account for unbalanced racks also
* [BUGFIX] [#1466](https://github.com/k8ssandra/k8ssandra-operator/issues/1466) Do not overwrite existing status fields or forget to write the changes. Also, add new ContextName for the Datacenter to know where it used to be.
1 change: 0 additions & 1 deletion controllers/k8ssandra/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (r *K8ssandraClusterReconciler) checkSchemas(
decommCassDcName := k8ssandra.GetDatacenterForDecommission(kc)

logger.Info("Checking if user keyspace replication needs to be updated", "decommissioning_dc", decommCassDcName)
logger.Info("Status of datacenters", "status", kc.Status.Datacenters)
decommission := false
status := kc.Status.Datacenters[decommCassDcName]
if decommCassDcName != "" {
Expand Down

0 comments on commit c860236

Please sign in to comment.