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

potiuk 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 61e9b08604e Fix PR number on 3.0.2 release note entry (#51637)
61e9b08604e is described below

commit 61e9b08604ed6017421e59bea148820328bb9c3b
Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>
AuthorDate: Thu Jun 12 02:36:02 2025 -0600

    Fix PR number on 3.0.2 release note entry (#51637)
    
    Not sure how this ended up with the wrong number...
---
 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 f850c05fdb2..5a8d54b0644 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -71,7 +71,7 @@ Bug Fixes
 - Restored backward compatibility for the ``/run`` API endpoint for older Task 
SDK clients
 - Fixed dropdown overflow and error text styling in ``FlexibleForm`` component 
(#50845)
 - Corrected DAG tag rendering to display ``+1 more`` when tags exceed the 
display limit by one (#50669)
-- Fix permission check on the ui config endpoint (#50608)
+- Fix permission check on the ui config endpoint (#50564)
 - Fix ``default_args`` handling in operator ``.partial()`` to prevent 
``TypeError`` when unused keys are present (#50525)
 - DAG Processor: Fix index to sort by last parsing duration (#50388)
 - UI: Fix border overlap issue in the Events page (#50453)
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index 04407f2d934..cd9df0f1d42 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: edb6987ad849473a219f71b63e369800
-source-date-epoch: 1749569237
+release-notes-hash: 295dbecef7ce67ff9017d3e86f7cef13
+source-date-epoch: 1749681472

Reply via email to