Skip to content

Commit 02fbc11

Browse files
committed
changelog
1 parent c952994 commit 02fbc11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#719]).
1818
- BREAKING: Rename `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `superset_config.py` for arbitrary Python code to `FILE_HEADER` and `FILE_FOOTER` ([#719], [#721]).
1919
- Use an internal Secret for the Superset `SECRET_KEY`.
20-
Going forward, the operator will automatically create the Secret in case it doesn't exist ([#722], [#XXX]).
20+
Going forward, the operator will automatically create the Secret in case it doesn't exist ([#722], [#754]).
2121
- BREAKING: Implement generic database connection.
2222
This means you need to replace your simple database connection string with a typed struct.
2323
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
24-
More information can be found in the [Superset database documentation](https://docs.stackable.tech/home/nightly/superset/usage-guide/database-connections) for details ([#722], [#XXX]).
24+
More information can be found in the [Superset database documentation](https://docs.stackable.tech/home/nightly/superset/usage-guide/database-connections) for details ([#722], [#754]).
2525
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#731]).
2626
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#735]).
2727
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
@@ -38,7 +38,7 @@
3838
[#735]: https://github.com/stackabletech/superset-operator/pull/735
3939
[#738]: https://github.com/stackabletech/superset-operator/pull/738
4040
[#751]: https://github.com/stackabletech/superset-operator/pull/751
41-
[#XXX]: https://github.com/stackabletech/superset-operator/pull/XXX
41+
[#754]: https://github.com/stackabletech/superset-operator/pull/754
4242

4343
## [26.3.0] - 2026-03-16
4444

0 commit comments

Comments
 (0)