Thank you all for testing it, unfortunately, there was another report of a bug in Airflow 1.10.11 related to Kubernetes ( https://github.com/apache/airflow/issues/10456) -- We will need to be extra careful to make big refactors. :(
The fix has been merged, creating rc4 in a bit. Regards, Kaxil On Sat, Aug 22, 2020 at 3:56 PM Deng Xiaodong <[email protected]> wrote: > +1 (non-binding). > > Have re-done the tests I did for for rc1. The minor issue I shared for rc1 > has been fixed has well. > > # Environment > - Run with Docker-compose > - Python 3.6.10 > - Postgres 12.2 > - LocalExecutor > > Thanks Kaxil and everyone. > > > XD > > > On 22 Aug 2020, at 4:38 PM, Jarek Potiuk <[email protected]> > wrote: > > > > +1 (binding) > > > > Launched and click through a few random combinations of 2.7, 3.5, 3.6, > 3.7, > > 3.8 x (postgres/mysql/sqilite) x (RBAC/NORBAC). Looks good. > > > > *Signature check:* > > > > [jarek:~/Downloads] % gpg --verify > > apache_airflow-1.10.12rc3-py2.py3-none-any.whl.asc > > apache_airflow-1.10.12rc3-py2.py3-none-any.whl > > gpg: Signature made czw, 20 sie 2020, 01:48:37 CEST > > gpg: using RSA key > 12717556040EEF2EEAF1B9C275FCCD0A25FA0E4B > > gpg: Good signature from "Kaxil Naik <[email protected]>" [unknown] > > gpg: WARNING: This key is not certified with a trusted signature! > > gpg: There is no indication that the signature belongs to the > > owner. > > Primary key fingerprint: 1271 7556 040E EF2E EAF1 B9C2 75FC CD0A 25FA > 0E4B > > [jarek:~/Downloads] % gpg --verify > > apache_airflow-1.10.12rc3-py2.py3-none-any.whl.asc > > apache_airflow-1.10.12rc3-py2.py3-none-any.whl > > gpg: Signature made czw, 20 sie 2020, 01:48:37 CEST > > gpg: using RSA key > 12717556040EEF2EEAF1B9C275FCCD0A25FA0E4B > > gpg: Good signature from "Kaxil Naik <[email protected]>" [unknown] > > gpg: WARNING: This key is not certified with a trusted signature! > > gpg: There is no indication that the signature belongs to the > > owner. > > Primary key fingerprint: 1271 7556 040E EF2E EAF1 B9C2 75FC CD0A 25FA > 0E4B > > [jarek:~/Downloads] % gpg --verify > > apache-airflow-1.10.12rc3-source.tar.gz.asc > > apache-airflow-1.10.12rc3-source.tar.gz > > gpg: Signature made czw, 20 sie 2020, 01:48:31 CEST > > gpg: using RSA key > 12717556040EEF2EEAF1B9C275FCCD0A25FA0E4B > > gpg: Good signature from "Kaxil Naik <[email protected]>" [unknown] > > gpg: WARNING: This key is not certified with a trusted signature! > > gpg: There is no indication that the signature belongs to the > > owner. > > Primary key fingerprint: 1271 7556 040E EF2E EAF1 B9C2 75FC CD0A 25FA > 0E4B > > > > *Sha 512 check:* > > > > [jarek:~/Downloads] % gpg --print-md SHA512 > > apache-airflow-1.10.12rc3-source.tar.gz | diff - > > apache-airflow-1.10.12rc3-source.tar.gz.sha512 > > [jarek:~/Downloads] % gpg --print-md SHA512 > > apache-airflow-1.10.12rc3-bin.tar.gz | diff - > > apache-airflow-1.10.12rc3-bin.tar.gz.sha512 > > [jarek:~/Downloads] % gpg --print-md SHA512 > > apache_airflow-1.10.12rc3-py2.py3-none-any.whl | diff - > > apache_airflow-1.10.12rc3-py2.py3-none-any.whl.sha512 > > > > I keep my fingers crossed :) > > > > J. > > > > > > > > On Sat, Aug 22, 2020 at 4:10 PM Kamil Breguła <[email protected] > > > > wrote: > > > >> +1 (binding) > >> > >> I have not encountered any problems with this release. > >> > >> On Sat, Aug 22, 2020 at 4:05 PM Kaxil Naik <[email protected]> wrote: > >> > >>> Thanks Jarek, fixed it. > >>> > >>> On Sat, Aug 22, 2020 at 12:50 PM Jarek Potiuk < > [email protected]> > >>> wrote: > >>> > >>>> Hey Kaxil, > >>>> > >>>> The files are missing in svn :( > >>>> > >>>> J. > >>>> > >>>> > >>>> On Fri, Aug 21, 2020 at 10:54 PM Kaxil Naik <[email protected]> > >> wrote: > >>>> > >>>>> A gentle reminder to everyone. > >>>>> > >>>>> On Thu, Aug 20, 2020 at 3:21 PM Kaxil Naik <[email protected]> > >>> wrote: > >>>>> > >>>>>> +1 (binding) > >>>>>> > >>>>>> On Thu, Aug 20, 2020 at 12:58 AM Kaxil Naik <[email protected]> > >>>> wrote: > >>>>>> > >>>>>>> Hello Apache Airflow Community, > >>>>>>> > >>>>>>> This is a call for the vote to release Apache Airflow version > >>> 1.10.12. > >>>>>>> > >>>>>>> The release candidate: > >>>>>>> https://dist.apache.org/repos/dist/dev/airflow/1.10.12rc3/ > >>>>>>> > >>>>>>> *apache-airflow-1.10.12rc3-source.tar.gz* is a source release that > >>>> comes > >>>>>>> with INSTALL instructions. > >>>>>>> *apache-airflow-1.10.12rc3-bin.tar.gz* is the binary Python > >> "sdist" > >>>>>>> snapshot. > >>>>>>> *apache_airflow-1.10.12rc3-py3-none-any.whl* is the binary Python > >>>> wheel > >>>>>>> snapshot. > >>>>>>> > >>>>>>> Public keys are available at: > >>>> https://www.apache.org/dist/airflow/KEYS > >>>>>>> > >>>>>>> For convenience, RC is also uploaded on PyPI so you can install it > >>>> using > >>>>>>> *pip install apache-airflow==1.10.12rc3* > >>>>>>> > >>>>>>> Changes from *1.10.12rc2*: > >>>>>>> - BugFix: K8s Executor Multinamespace mode is evaluated to true by > >>>>>>> default (#10410) > >>>>>>> - Make KubernetesExecutor recognize kubernetes_labels (#10412) > >>>>>>> > >>>>>>> https://github.com/apache/airflow/blob/1.10.12rc3/CHANGELOG.txt > >>>>>>> > >>>>>>> The vote will be open for at least 72 hours (2020-08-23 00:00 UTC) > >>> or > >>>>>>> until the necessary number > >>>>>>> of votes are reached. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>> > >>>> > >>> > >> > https://www.timeanddate.com/countdown/to?iso=20200823T0100&p0=136&font=cursive > >>>>>>> > >>>>>>> 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.12. This will allow us to rename the artifact without > >>>>>>> modifying > >>>>>>> the artifact checksums when we actually release. > >>>>>>> > >>>>>>> Thanks, > >>>>>>> Kaxil Naik > >>>>>>> > >>>>>> > >>>>> > >>>> > >>>> > >>>> -- > >>>> > >>>> Jarek Potiuk > >>>> Polidea <https://www.polidea.com/> | Principal Software Engineer > >>>> > >>>> M: +48 660 796 129 <+48660796129> > >>>> [image: Polidea] <https://www.polidea.com/> > >>>> > >>> > >> > > > > > > -- > > > > Jarek Potiuk > > Polidea <https://www.polidea.com/> | Principal Software Engineer > > > > M: +48 660 796 129 <+48660796129> > > [image: Polidea] <https://www.polidea.com/> > >
