This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch changes-3.1.4rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 7cee2fbb369de7a8422ebc17f5bbaea6f851da94 Author: Ephraim Anierobi <[email protected]> AuthorDate: Mon Dec 8 10:32:28 2025 +0100 Update RELEASE_NOTES.rst for rc2 --- 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 f0bc530ba85..392c89ab1a7 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -35,7 +35,7 @@ No significant changes. Bug Fixes ^^^^^^^^^ -Fix task clearing to only find relevant upstream/downstream task instances (#58987) +Fix inconsistent Dag hashes when template fields contain unordered dicts (#59091) (#59175) Fix assets used only as inlets being incorrectly orphaned (#58986) Fix exception when logging stdout with a custom %-format string (#58963) Fix backfill max_active_runs race condition with concurrent schedulers (#58935) @@ -70,7 +70,6 @@ UI: Fix mobile responsiveness of Dashboard sections (#58853) UI: Fix incorrect backfill duration calculation in Grid view (#58816) UI: Redact secrets in rendered templates to not expose them in UI (#58772) UI: Add fallback value of 1 for number of DAG runs in Grid view (#58735) -UI: Update refresh token flow (#58649) UI: Fix 404 handling with fallback route for invalid URLs (#58629) UI: Fix excessive database queries in UI grid endpoint by adding query count guard (#57977, #58632) UI: Fix DAG documentation markdown display issue (#58627) @@ -85,6 +84,7 @@ UI: Fix Dag tag order (#58904) Miscellaneous ^^^^^^^^^^^^^ +Limit urllib3 to <2.6.0 during latest boto tests (#59130) (#59132) Do not remove ``.pyc`` and ``.pyo`` files after building Python (#58947) Improve cross-distribution dependency management (#58472) Bump glob from 10.4.5 to 10.5.0 in simple auth manager UI (#58463) diff --git a/reproducible_build.yaml b/reproducible_build.yaml index 4bff1d7b125..ec5b196e804 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: a61b70f4f9325bdd2db9fa8495474a39 -source-date-epoch: 1764766576 +release-notes-hash: 98961c6687e3cd6ab322c2dc27c7cc62 +source-date-epoch: 1765186330
