Skip to content

Commit

Permalink
Merge branch 'release/1.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Apr 18, 2024
2 parents ad111fd + aad838a commit 31d19cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG-1.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Changelog for the K8ssandra Operator, new PRs should update the `unreleased` sec

When cutting a new release, update the `unreleased` heading to the tag being generated and date, like `## vX.Y.Z - YYYY-MM-DD` and create a new placeholder section for `unreleased` entries.

## unreleased
## v1.15.0 - 2024-04-18

* [BUGFIX] [#1266](https://github.com/k8ssandra/k8ssandra-operator/issues/1266) MedusaConfigurations must now be namespace local to the K8ssandraCluster they are attached to, a webhook error will be thrown otherwise (for new clusters only). Additionally, ReplicatedSecrets should only pick up secrets from their local namespace to replicate.
* [BUGFIX] [#1217](https://github.com/k8ssandra/k8ssandra-operator/issues/1217) Medusa storage secrets now use a ReplicatedSecret for synchronization, fixing an issue where changes to the secrets were not propagating. Additionally, fix a number of issues with local testing on ARM Macs.
* [BUGFIX] [#1253](https://github.com/k8ssandra/k8ssandra-operator/issues/1253) Medusa storage secrets are now labelled with a unique label.
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ To update an existing cluster, or create a new one, ensure that the `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.15.0

### Correction to ReplicatedSecrets namespacing behaviour

Replicated secrets no longer look in all namespaces to Replicate secrets whose labels match the MatchLabels selector in the ReplicatedSecret.
Expand Down

0 comments on commit 31d19cc

Please sign in to comment.