Skip to content

Commit 7f4a27a

Browse files
authored
Upgrade Reaper to v4.0.0 and Medusa to v0.25.1 (#1625)
1 parent 6ecd312 commit 7f4a27a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG/CHANGELOG-1.27.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
1515

1616
## unreleased
1717

18+
* [CHANGE] Upgrade Reaper to v4.0.0 and Medusa to v0.25.1
1819
* [FEATURE] [#1605](https://github.com/k8ssandra/k8ssandra-operator/issues/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.
1920
* [ENHANCEMENT] [#1591](https://github.com/k8ssandra/k8ssandra-operator/issues/1591) Remove the old medusa purge cronjob in favor of scheduled tasks
2021
* [ENHANCEMENT] [#1245](https://github.com/k8ssandra/k8ssandra-operator/issues/1245) Ensure ReplicatedSecret targets are cleaned up correctly

charts/k8ssandra-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ global:
1919
reaper:
2020
repository: "thelastpickle"
2121
name: "cassandra-reaper"
22-
tag: "4.0.0-rc1"
22+
tag: "4.0.0"
2323
medusa:
2424
repository: "k8ssandra"
2525
name: "medusa"
26-
tag: "0.25.0"
26+
tag: "0.25.1"
2727
# -- A name in place of the chart name which is used in the metadata.name of
2828
# objects created by this chart.
2929
nameOverride: ''

0 commit comments

Comments
 (0)