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


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 6888a3efc60 Update release notes for 3.0.5rc2
6888a3efc60 is described below

commit 6888a3efc60478d26e427c95988514d0fc868a2e
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Aug 14 19:00:13 2025 +0100

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

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 206f845a0a9..3882c8eac7d 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -53,7 +53,7 @@ Bug Fixes
 - Fix ``AttributeError`` when reading logs for previous task attempts with 
``TaskInstanceHistory`` (#54114)
 - Skip database queries for spans and metrics when tracing/metrics are 
disabled (#54404)
 - UI: Fix Graph view edge rendering issues for nested task groups with 
excessive bends and misalignment (#54412)
-- Allow database downgrade from Airflow 3.x to 2.11 (#54399)
+- Allow database downgrade from Airflow 3.x to 2.11 (#54399, #54508)
 - Reduce excessive warning logs when multiple deferred tasks are queued in 
triggerer (#54441)
 - Fix log retrieval failures for in-progress tasks by properly configuring JWT 
authentication (#54444)
 - Fix DAG import errors for invalid access control roles to persist 
consistently in UI (#54432)
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index c6ebe5a005a..7cb8fb535d1 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 5df5110dd4c2d2b9b1d1a65256c11961
-source-date-epoch: 1755097670
+release-notes-hash: 7a4e51bb2b808cfa090444eb05ebc2bf
+source-date-epoch: 1755194406

Reply via email to