From ee7c3248ac863dd1ded6f6cf981ea5da97b4b23c Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Mon, 24 Nov 2025 21:17:36 +0530 Subject: [PATCH 1/2] Release 1.11.2 --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6c66e0edd..b7be0a5289 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,19 @@ Enhancements * Unify airflow version handling into ``constants.py`` by @tatiana in #2089 * Refactor ``airflow/graph.py`` to simplify code-base by @tatiana in #2080 +1.11.2 (2025-11-24) +-------------------- + +Bug fixes + +* Force ``DbtProducerWatcherOperator`` retries to zero by @pankajkoti in #2114 +* Fail ``DbtConsumerWatcherSensor`` tasks immediately when the ``DbtProducerWatcherOperator`` fails using Airflow context by @pankajkoti in #2126 +* Fix forwarding ``DbtProducerWatcherOperator`` ``dbt build`` flags by by @michal-mrazek in #2127 + +Documentation + +* Expand ``ExecutionMode.KUBERNETES`` guidance by @tatiana in #2139 +* Document dataset-event limitation when using ``ExecutionMode.AIRFLOW_ASYNC`` by @varaprasadregani in #2143 1.11.1 (2025-11-12) -------------------- From 7cafbd0755eefd272a9459dd8785bcf367ebe28f Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Mon, 24 Nov 2025 21:20:33 +0530 Subject: [PATCH 2/2] Update CHANGELOG.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7be0a5289..afaf70de3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -29,7 +29,7 @@ Bug fixes * Force ``DbtProducerWatcherOperator`` retries to zero by @pankajkoti in #2114 * Fail ``DbtConsumerWatcherSensor`` tasks immediately when the ``DbtProducerWatcherOperator`` fails using Airflow context by @pankajkoti in #2126 -* Fix forwarding ``DbtProducerWatcherOperator`` ``dbt build`` flags by by @michal-mrazek in #2127 +* Fix forwarding ``DbtProducerWatcherOperator`` ``dbt build`` flags by @michal-mrazek in #2127 Documentation