Hey fellow Airflowers,
__ __
We have cut Airflow 2.1.4rc1. This email is calling a vote on the
release, which will last for 84 hours, from September 11, 2021 at
10:00pm UTC until September 15, 2021 at 10:00am UTC, or until 3
binding +1 votes have been received.
Airflow 2.1.4 RC1 is available at:
<https://dist.apache.org/repos/dist/dev/airflow/2.1.4rc1/>
*/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.3 below
(<https://github.com/apache/airflow/blob/2.1.4rc1/CHANGELOG.txt>).
*Bug Fixes*____
- Fix deprecation error message rather than silencing it
(#18126)____
- Limit the number of queued dagruns created by the Scheduler
(#18065)____
- Fix ``DagRun`` execution order from queued to running not being
properly followed (#18061)____
- Fix ``max_active_runs`` not allowing moving of queued dagruns to
running (#17945)____
- Avoid redirect loop for users with no permissions (#17838)____
- Avoid endless redirect loop when user has no roles (#17613)____
- Fix log links on graph TI modal (#17862)____
- Hide variable import form if user lacks permission (#18000)____
- Improve dag/task concurrency check (#17786)____
- Fix Clear task instances endpoint resets all DAG runs bug
(#17961)____
- Fixes incorrect parameter passed to views (#18083) (#18085)____
- Fix Sentry handler from ``LocalTaskJob`` causing error
(#18119)____
- Limit ``colorlog`` version (6.x is incompatible) (#18099)____
- Only show Pause/Unpause tooltip on hover (#17957)____
- Improve graph view load time for dags with open groups
(#17821)____
- Increase width for Run column (#17817)____
- Fix wrong query on running tis (#17631)____
- Add root to tree refresh url (#17633)____
- Do not delete running DAG from the UI (#17630)____
- Improve discoverability of Provider packages' functionality____
- Do not let ``create_dagrun`` overwrite explicit ``run_id``
(#17728)____
- BugFix: Regression on pid reset to allow task start after
heartbeat (#17333)____
- Set task state to failed when pod is DELETED while running
(#18095)____
*Doc only changes*
- Update version added fields in
airflow/config_templates/config.yml (#18128)____
- Improve the description of how to handle dynamic task generation
(#17963)____
- Improve cross-links to operators and hooks references
(#17622)____
- Doc: Fix replacing Airflow version for Docker stack (#17711)____
- Make the providers operators/hooks reference much more usable
(#17768)____
- Update description about the new ``connection-types`` provider
meta-data____
- Suggest to use secrets backend for variable when it contains
sensitive data (#17319)____
- Improves quick-start docker-compose warnings and documentation
(#18164)____
- Separate Installing from sources section and add more details
(#18171)____