Hey fellow Airflowers,
I have cut Airflow 2.2.2rc1. This email is calling a vote on the
release,
which will last for 72 hours, from Tuesday, October 9, 2021 at
22:30 UTC
until Friday, October 12, 2021 at 22:30 UTC, or until 3 binding +1
votes have been received.
<https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20211112T2230&p1=1440>
Consider this my (non-binding) +1. As I’m not a member of the
PMC, Kaxil
signed the distribution.
Airflow 2.2.2rc1 is available at:
<https://dist.apache.org/repos/dist/dev/airflow/2.2.2rc1/>
apache-airflow-2.2.2-source.tar.gz is a source release that comes
with INSTALL instructions.
apache-airflow-2.2.2.tar.gz is the binary Python "sdist" release.
apache_airflow-2.2.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.2.2. This will allow us to rename the artifact without
modifying
the artifact checksums when we actually release.
Full Changelog:
<https://github.com/apache/airflow/blob/2.2.2rc1/CHANGELOG.txt>
Changes since 2.2.1:
Bug Fixes:
- Fix bug when checking for existence of a Variable (#19395)
- Fix Serialization when``relativedelta`` is passed as
``schedule_interval`` (#19418)
- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
- Fix task instance modal in gantt view (#19258)
- Fix serialization of ``Params`` with set data type (#19267)
- Check if job object is ``None`` before calling ``.is_alive()``
(#19380)
- Task should fail immediately when pod is unprocessable (#19359)
- Fix downgrade for a DB Migration (#19390)
- Only mark SchedulerJobs as failed, not any jobs (#19375)
- Fix message on "Mark as" confirmation page (#19363)
- Bugfix: Check next run exists before reading data interval
(#19307)
- Fix MySQL db migration with default encoding/collation (#19268)
- Fix hidden tooltip position (#19261)
- ``sqlite_default`` Connection has been hard-coded to ``/tmp``,
use ``gettempdir`` instead (#19255)
- Fix Toggle Wrap on DAG code page (#19211)
- Clarify "dag not found" error message in CLI (#19338)
- Add Note to SLA regarding ``schedule_interval`` (#19173)
- Use ``execution_date`` to check for existing ``DagRun`` for
``TriggerDagRunOperator`` (#18968)
- Add explicit session parameter in ``PoolSlotsAvailableDep``
(#18875)
- FAB still requires ``WTForms<3.0`` (#19466)
Doc only changes:
- Add missing parameter documentation for "timetable" (#19282)
- Improve Kubernetes Executor docs (#19339)
- Update image tag used in docker docs
Thanks,
Jed