This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch changes-3.1.7rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 83ff6ecec9dd71d8b8631248bc0725afc472acd7 Author: Ephraim Anierobi <[email protected]> AuthorDate: Tue Feb 3 08:38:43 2026 +0100 Update RELEASE_NOTES.rst for rc2 --- RELEASE_NOTES.rst | 1 + reproducible_build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 793b84dc28f..97765b4913e 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -31,6 +31,7 @@ No significant changes. Bug Fixes ^^^^^^^^^ +- Fix JWT token generation with unset issuer/audience config (#61331) - Fix callback files losing priority during queue resort (#61232) (#61243) - Fix Dag callback for versioned bundles in the processor (#60734) (#61230) - Add 404 handling for non-existent Dag (#61131) (#61225) diff --git a/reproducible_build.yaml b/reproducible_build.yaml index d0a2e167978..7f618f1ecef 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 247684ecee6c11341ef00683ee92ab7d -source-date-epoch: 1769763434 +release-notes-hash: 8ff4ec1f1d980c7d043bddb1b47c1ec0 +source-date-epoch: 1770104308
