Just 3 code changes from 2.1.4rc1: - Advises the kernel to not cache log files generated by Airflow (#18054 <https://github.com/apache/airflow/pull/18054>) - Sort adopted tasks in ``_check_for_stalled_adopted_tasks`` method (#18208 <https://github.com/apache/airflow/pull/18208>) - Fix ``DagRunState`` enum query for ``MySQLdb`` driver (#17886 <https://github.com/apache/airflow/pull/17886>)
On Wed, Sep 15, 2021 at 10:50 PM Kaxil Naik <[email protected]> wrote: > Hey fellow Airflowers, > > I have cut Airflow 2.1.4rc2. This email is calling a vote on the release, > which will last for 72 hours, from September 15, 2021 at 9:50pm UTC until > September 18, 2021 at 9:50pm UTC, or until 3 binding +1 votes have been > received. > > Airflow 2.1.4 RC2 is available at: > https://dist.apache.org/repos/dist/dev/airflow/2.1.4rc2/ > > *apache-airflow-2.1.4-source.tar.gz* is a source release that comes with > INSTALL instructions. > *apache-airflow-2.1.4.tar.gz* is the binary Python "sdist" release. > *apache_airflow-2.1.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 > > Consider this my +1 binding vote > > 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.1.4. This will allow us to rename the artifact without modifying > the artifact checksums when we actually release. > > Changes since 2.1.4rc1 below ( > https://github.com/apache/airflow/blob/2.1.4rc2/CHANGELOG.txt). > > *Bug Fixes* > > - Advises the kernel to not cache log files generated by Airflow (#18054) > - Sort adopted tasks in ``_check_for_stalled_adopted_tasks`` method (#18208) > - Fix ``DagRunState`` enum query for ``MySQLdb`` driver (#17886) > > *Doc-only Changes* > > - Doc: Use ``closer.lua`` script for downloading sources (#18179) > - Doc: Improve installing from sources (#18194) > - Improves installing from sources pages for all components (#18251) > > > Thanks, > Kaxil >
