Confirming differences between 1.10.10rc4 and rc5 diff -r /tmp/tmp.sgu8qJJFl9/airflow/models/chart.py /tmp/tmp.HatTjZDbBh/airflow/models/chart.py 23a24 > from airflow.models.user import User 44c45 < "User", cascade=False, cascade_backrefs=False, backref='charts') --- > User, cascade=False, cascade_backrefs=False, backref='charts') diff -r /tmp/tmp.Y8LqrN2npA/CHANGELOG.txt /tmp/tmp.aYE3RuH0Du/CHANGELOG.txt 62a63 > - Fix issue with SQLAlchemy 1.3.16 (#8230)
(Plus an ordering in PKG-INFO. Non behaviour changing) Checked sigs, installed. Tested non-rbac UI with SQLA 1.3.15 and 1.3.16. All good. +1 (binding) On Apr 9 2020, at 7:55 pm, Kaxil Naik <kaxiln...@gmail.com> wrote: > +1 binding > > On Thu, Apr 9, 2020 at 7:55 PM Kaxil Naik <kaxiln...@gmail.com> wrote: > >> Hello Apache Airflow Community, >> >> This is a call for the vote to release Apache Airflow version 1.10.10. >> >> This RC has a single change ( >> https://github.com/apache/airflow/commit/f5833a9e57d8e85b1d2b1d93593bfc0089427e49) >> to fix a breaking change introduced by SQLAlchemy 1.3.16 ( >> https://github.com/apache/airflow/issues/8211) >> >> As a result, this vote is being shortened -- as soon as 3 binding votes >> have been cast this vote will be marked completed and the 1.10.10 >> would be >> shortly released. >> >> The release candidate: >> https://dist.apache.org/repos/dist/dev/airflow/1.10.10rc5/ >> >> *apache-airflow-1.10.10rc5-source.tar.gz* is a source release that comes >> with INSTALL instructions. >> *apache-airflow-1.10.10rc5-bin.tar.gz* is the binary Python "sdist" >> release. >> *apache_airflow-1.10.10rc5-py2.py3-none-any.whl* is the binary Python >> wheel 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.10rc5/CHANGELOG.txt >> >> 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.10. This will allow us to rename the artifact without modifying >> the artifact checksums when we actually release. >> >> Thanks, >> Kaxil Naik >> >