|
17 | 17 | - Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#719]). |
18 | 18 | - 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]). |
19 | 19 | - 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]). |
21 | 21 | - BREAKING: Implement generic database connection. |
22 | 22 | This means you need to replace your simple database connection string with a typed struct. |
23 | 23 | 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]). |
25 | 25 | - Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#731]). |
26 | 26 | - test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#735]). |
27 | 27 | - BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration. |
|
38 | 38 | [#735]: https://github.com/stackabletech/superset-operator/pull/735 |
39 | 39 | [#738]: https://github.com/stackabletech/superset-operator/pull/738 |
40 | 40 | [#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 |
42 | 42 |
|
43 | 43 | ## [26.3.0] - 2026-03-16 |
44 | 44 |
|
|
0 commit comments