This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 579e18cb4bed065cfc6e0e27d80e5209609cbcf4
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Aug 25 13:24:33 2025 -0600

    Update release notes for 3.0.6rc2
---
 RELEASE_NOTES.rst       | 7 ++++++-
 reproducible_build.yaml | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 43d07e4dc98..01366c82e60 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -24,7 +24,7 @@
 
 .. towncrier release notes start
 
-Airflow 3.0.6 (2025-08-25)
+Airflow 3.0.6 (2025-08-29)
 --------------------------
 
 Significant Changes
@@ -47,11 +47,15 @@ Bug Fixes
 - UI: Fix "Maximum update depth exceeded" errors in Task Log Preview by 
filtering out empty log entries (#54628)
 - Fix custom logging configuration failures preventing triggerer and scheduler 
startup with simple module paths (#54686)
 - Fix MySQL UUID generation in task_instance migration (#54814)
+- Only redirect on the dag detail page (#54921)
+- Fix local executor task execution (#54922)
 
 Miscellaneous
 """""""""""""
 
 - Add logging when triggerer reaches maximum trigger capacity for better 
observability (#54549)
+- Point deprecation warning in Variable methods to specific alternatives 
(#54871)
+- Point deprecation warning in Connection method to specific alternatives 
(#54872)
 - Bump ``axios`` UI dependency from ``1.8.0`` to ``1.11.0`` (#54733)
 - Bump ``pluggy`` to ``1.6.0`` (#54728, #54730)
 
@@ -61,6 +65,7 @@ Doc Only Changes
 - Fix broken link for Listener spec (#54535)
 - Remove experimental status from ``get_parsing_context`` function (#54802)
 - Correct Trigger-Form UI documentation for current Airflow 3 features (#54806)
+- Add backfill through UI to docs (#54910)
 
 Airflow 3.0.5 (2025-08-20)
 --------------------------
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index ea55e1f5d95..f7adbf3bfb9 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 2266e91b1ec715cbd875be7e086c4949
-source-date-epoch: 1755863207
+release-notes-hash: 3b7ec96c3cd590b3d9984f3d127008c8
+source-date-epoch: 1756149865

Reply via email to