Skip to content

Commit

Permalink
Update Medusa version to 0.23.0 (fixes #1484) (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Feb 10, 2025
1 parent 84f02ba commit 5163da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG/CHANGELOG-1.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ When cutting a new release, update the `unreleased` heading to the tag being gen

## unreleased

* [CHANGE] [#1484](https://github.com/k8ssandra/k8ssandra-operator/issues/1484) Update Medusa version to 0.23.0

## v1.21.0 - 2025-02-03

* [CHANGE] [#1450](https://github.com/k8ssandra/k8ssandra-operator/issues/1450) Update datacenter labels to use Kubernetes resource names for CassandraDatacenter, not the cleaned override name. Update to cass-operator 1.23.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/medusa/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
const (
DefaultMedusaImageRepository = "k8ssandra"
DefaultMedusaImageName = "medusa"
DefaultMedusaVersion = "97aa0276"
DefaultMedusaVersion = "0.23.0"
DefaultMedusaPort = 50051
DefaultProbeInitialDelay = 10
DefaultProbeTimeout = 1
Expand Down

0 comments on commit 5163da6

Please sign in to comment.