+1 binding - tested licences, signatures checksums, tested a few DAGs - this time **including** dynamically mapped one :). Small PR to add one to our example_dags here: https://github.com/apache/airflow/pull/24085)
On Wed, Jun 1, 2022 at 6:07 PM Jarek Potiuk <[email protected]> wrote: > Images are ready as well > > On Wed, Jun 1, 2022 at 3:55 PM Ephraim Anierobi < > [email protected]> wrote: > >> Hey fellow Airflowers, >> >> I have cut Airflow 2.3.2rc2. This email is calling a vote on the release, >> which will last at least 72 hours, from Wednesday, June 1, 2022, at 1:55 >> pm UTC >> until Saturday, June 4, 2022, at 1:55 pm UTC >> <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220604T1355&p1=1440>, >> and until 3 binding +1 votes have been received. >> >> Status of testing of the release is kept in >> https://github.com/apache/airflow/issues/24075 >> >> Consider this my (binding) +1. >> >> Airflow 2.3.2rc2 is available at: >> https://dist.apache.org/repos/dist/dev/airflow/2.3.2rc2/ >> >> *apache-airflow-2.3.2-source.tar.gz* is a source release that comes with >> INSTALL instructions. >> *apache-airflow-2.3.2.tar.gz* is the binary Python "sdist" release. >> *apache_airflow-2.3.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 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.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.3.2rc2/RELEASE_NOTES.rst >> >> Changes since 2.3.1: >> >> *Bugs*: >> >> - Run the ``check_migration`` loop at least once >> - Fix grid view for mapped tasks (#24059) >> - Icons in grid view for different DAG run types (#23970) >> - Faster grid view (#23951) >> - Disallow calling expand with no arguments (#23463) >> - Add missing ``is_mapped`` field to Task response. (#23319) >> - DagFileProcessorManager: Start a new process group only if current >> process not a session leader (#23872) >> - Mask sensitive values for not-yet-running TIs (#23807) >> - Add cascade to ``dag_tag`` to ``dag`` foreign key (#23444) >> - Use ``--subdir`` argument value for standalone dag processor. (#23864) >> - Highlight task states by hovering on legend row (#23678) >> - Fix and speed up grid view (#23947) >> - Prevent UI from crashing if grid task instances are null (#23939) >> - Remove redundant register exit signals in ``dag-processor`` command >> (#23886) >> - Add ``__wrapped__`` property to ``_TaskDecorator`` (#23830) >> - Fix UnboundLocalError when ``sql`` is empty list in DbApiHook (#23816) >> - Enable clicking on DAG owner in autocomplete dropdown (#23804) >> - Simplify flash message for ``_airflow_moved`` tables (#23635) >> - Exclude missing tasks from the gantt view (#23627) >> >> Cheers, >> Ephraim >> >
