Skip to content

Commit c1198bc

Browse files
committed
Improve changelog with migration note
1 parent f67151c commit c1198bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
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], [#754]).
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]).
2122
- BREAKING: Implement generic database connection.
2223
This means you need to replace your simple database connection string with a typed struct.
2324
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.

0 commit comments

Comments
 (0)