This is an automated email from the ASF dual-hosted git repository.
eladkal 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 51e648cc19e Prepare standard provider to release (RC2 September 2025)
(#56181)
51e648cc19e is described below
commit 51e648cc19edfb92a166c2491122d7c6ab9122ed
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Sep 28 14:23:05 2025 +0300
Prepare standard provider to release (RC2 September 2025) (#56181)
---
providers/standard/docs/changelog.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/providers/standard/docs/changelog.rst
b/providers/standard/docs/changelog.rst
index f0f5723ad04..fedf0194eda 100644
--- a/providers/standard/docs/changelog.rst
+++ b/providers/standard/docs/changelog.rst
@@ -43,6 +43,11 @@ Features
* ``Add a '@task.stub' to allow tasks in other languages to be defined in dags
(#56055)``
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix DagBag imports in Airflow 3.2+ (#56109)``
+
Misc
~~~~
@@ -52,6 +57,8 @@ Misc
appropriate section above if needed. Do not delete the lines(!):
* ``Fix 'example_bash_decorator' DAG (#56020)``
* ``Enable pt011 rule 2 (#55749)``
+ * ``Remove placeholder Release Date in changelog and index files (#56056)``
+ * ``Prepare release for Sep 2025 3rd ad-hoc wave of providers (#56007)``
1.8.0
.....