From a50e22ca3cfed32cf6e4d277125fa263c172e3f7 Mon Sep 17 00:00:00 2001 From: Jed Cunningham Date: Wed, 1 Oct 2025 10:28:57 -0600 Subject: [PATCH] Fix FAB provider name in auth manager section of release notes --- 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 649a9b22d8d6f..b9c07b55cb176 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -1209,7 +1209,7 @@ simplify onboarding: - ``catchup_by_default`` is now set to ``False`` by default. DAGs will not automatically backfill unless explicitly configured to do so. - ``create_cron_data_intervals`` is now set to ``False`` by default. As a result, cron expressions will be interpreted using the ``CronTriggerTimetable`` instead of the legacy ``CronDataIntervalTimetable``. -- ``SimpleAuthManager`` is now the default ``auth_manager``. To continue using Flask AppBuilder-based authentication, install the ``apache-airflow-providers-flask-appbuilder`` provider and explicitly set ``auth_manager = airflow.providers.fab.auth_manager.FabAuthManager``. +- ``SimpleAuthManager`` is now the default ``auth_manager``. To continue using Flask AppBuilder-based authentication, install the ``apache-airflow-providers-fab`` provider and explicitly set ``auth_manager = airflow.providers.fab.auth_manager.FabAuthManager``. These changes represent the most significant evolution of the Airflow platform since the release of 2.0 — setting the stage for more scalable, event-driven, and language-agnostic orchestration in the years ahead. diff --git a/reproducible_build.yaml b/reproducible_build.yaml index 2c98bdad61c05..fc6fff85bb2e5 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 1d6d475b0c7664be9a9602f4b4ef19bd -source-date-epoch: 1758835081 +release-notes-hash: 07082f3225cc822b8f456a377336d689 +source-date-epoch: 1759336130