This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch sync_v2_10_test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1bee1504d8518790b16cb35d2f64ff37ca8f5cd2 Author: Ephraim Anierobi <[email protected]> AuthorDate: Fri Sep 13 11:39:57 2024 -0700 Update RELEASE_NOTES.rst --- RELEASE_NOTES.rst | 24 ++++++++++++++++++++++++ airflow/reproducible_build.yaml | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index dbc80aa26a..f9aa2699f6 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -21,6 +21,30 @@ .. towncrier release notes start +Airflow 2.10.2 (2024-09-18) +--------------------------- + +No significant changes. + +Bug Fixes +""""""""" +- Revert "Fix: DAGs are not marked as stale if the dags folder change" (41433) (#41829) (#41893) 41829 (#42220, #42217) + +Miscellaneous +""""""""""""" +- Limit universal-pathlib below ``0.2.4`` as it breaks our integration (#42090) (#42101) +- Autofix default deferrable with ``LibCST`` (#42089) +- Deprecate ``--tree`` flag for ``tasks list`` cli command (#41965) + +Doc Only Changes +"""""""""""""""" +- Update ``security_model.rst`` to clear unauthenticated endpoints exceptions (#42057) (#42085) +- Add note about dataclasses and attrs to XComs page (#42045) (#42056) +- Improve docs on markdown docs in DAGs (#42013) +- Correct scheduled slots documentation and missing open telemetry span (#41899) (#41985) +- Add warning that listeners can be dangerous (#41968) + + Airflow 2.10.1 (2024-09-05) --------------------------- diff --git a/airflow/reproducible_build.yaml b/airflow/reproducible_build.yaml index 03132fca1b..56c1ba3528 100644 --- a/airflow/reproducible_build.yaml +++ b/airflow/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 5135078af7661cac7b9f6b414b268595 -source-date-epoch: 1725263453 +release-notes-hash: 9ea3fbc8d7bf23f9d4ee86f0dfa16a59 +source-date-epoch: 1726252788
