You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@
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]).
21
-
- BREAKING: The `.clusterConfig.credentialsSecret`field has been renamed to `.clusterConfig.credentialsSecretName` for consistency ([#722]).
20
+
Going forward, the operator will automatically create the Secret in case it doesn't exist.
21
+
If your `credentialsSecret`at the time of upgrading points at a Secret with `connection.secretKey`, we will automatically migrate your existing `SECRET_KEY` to avoid interruptions ([#722], [#754]).
This means you need to replace your simple database connection string with a typed struct.
24
24
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
25
-
More information can be found in the [Superset database documentation](https://docs.stackable.tech/home/nightly/superset/usage-guide/database-connections) for details ([#722]).
25
+
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]).
26
26
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#731]).
27
27
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#735]).
28
28
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
0 commit comments