Skip to content

Commit 4068681

Browse files
[v3-1-test] Fix FAB provider name in auth manager section of release notes (#56301) (#56317)
(cherry picked from commit c0deb21)
1 parent 3dafbf9 commit 4068681

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE_NOTES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ simplify onboarding:
12101210

12111211
- ``catchup_by_default`` is now set to ``False`` by default. DAGs will not automatically backfill unless explicitly configured to do so.
12121212
- ``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``.
1213-
- ``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``.
1213+
- ``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``.
12141214

12151215
These changes represent the most significant evolution of the Airflow platform since the release of 2.0 — setting the
12161216
stage for more scalable, event-driven, and language-agnostic orchestration in the years ahead.

reproducible_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: d60e2f01871dcc6f72f882d9a2411ec0
2-
source-date-epoch: 1758658051
1+
release-notes-hash: 12eeecae70eec5ee9772db72a9b06f89
2+
source-date-epoch: 1759358538

0 commit comments

Comments
 (0)