Skip to content

Commit

Permalink
Release notes, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Apr 5, 2024
1 parent d4e9f8b commit 0d3567f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-1.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ When cutting a new release, update the `unreleased` heading to the tag being gen
## unreleased
* [BUGFIX] [#1253](https://github.com/k8ssandra/k8ssandra-operator/issues/1253) Medusa storage secrets are now labelled with a unique label.
* [FEATURE] [#1260](https://github.com/k8ssandra/k8ssandra-operator/issues/1260) Update controller-gen to version 0.14.0.
* [CHANGE] [#1266](https://github.com/k8ssandra/k8ssandra-operator/issues/1266) Deprecate the usage of non-namespace-local MedusaConfigurations within a K8ssandraCluster, and throw an error from the webhook when users attempt to use one.


## v1.14.0 - 2024-04-02
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# k8ssandra-operator - Release Notes

## v1.14.0

### Deprecation of non-namespace-local MedusaConfigRef

The previous version introduced functionality whereby a K8ssandraCluster could reference a MedusaConfiguration (via MedusaConfigRef) in a remote namespace within the same k8s cluster. This functionality is deprecated. Existing clusters will continue to reconcile, but new clusters (or updates to existing clusters) will be rejected at the webhook.

To update an existing cluster, or create a new one, ensure that the `namespace` field is left unset in the `medusaConfigRef`, and ensure that the MedusaConfiguration you are referencing exists within the K8ssandraCluster's local namespace.

If this functionality is critical to your use case, please raise an issue on Github and describe why it is important to you.

## v1.6.0

### Removal of the CassandraBackup and CassandraRestore APIs
Expand Down

0 comments on commit 0d3567f

Please sign in to comment.