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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
More information can be found in the [Superset database documentation](https://docs.stackable.tech/home/nightly/superset/usage-guide/database-connections) for details ([#722]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#731]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#735]).
- Removed the product-config based configuration validation. Config and environment overrides are
now merged directly from the CRD into the validated cluster (including the formerly
properties.yaml-provided `ROW_LIMIT` and `SUPERSET_WEBSERVER_TIMEOUT` recommended values), the
Flask config writer is consumed from `stackable-operator` (`v2::flask_config_writer`), and the
`product-config` crate dependency is dropped. The `--product-config` CLI flag and
`PRODUCT_CONFIG` env var are now no-ops ([#738]).

[#717]: https://github.com/stackabletech/superset-operator/pull/717
[#719]: https://github.com/stackabletech/superset-operator/pull/719
Expand All @@ -33,6 +39,7 @@
[#726]: https://github.com/stackabletech/superset-operator/pull/726
[#731]: https://github.com/stackabletech/superset-operator/pull/731
[#735]: https://github.com/stackabletech/superset-operator/pull/735
[#738]: https://github.com/stackabletech/superset-operator/pull/738

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading