Skip to content

Commit c11d559

Browse files
committed
changelog
1 parent 2d6a2c8 commit c11d559

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
- Bump `stackable-operator` to 0.110.1, kube to 3.1.0, and snafu to 0.9 ([#775]).
1515
- BREAKING: Rename `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `webserver_config.py` for arbitrary python code to `FILE_HEADER` and `FILE_FOOTER` ([#775], [#777]).
1616
- BREAKING: The `.clusterConfig.credentialsSecret` has been renamed to `.clusterConfig.credentialsSecretName` for consistency ([#754]).
17-
- BREAKING: TODO describer generic database connection change ([#754]).
17+
- BREAKING: Implement generic database connection.
18+
This means you need to replace your simple database connection string with a typed struct.
19+
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
20+
Read on the [Airflow database documentation](https://docs.stackable.tech/home/nightly/airflow/usage-guide/database-connections) for details ([#754]).
1821

1922
### Fixed
2023

0 commit comments

Comments
 (0)