Skip to content
Merged
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
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]).
- Bump stackable-operator to 0.116.0 ([#779]).
- Environment variable overrides (`envOverrides`) are now applied after all environment
variables set by the operator, whereas previously the operator's values always took
precedence ([#779]).
- The role-level group `Listener` now carries the recommended labels for role resources;
the `app.kubernetes.io/role-group: none` placeholder label is no longer set ([#779]).
- BREAKING: The listener PVC template of the `node` StatefulSet no longer carries an
`app.kubernetes.io/version` label (previously set to the placeholder value `none`).
Since `volumeClaimTemplates` cannot be updated in place, StatefulSets created by older
operator versions cannot be updated after the upgrade: delete the `node` StatefulSet(s)
so that the operator immediately recreates them with the new labels ([#779]).

### Removed

Expand All @@ -32,6 +43,7 @@
[#765]: https://github.com/stackabletech/superset-operator/pull/765
[#772]: https://github.com/stackabletech/superset-operator/pull/772
[#773]: https://github.com/stackabletech/superset-operator/pull/773
[#779]: https://github.com/stackabletech/superset-operator/pull/779

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading