From b922630e129165baa5b2d0000d3c95dee52dd26a Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Tue, 28 Jul 2026 07:05:31 +0200 Subject: [PATCH 1/2] fix: add breaking broker and backend changes --- modules/ROOT/partials/release-notes/release-26.7.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/partials/release-notes/release-26.7.adoc b/modules/ROOT/partials/release-notes/release-26.7.adoc index 91c556611..8c03e93b1 100644 --- a/modules/ROOT/partials/release-notes/release-26.7.adoc +++ b/modules/ROOT/partials/release-notes/release-26.7.adoc @@ -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]. + [#kafka-improvements-26_7_0] ===== Apache Kafka From 70dffae78656fe31e9265adaaef2d12676e4e0db Mon Sep 17 00:00:00 2001 From: maltesander Date: Tue, 28 Jul 2026 08:59:22 +0200 Subject: [PATCH 2/2] Update modules/ROOT/partials/release-notes/release-26.7.adoc Co-authored-by: Techassi --- modules/ROOT/partials/release-notes/release-26.7.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/partials/release-notes/release-26.7.adoc b/modules/ROOT/partials/release-notes/release-26.7.adoc index 8c03e93b1..afc2d728a 100644 --- a/modules/ROOT/partials/release-notes/release-26.7.adoc +++ b/modules/ROOT/partials/release-notes/release-26.7.adoc @@ -339,11 +339,11 @@ Tracked in https://github.com/stackabletech/issues/issues/716[issues#716]. [#airflow-improvements-26_7_0] ===== Apache Airflow -*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]. +* *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]. [#kafka-improvements-26_7_0] ===== Apache Kafka