+1 non-binding On Thu, Aug 17, 2023 at 8:10 AM Wei Lee <weilee...@gmail.com> wrote:
> +1 (non-binding) > > Best, > Wei > > > On Aug 17, 2023, at 4:50 AM, Brent Bovenzi <br...@astronomer.io.INVALID> > wrote: > > > > +1 (binding) > > > > On Wed, Aug 16, 2023 at 4:46 PM Pierre Jeambrun <pierrejb...@gmail.com> > > wrote: > > > >> +1 (binding) Checksum, signatures, licences and release artifacts look > good > >> to me. Ran a few tests, working as expected. > >> > >> Le mer. 16 août 2023 à 21:48, Pankaj Singh <ags.pankaj1...@gmail.com> a > >> écrit : > >> > >>> +1 (non-binding) > >>> > >>> Ran astro-sdk tests and tested my changes. > >>> > >>> On Wed, Aug 16, 2023 at 11:23 PM Ferruzzi, Dennis > >>> <ferru...@amazon.com.invalid> wrote: > >>> > >>>> Looks like the AWS provider package is happy and overall CI is happy. > >>>> > >>>> +1 non-binding > >>>> > >>>> > >>>> - ferruzzi > >>>> > >>>> > >>>> ________________________________ > >>>> From: Utkarsh Sharma <utkarsh.sha...@astronomer.io.INVALID> > >>>> Sent: Wednesday, August 16, 2023 8:05 AM > >>>> To: dev@airflow.apache.org > >>>> Subject: RE: [EXTERNAL] [VOTE] Release Airflow 2.7.0 from 2.7.0rc2 > >>>> > >>>> CAUTION: This email originated from outside of the organization. Do > not > >>>> click links or open attachments unless you can confirm the sender and > >>> know > >>>> the content is safe. > >>>> > >>>> > >>>> > >>>> +1 (non-binding) ran internal dags with rc2 working as expected. > >>>> > >>>> Thanks, > >>>> Utkarsh > >>>> > >>>> On Wed, Aug 16, 2023 at 8:19 PM Amogh Desai <amoghdesai....@gmail.com > > > >>>> wrote: > >>>>> > >>>>> Hi, > >>>>> > >>>>> Was able to run RC2 within breeze env. Ran my set of dags on it - > >>> regular > >>>>> dags and dags with operators. Doesn't look like there is any > >> regression > >>>>> introduced. > >>>>> > >>>>> +1 (non binding) > >>>>> > >>>>> Thanks & Regards, > >>>>> Amogh > >>>>> > >>>>> On Wed, Aug 16, 2023, 17:14 Pankaj Koti <pankaj.k...@astronomer.io > >>>> .invalid> > >>>>> wrote: > >>>>> > >>>>>> +1 (non-binding) > >>>>>> > >>>>>> > >>>>>> Used the RC2 with Breeze, and ran some example DAGs, working fine. > >>>>>> Tested in a recent follow-up #33342 of #32052, > >>>>>> it is included in the RC & works as expected. > >>>>>> We also ran example DAGs for astronomer-providers including > >>>>>> deferrable operators and they work fine. > >>>>>> Also, tested a few DAGs with basic setup/teardown and seems to work > >>>> well. > >>>>>> Verified the recent fixes for dag_run.conf and it works fine after > >>>> setting > >>>>>> the needed env var > >>>>>> AIRFLOW__WEBSERVER__SHOW_TRIGGER_FORM_IF_NO_PARAMS to True > >>>>>> > >>>>>> > >>>>>> Regards, > >>>>>> > >>>>>> > >>>>>> > >>>>>> Pankaj Koti > >>>>>> > >>>>>> *Senior Software Engineer, *OSS Engineering Team. > >>>>>> Location: Pune, India > >>>>>> > >>>>>> Timezone: Indian Standard Time (IST) > >>>>>> > >>>>>> Email: pankaj.k...@astronomer.io > >>>>>> > >>>>>> Mobile: +91 9730079985 > >>>>>> > >>>>>> > >>>>>> On Wed, Aug 16, 2023 at 1:16 PM Ephraim Anierobi < > >>>>>> ephraimanier...@apache.org> > >>>>>> wrote: > >>>>>> > >>>>>>> Hey fellow Airflowers, > >>>>>>> > >>>>>>> I have cut Airflow 2.7.0rc2. This email is calling a vote on the > >>>> release, > >>>>>>> which will last at least 48 hours(accelerated voting), from > >>>> Wednesday, > >>>>>>> August 16, 2023, at 7:45 am UTC > >>>>>>> until Friday, August 18, 2023, at 7:45 am UTC > >>>>>>> < > >>>>>>> > >>>>>> > >>>> > >>> > >> > https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20230818T0745&p1=1440 > >>>>>>>> , > >>>>>>> and until 3 binding +1 votes have been received. > >>>>>>> > >>>>>>> Consider this my (binding) +1. > >>>>>>> > >>>>>>> Airflow 2.7.0rc2 is available at: > >>>>>>> https://dist.apache.org/repos/dist/dev/airflow/2.7.0rc2/ > >>>>>>> > >>>>>>> *apache-airflow-2.7.0-source.tar.gz* is a source release that > >> comes > >>>> with > >>>>>>> INSTALL instructions. > >>>>>>> *apache-airflow-2.7.0.tar.gz* is the binary Python "sdist" > >> release. > >>>>>>> *apache_airflow-2.7.0-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 > >>>>>>> > >>>>>>> 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 PMC members is described in: > >>>>>>> > >>>>>>> > >>>>>> > >>>> > >>> > >> > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmc-members > >>>>>>> > >>>>>>> The test procedure for Contributors who would like to test this > >> RC > >>> is > >>>>>>> described in: > >>>>>>> > >>>>>>> > >>>>>> > >>>> > >>> > >> > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-contributors > >>>>>>> > >>>>>>> > >>>>>>> Please note that the version number excludes the `rcX` string, so > >>>> it's > >>>>>> now > >>>>>>> simply 2.7.0. This will allow us to rename the artifact without > >>>> modifying > >>>>>>> the artifact checksums when we actually release. > >>>>>>> > >>>>>>> Release Notes: > >>>>>>> > >> https://github.com/apache/airflow/blob/2.7.0rc2/RELEASE_NOTES.rst > >>>>>>> > >>>>>>> Changes since 2.7.0rc1: > >>>>>>> > >>>>>>> *Significant Changes* > >>>>>>> > >>>>>>> *The trigger UI form is skipped in web UI if no parameters are > >>>> defined > >>>>>> in a > >>>>>>> DAG (#33351)* > >>>>>>> If you are using ``dag_run.conf`` dictionary and web UI JSON > >> entry > >>>> to run > >>>>>>> your DAG you should either: > >>>>>>> > >>>>>>> * `Add params to your DAG > >>>>>>> > >>>>>>> > >>>>>> > >>>> > >>> > >> > https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/params.html#use-params-to-provide-a-trigger-ui-form > >>>>>>> * Enable the new configuration ``show_trigger_form_if_no_params`` > >>> to > >>>>>> bring > >>>>>>> back old behaviour > >>>>>>> > >>>>>>> **Improvements** > >>>>>>> - Improve graph nesting logic (#33421) > >>>>>>> > >>>>>>> **Bug Fixes** > >>>>>>> - Remove user sessions when resetting password (#33347) > >>>>>>> > >>>>>>> **Misc/Internal** > >>>>>>> - Modify pathspec version restriction (#33349) > >>>>>>> > >>>>>>> **Docs only changes** > >>>>>>> - Clarify UI user types in security model (#33021) > >>>>>>> > >>>>>>> Cheers, > >>>>>>> Ephraim > >>>>>>> > >>>>>> > >>>> > >>>> --------------------------------------------------------------------- > >>>> To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org > >>>> For additional commands, e-mail: dev-h...@airflow.apache.org > >>>> > >>>> > >>> > >> > >