Hey fellow Airflowers, I have cut Airflow 2.3.4rc1. This email is calling a vote on the release, which will last at least 72 hours, from Saturday, August 20, 2022 at 11:10 am UTC until Monday, August 23, 2022 at 11:10 am UT <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220823T1110&p1=1440>C, and until 3 binding +1 votes have been received.
Status of testing of the release is kept in https://github.com/apache/airflow/issues/25846 Consider this my (binding) +1. Airflow 2.3.4rc1 is available at: https://dist.apache.org/repos/dist/dev/airflow/2.3.4rc1/ *apache-airflow-2.3.4-source.tar.gz* is a source release that comes with INSTALL instructions. *apache-airflow-2.3.4.tar.gz* is the binary Python "sdist" release. *apache_airflow-2.3.4-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 PMCs and Contributors who would like to test this RC are described in https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs Please note that the version number excludes the `rcX` string, so it's now simply 2.3.4. 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.3.4rc1/RELEASE_NOTES.rst Changes since 2.3.3: *Bugs*: - Disable ``attrs`` state management on ``MappedOperator`` (#24772) - Serialize ``pod_override`` to JSON before pickling ``executor_config`` (#24356) - Fix ``pid`` check (#24636) - Rotate session id during login (#25771) - Fix mapped sensor with reschedule mode (#25594) - Cache the custom secrets backend so the same instance gets re-used (#25556) - Add right padding (#25554) - Fix reducing mapped length of a mapped task at runtime after a clear (#25531) - Fix ``airflow db reset`` when dangling tables exist (#25441) - Change ``disable_verify_ssl`` behaviour (#25023) - Set default task group in dag.add_task method (#25000) - Removed interfering force of index. (#25404) - Remove useless logging line (#25347) - Adding mysql index hint to use index on ``task_instance.state`` in critical section query (#25673) - Configurable umask to all daemonized processes. (#25664) - Fix the errors raised when None is passed to template filters (#25593) - Allow wildcarded CORS origins (#25553) - Fix "This Session's transaction has been rolled back" (#25532) - Fix Serialization error in ``TaskCallbackRequest`` (#25471) - fix - resolve bash by absolute path (#25331) - Add ``__repr__`` to ParamsDict class (#25305) - Only load distribution of a name once (#25296) - convert ``TimeSensorAsync`` ``target_time`` to utc on call time (#25221) - call ``updateNodeLabels`` after ``expandGroup`` (#25217) - Stop SLA callbacks gazumping other callbacks and DOS'ing the ``DagProcessorManager`` queue (#25147) - Fix ``invalidateQueries`` call (#25097) - ``airflow/www/package.json``: Add name, version fields. (#25065) - No grid auto-refresh for backfill dag runs (#25042) - Fix tag link on dag detail page (#24918) - Fix zombie task handling with multiple schedulers (#24906) - Bind log server on worker to ``IPv6`` address (#24755) (#24846) - Add ``%z`` for ``%(asctime)s`` to fix timezone for logs on UI (#24811) - ``TriggerDagRunOperator.operator_extra_links`` is attr (#24676) - Send DAG timeout callbacks to processor outside of ``prohibit_commit`` (#24366) - Don't rely on current ORM structure for db clean command (#23574) - Clear next method when clearing TIs (#23929) - Two typing fixes (#25690) Cheers, Ephraim