From d5347d5bfdf3a5aa177868943dac19b3670d2c1e Mon Sep 17 00:00:00 2001 From: Alexander Dejanovski Date: Tue, 11 Jun 2024 11:28:40 +0200 Subject: [PATCH] switch changelog files --- CHANGELOG/CHANGELOG-1.16.md | 1 - CHANGELOG/CHANGELOG-1.17.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.16.md b/CHANGELOG/CHANGELOG-1.16.md index 573e7e92a..9a4fe612d 100644 --- a/CHANGELOG/CHANGELOG-1.16.md +++ b/CHANGELOG/CHANGELOG-1.16.md @@ -17,6 +17,5 @@ When cutting a new release, update the `unreleased` heading to the tag being gen * [CHANGE] Update cassandra-medusa to 0.21.0 * [CHANGE] []() Update cass-operator to v1.20.0 -* [BUGFIX] [#1299](https://github.com/k8ssandra/k8ssandra-operator/issues/1299) CronJob for medusa purge not in the correct namespace * [BUGFIX] [#1272](https://github.com/k8ssandra/k8ssandra-operator/issues/1272) Prevent cass-operator from creating users when an external DC is referenced to allow migration through expansion * [ENHANCEMENT] [#1066](https://github.com/k8ssandra/k8ssandra-operator/issues/1066) Remove the medusa standalone pod as it is not needed anymore diff --git a/CHANGELOG/CHANGELOG-1.17.md b/CHANGELOG/CHANGELOG-1.17.md index 64e174499..e4a897d5c 100644 --- a/CHANGELOG/CHANGELOG-1.17.md +++ b/CHANGELOG/CHANGELOG-1.17.md @@ -24,3 +24,4 @@ When cutting a new release, update the `unreleased` heading to the tag being gen * [ENHANCEMENT] [#1329](https://github.com/k8ssandra/k8ssandra-operator/issues/1329) Add config emptyDir volume mount on Reaper deployment to allow read only root FS * [BUGFIX] Fix HCD jvm options generation * [ENHANCEMENT] [#1278](https://github.com/k8ssandra/k8ssandra-operator/issues/1278) Add toggle to allow the disabling of the Medusa purge CronJob creation +* [BUGFIX] [#1299](https://github.com/k8ssandra/k8ssandra-operator/issues/1299) CronJob for medusa purge not in the correct namespace