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


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 1eb696959e9 [v3-0-test] Fix import paths in release notes. (#49840) 
(#50039)
1eb696959e9 is described below

commit 1eb696959e9953fd4d004e9ff9a75d61aeba38b3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 1 00:18:02 2025 +0200

    [v3-0-test] Fix import paths in release notes. (#49840) (#50039)
    
    (cherry picked from commit 49c94c374b079c20288948d12ffa58798b7d5ef6)
    
    Co-authored-by: Karthikeyan Singaravelan <tir.kar...@gmail.com>
---
 RELEASE_NOTES.rst       | 4 ++--
 reproducible_build.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index bc5d962cbda..5d7e1c057eb 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -449,8 +449,8 @@ Refactored Internal Utilities
 
 Several core components have been moved to more intuitive or stable locations:
 
-- The ``SecretsMasker`` class has been relocated to 
``airflow.utils.secrets_masker``.
-- The ``ObjectStoragePath`` utility previously located under ``airflow.io`` is 
now available via ``airflow.utils.object_storage_path``.
+- The ``SecretsMasker`` class has been relocated to 
``airflow.sdk.execution_time.secrets_masker``.
+- The ``ObjectStoragePath`` utility previously located under ``airflow.io`` is 
now available via ``airflow.sdk``.
 
 These changes simplify imports and reflect broader efforts to stabilize 
utility interfaces across the Airflow codebase.
 
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index cab9b1202db..a2ec94d9da5 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 7509538c98611fdf412cefaf85506cc5
-source-date-epoch: 1745930526
+release-notes-hash: 4a33893e65bbabc29d00816684bb9b78
+source-date-epoch: 1746029438

Reply via email to