Hello Airflow Community,

This is a call for the vote to release Apache Airflow version 1.10.9.
This release is a single change from 1.10.8 (+ CHANGELOG and version) to work 
around a breaking change in our dependencies that was just released. As a 
result this vote is being shortened -- as soon as 3 binding votes have been 
cast this vote will be finished.
diff --git a/setup.py b/setup.py
index 8246c2aafc..65140be404 100644
--- a/setup.py
+++ b/setup.py
@@ -491,6 +491,7 @@ def do_setup():
'typing-extensions>=3.7.4;python_version<"3.8"',
'tzlocal>=1.4,<2.0.0',
'unicodecsv>=0.14.1',
+ 'werkzeug<1.0.0',
'zope.deprecation>=4.0, <5.0',
],
#####################################################################################################

The release candidate:
https://dist.apache.org/repos/dist/dev/airflow/1.10.9rc1/

*apache-airflow-1.10.9rc1-source.tar.gz* is a source release that comes
with INSTALL instructions.
*apache-airflow-1.10.9rc1-bin.tar.gz* is the binary Python "sdist" release.

Public keys are available at: https://www.apache.org/dist/airflow/KEYS
The Change Log for the release:
https://github.com/apache/airflow/blob/1.10.9rc1/CHANGELOG.md

The vote will be open for at least 72 hours or until the 3-binding votes with 
no -1's are reached.
Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Only votes from PMC members are binding, but members of the community are
encouraged to test the release and vote with "(non-binding)".

Please note that the version number excludes the `rcX` string, so it's now
simply 1.10.9. This will allow us to rename the artifact without modifying
the artifact checksums when we actually release.

Thanks,
Ash Berlin-Taylor

Reply via email to