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

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

commit 6ddd7379346634fb29c8f8e730c405de14b179df
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Aug 22 01:07:43 2025 +0100

    Add Release notes for Airflow 3.0.6 and Task SDK 1.0.6
---
 RELEASE_NOTES.rst       | 37 +++++++++++++++++++++++++++++++++++++
 reproducible_build.yaml |  4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index b69621a364f..d52432875e3 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -24,6 +24,43 @@
 
 .. towncrier release notes start
 
+Airflow 3.0.6 (2025-08-25)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+No significant changes.
+
+Bug Fixes
+"""""""""
+
+- Fix Connection extra field masking errors when connections use masked values 
(#54780)
+- UI: Fix ``TriggerDagRunLink`` broken page when clicking "Triggered DAG" 
button (#54760)
+- Fix remote logging connection availability in Task SDK supervisor when 
connections are created via UI (#54720)
+- Fix ``task_queued_timeout`` not working after first DAG run by properly 
resetting ``queued_by_job_id`` (#54604)
+- Fix DAG version determination to use bundle path and relative fileloc 
instead of absolute fileloc (#54483)
+- Remove Kerberos replay cache (``KRB5CCNAME`` env) when running tasks with 
user impersonation (#54672)
+- Skip additional span-related database queries when tracing is disabled 
(#54626)
+- Fix ``max_active_tasks`` persisting after removal from DAG code (#54639)
+- UI: Automatically switch to the triggered DAG run in Graph/Grid view when 
manually triggering a DAG run (#54336)
+- 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)
+
+Miscellaneous
+"""""""""""""
+
+- Add logging when triggerer reaches maximum trigger capacity for better 
observability (#54549)
+- Bump ``axios`` UI dependency from ``1.8.0`` to ``1.11.0`` (#54733)
+- Bump ``pluggy`` to ``1.6.0`` (#54728, #54730)
+
+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)
+
 Airflow 3.0.5 (2025-08-20)
 --------------------------
 
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index 7985f05eaa1..7130885c81d 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 2c4721db04e46411fe9445687749204a
-source-date-epoch: 1755530915
+release-notes-hash: 192868913ee436f2ad5c13a82dec6049
+source-date-epoch: 1755821261

Reply via email to