+1 (binding). Checked checksums, signatures, sources, licences, run
some tests with Breeze with a few python versions and databases and
both local and celery executor and run a few dags in each - all looks
good.



On Mon, Dec 18, 2023 at 12:50 PM Utkarsh Sharma
<[email protected]> wrote:
>
> +1 Non-binding
>
> On Mon, Dec 18, 2023 at 5:13 PM Elad Kalif <[email protected]> wrote:
>
> > +1 binding
> >
> > On Mon, Dec 18, 2023 at 12:50 PM Phani Kumar
> > <[email protected]> wrote:
> >
> > > +1 non binding
> > >
> > > On Mon, Dec 18, 2023 at 4:13 PM Hussein Awala <[email protected]> wrote:
> > >
> > > > +1 (binding) I checked the checksums, the signatures, the licences and
> > > the
> > > > sources, I also ran some testing dags with Breeze. all looks good.
> > > >
> > > > On Mon, Dec 18, 2023 at 11:17 AM Wei Lee <[email protected]> wrote:
> > > >
> > > > > +1 (non-binding)
> > > > >
> > > > > Best,
> > > > > Wei
> > > > >
> > > > > > On Dec 18, 2023, at 6:15 PM, Pankaj Koti <[email protected]>
> > > > wrote:
> > > > > >
> > > > > > +1 (non-binding)
> > > > > >
> > > > > > On 2023/12/18 10:00:50 Rahul Vats wrote:
> > > > > >> +1 (non-binding). I re-verified tests with rc4.
> > > > > >>
> > > > > >>   - Verified that running our example DAGs did not reveal any
> > > > > regressions.
> > > > > >>   - Verified the addition of the task context logging feature,
> > > > enabling
> > > > > >>   the forwarding of messages to task logs (#32646, #32693,
> > #35857).
> > > > > >>   - Verified the implementation of AIP-58: Airflow ObjectStore
> > > (AFS).
> > > > > >>   - Verified the addition of listener hooks for Datasets (#34418).
> > > > > >>   - Verified the addition of the XCom tab to the Grid (#35719).
> > > > > >>   - Verified the API endpoints and no regressions were found.
> > > > > >>   - Verified running our example DAG for performance task
> > throughput
> > > > - I
> > > > > >>   do not see any degradation from version 2.7.3.
> > > > > >>
> > > > > >> Regards,
> > > > > >> Rahul Vats
> > > > > >>
> > > > > >> Regards,
> > > > > >> Rahul Vats
> > > > > >> 9953794332
> > > > > >>
> > > > > >>
> > > > > >> On Sat, 16 Dec 2023 at 16:45, Ephraim Anierobi <
> > > > > [email protected]>
> > > > > >> wrote:
> > > > > >>
> > > > > >>> Hey fellow Airflowers,
> > > > > >>>
> > > > > >>> I have cut Airflow 2.8.0rc4. This email is calling a vote on the
> > > > > release,
> > > > > >>> which will last at least 50 hours, from Saturday, December 16,
> > 2023
> > > > at
> > > > > >>> 11:15 am UTC
> > > > > >>> until Monday, December 18, 2023, at 1:15 pm UTC
> > > > > >>> <
> > > > > >>>
> > > > >
> > > >
> > >
> > https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20231218T1315&p1=1440
> > > > > >>>> ,
> > > > > >>> and until 3 binding +1 votes have been received.
> > > > > >>>
> > > > > >>> Consider this my (binding) +1.
> > > > > >>>
> > > > > >>> Airflow 2.8.0rc4 is available at:
> > > > > >>> https://dist.apache.org/repos/dist/dev/airflow/2.8.0rc4/
> > > > > >>>
> > > > > >>> *apache-airflow-2.8.0-source.tar.gz* is a source release that
> > comes
> > > > > with
> > > > > >>> INSTALL instructions.
> > > > > >>> *apache-airflow-2.8.0.tar.gz* is the binary Python "sdist"
> > release.
> > > > > >>> *apache_airflow-2.8.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 and 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.8.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.8.0rc4/RELEASE_NOTES.rst
> > > > > >>>
> > > > > >>> Changes since 2.8.0rc4:
> > > > > >>>
> > > > > >>> *Bug Fixes*:
> > > > > >>> - Load consuming_dags attr eagerly before dataset listener
> > (#36247)
> > > > > >>>
> > > > > >>> *Miscellaneous*:
> > > > > >>> - Change default MySQL client to MariaDB (#36243)
> > > > > >>>
> > > > > >>> Cheers,
> > > > > >>> Ephraim
> > > > > >>>
> > > > > >>
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to