Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@
functions and carry the full set of recommended labels ([#761]).
- BREAKING: The `nodes` role is now required by the CRD; a SupersetCluster without it was
previously accepted by the API server but reconciled to no `nodes` resources ([#761]).
- The reconciler now applies resources and derives the cluster status in discrete
apply and update_status steps for the `controller` reconcile ([#772]).

### Removed

- The migration that copied the Flask `SECRET_KEY` from the credentials Secret (where SDP 26.3
kept it, under `connections.secretKey`) into the operator-owned Secret. It was only needed for
the upgrade from SDP 26.3 to 26.7, which has been released ([#772]).

[#756]: https://github.com/stackabletech/superset-operator/pull/756
[#761]: https://github.com/stackabletech/superset-operator/pull/761
[#765]: https://github.com/stackabletech/superset-operator/pull/765
[#772]: https://github.com/stackabletech/superset-operator/pull/772

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading