🎉 Tested core, UI and breeze locally with 3.7.3, all good. +1 (non-binding) Maybe next time make the voting hours all in weekdays? :P
Cheers, Kevin Y On Mon, Oct 28, 2019 at 2:18 PM Ash Berlin-Taylor <a...@apache.org> wrote: > Hello, > > Apache Airflow 1.10.6 (based on RC2) has been accepted. > > 4 “+1” binding votes received: > - Ash Berlin-Taylor (binding) > - Kaxil Naik (binding) > - Fokko Driesprong (binding) > - Jarek Potiuk (binding) > > No other votes were cast. > > I'll continue with the release process and the release announcement will > follow shortly. > > > > > On 25 Oct 2019, at 22:04, Ash Berlin-Taylor <a...@apache.org> wrote: > > > > Hey all, > > > > I have cut Airflow 1.10.6 RC2. This email is calling a vote on the > release, which will last for 72 hours, until Monday 28, October 22nd at > 21:05 UTC. > > > > Consider this my (binding) +1. > > > > Airflow 1.10.6 RC1 is available at: < > https://dist.apache.org/repos/dist/dev/airflow/1.10.6rc2/> > > > > *apache-airflow-1.10.6rc2-source.tar.gz* is a source release that comes > with INSTALL instructions. > > *apache-airflow-1.10.6rc2-bin.tar.gz* is the binary Python "sdist" > release. > > *apache_airflow-1.10.6rc2-py2.py3-none-any.whl* is the binary Python > "wheel" release. > > > > Public keys are available at: < > https://dist.apache.org/repos/dist/release/airflow/KEYS> > > > > As per normal the rc1 is available for testing from PyPi. > > > > 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.6. This will allow us to rename the artifact without > modifying the artifact checksums when we actually release. > > > > The changes since RC1 are to fix License issues, ensure tests are > running on Py2 (they weren't, but the only py3 bits that crept in were in > the test files luckily.). > > > > Changelog since 1.10.6rc1: > > > > * 73bf71835 [AIRFLOW-XXX] Update date in changelog [Ash Berlin-Taylor] > > * 143b43151 [AIRFLOW-5750] Licence check is done also for non-executable > .sh (#6425) [Jarek Potiuk] > > * 544f2b336 [AIRFLOW-5754] Improved RAT checking (#6429) [Jarek Potiuk] > > * 7904669ca [AIRFLOW-5755] Fixed most problems with py27 [Jarek Potiuk] > > * d601752c4 [AIRFLOW-5748] Remove python auto-detection (#6423) [Jarek > Potiuk] > > * 71e20417f [AIRFLOW-5746] Fix problems with static checks (#6420) > [Jarek Potiuk] > > * 7a6adad60 [AIRFLOW-5746] move FakeDateTime into the only place it is > used (#6416) [Michael R. Crusoe] > > * e30fb85ca [AIRFLOW-5745] Breeze complete has now licence (#6415) > [Jarek Potiuk] > > > > Files changes since rc1: > > > > airflow ❯ git diff --stat 1.10.6rc1...1.10.6rc2 > > .pre-commit-config.yaml | 1 - > > .rat-excludes | 1 + > > .travis.yml | 47 > +++++++++++++++++++++++++++++++++++++++-------- > > CHANGELOG.txt | 2 +- > > Dockerfile-checklicence | 2 +- > > airflow/models/dag.py | 5 ++++- > > breeze | 1 + > > breeze-complete | 17 +++++++++++++++++ > > common/_autodetect_variables.sh | 49 > +++++++++++++------------------------------------ > > files/x | 0 > > files/y | 0 > > scripts/ci/_utils.sh | 16 ++++++++++++++-- > > scripts/ci/ci_check_license.sh | 1 + > > scripts/ci/ci_run_airflow_testing.sh | 2 +- > > scripts/ci/in_container/run_check_licence.sh | 2 +- > > tests/contrib/hooks/test_ssh_hook.py | 3 ++- > > tests/dags/test_impersonation_custom.py | 12 +++++++++++- > > tests/models/test_baseoperator.py | 9 ++++----- > > tests/models/test_dag.py | 4 ++-- > > tests/test_sentry.py | 2 +- > > tests/test_utils/fake_datetime.py | 29 > ----------------------------- > > tests/test_utils/system_tests_class.py | 6 +++++- > > tests/www/test_views.py | 6 +++--- > > 23 files changed, 122 insertions(+), 95 deletions(-) > > > >