This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch Sync2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 3e75e80427a5e569acd66a26fb4d746e87b57485 Author: Utkarsh Sharma <[email protected]> AuthorDate: Mon Sep 2 09:33:26 2024 +0530 Update RELEASE_NOTES.rst Co-authored-by: Jed Cunningham <[email protected]> --- RELEASE_NOTES.rst | 9 ++++++--- airflow/reproducible_build.yaml | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index a280d97e2b..80f946a57f 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -21,7 +21,7 @@ .. towncrier release notes start -Airflow 2.10.1 (2024-08-30) +Airflow 2.10.1 (2024-09-05) --------------------------- Significant Changes @@ -35,7 +35,7 @@ Bug Fixes - Fix logout link in "no roles" error page (#41845) - Set end_date and duration for triggers completed with end_from_trigger as True. (#41834) - DAGs are not marked as stale if the dags folder change (#41829) -- Keep FAB compatibility for versions before 1.3.0 in 2.10 (#41809) +- Fix compatibility with FAB provider versions <1.3.0 (#41809) - Don't Fail LocalTaskJob on heartbeat (#41810) - Remove deprecation warning for cgitb in Plugins Manager (#41793) - Fix log for notifier(instance) without __name__ (#41699) @@ -54,9 +54,12 @@ Miscellaneous - Bump webpack from 5.76.0 to 5.94.0 in /airflow/www (#41879) - Adding rel property to hyperlinks in logs (#41783) - Field Deletion Warning when editing Connections (#41504) -- Remove Debian bullseye support (#41569) - Make Scarf usage reporting in major+minor versions and counters in buckets (#41900) +Doc Only Changes +"""""""""""""""" +- Remove Debian bullseye support (#41569) +- Add an example for auth with keycloak (#41791) Airflow 2.10.0 (2024-08-15) --------------------------- diff --git a/airflow/reproducible_build.yaml b/airflow/reproducible_build.yaml index 7c466169cc..909263dc7d 100644 --- a/airflow/reproducible_build.yaml +++ b/airflow/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 5062ff65dda8d325776e0475f320baa1 -source-date-epoch: 1725219087 +release-notes-hash: fb32c06214f943c568ea8ea963185fcb +source-date-epoch: 1725250800
