This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 5f3e3a2a5c0 Prepare providers release 2026-05-25 (#67482)
5f3e3a2a5c0 is described below
commit 5f3e3a2a5c0faefab26371ad82ea0afcc6d30a56
Author: Jens Scheffler <[email protected]>
AuthorDate: Mon May 25 18:16:02 2026 +0200
Prepare providers release 2026-05-25 (#67482)
---
providers/.last_release_date.txt | 2 +-
providers/airbyte/docs/changelog.rst | 8 ++++++++
providers/dbt/cloud/docs/changelog.rst | 8 ++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 44434392b2d..cbe79341b77 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-05-19
+2026-05-25
diff --git a/providers/airbyte/docs/changelog.rst
b/providers/airbyte/docs/changelog.rst
index 11805f348f3..00651e3618d 100644
--- a/providers/airbyte/docs/changelog.rst
+++ b/providers/airbyte/docs/changelog.rst
@@ -35,9 +35,17 @@ Features
* ``Implement execution_timeout semantics for AirbyteTriggerSyncOperator in
deferrable mode (#64051)``
+Bug Fixes
+~~~~~~~~~
+
+ * ``Fix deferrable execution_timeout handling in AirbyteTriggerSyncOperator
(#67382)``
+
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
+.. Review and move the new changes to one of the sections above:
+ * ``Prepare providers release 2026-05-19 (#67137)``
+
5.4.2
.....
diff --git a/providers/dbt/cloud/docs/changelog.rst
b/providers/dbt/cloud/docs/changelog.rst
index 516316fde18..bde82b198b7 100644
--- a/providers/dbt/cloud/docs/changelog.rst
+++ b/providers/dbt/cloud/docs/changelog.rst
@@ -36,6 +36,11 @@ Features
* ``Add to list dbt Cloud job runs with support for filtering by status,
ordering, and job_definition_id, and optionally returning only the most recent
run via latest_only. (#66150)``
+Bug Fixes
+~~~~~~~~~
+
+ * ``Fix deferrable execution_timeout handling in DbtCloudRunJobOperator
(#67360)``
+
Misc
~~~~
@@ -44,6 +49,9 @@ Misc
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
+.. Review and move the new changes to one of the sections above:
+ * ``Prepare providers release 2026-05-19 (#67137)``
+
4.8.2
.....