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: modules/ROOT/partials/release-notes/release-26.7.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,9 @@ Tracked in https://github.com/stackabletech/issues/issues/716[issues#716].
342
342
*Breaking:* `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `webserver_config.py` (for arbitrary Python code) have been renamed to `FILE_HEADER` and `FILE_FOOTER`.
343
343
Implemented in https://github.com/stackabletech/airflow-operator/pull/777[airflow-operator#777].
344
344
345
+
*Breaking:* Renamed and moved the celeryExecutor broker and results backend to clusterConfig. The results backend `spec.celeryExecutors.resultBackend` is now located at `spec.clusterConfig.celeryResultsBackend`. The broker `spec.celeryExecutors.broker` is now located at `spec.clusterConfig.celeryBroker`.
346
+
Implemented in https://github.com/stackabletech/airflow-operator/pull/786[airflow-operator#786].
0 commit comments