Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/ROOT/partials/release-notes/release-26.7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ Tracked in https://github.com/stackabletech/issues/issues/716[issues#716].
*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`.
Implemented in https://github.com/stackabletech/airflow-operator/pull/777[airflow-operator#777].

*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`.
Implemented in https://github.com/stackabletech/airflow-operator/pull/786[airflow-operator#786].
Comment thread
maltesander marked this conversation as resolved.
Outdated

[#kafka-improvements-26_7_0]
===== Apache Kafka

Expand Down
Loading