Hey fellow Airflowers, I have cut Airflow 2.10.2rc1. This email is calling a vote on the release, which will last at least 72 hours, from Tuesday, September 17, 2024 at 6:40 pm UTC until Friday, September 20, 2024, at 6:40 pm UTC <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20240920T1840&p1=1440>, and until 3 binding +1 votes have been received.
The status of testing of the release is kept at https://github.com/apache/airflow/issues/42279 Consider this my (binding) +1. Airflow 2.10.2rc1 is available at: https://dist.apache.org/repos/dist/dev/airflow/2.10.2rc1/ *apache-airflow-2.10.2-source.tar.gz* is a source release that comes with INSTALL instructions. *apache-airflow-2.10.2.tar.gz* is the binary Python "sdist" release. *apache_airflow-2.10.2-py3-none-any.whl* is the binary Python wheel "binary" release. Public keys are available at: https://dist.apache.org/repos/dist/release/airflow/KEYS Please vote accordingly: [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason Only votes from PMC members are binding, but all members of the community are encouraged to test the release and vote with "(non-binding)". The test procedure for PMC members is described in: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmc-members The test procedure for contributors and members of the community who would like to test this RC is described in: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-contributors Please note that the version number excludes the `rcX` string, so it's now simply 2.10.2. This will allow us to rename the artifact without modifying the artifact checksums when we actually release. Release Notes: https://github.com/apache/airflow/blob/2.10.2rc1/RELEASE_NOTES.rst For information on what goes into a release please see: https://github.com/apache/airflow/blob/main/dev/WHAT_GOES_INTO_THE_NEXT_RELEASE.md Changes since 2.10.1: *Bug Fixes* - Revert "Fix: DAGs are not marked as stale if the dags folder change" (#42220, #42217) - Add missing open telemetry span and correct scheduled slots documentation (#41985) - Fix require_confirmation_dag_change (#42063) (#42211) - Only treat null/undefined as falsy when rendering XComEntry (#42199) (#42213) - Add extra and ``renderedTemplates`` as keys to skip ``camelCasing`` (#42206) (#42208) - Do not ``camelcase`` xcom entries (#42182) (#42187) - Fix task_instance and dag_run links from list views (#42138) (#42143) - Support multi-line input for Params of type string in trigger UI form (#40414) (#42139) - Fix details tab log url detection (#42104) (#42114) - Add new type of exception to catch timeout (#42064) (#42078) - Rewrite how DAG to dataset / dataset alias are stored (#41987) (#42055) - Allow dataset alias to add more than one dataset events (#42189) (#42247) *Miscellaneous* - Limit universal-pathlib below ``0.2.4`` as it breaks our integration (#42101) - Auto-fix 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 (#42085) - Add note about dataclasses and attrs to XComs page (#42056) - Improve docs on markdown docs in DAGs (#42013) - Add warning that listeners can be dangerous (#41968) Cheers, Ephraim