+1 (binding) - I also did it 3 (!) days before - but there were too many distractions at the conference and (ehm) evening activities that it slipped my mind Checked:
* SVN * Checksums * Signatures * reproducibility I noticed one small issue regarding reproducibility—after I added the *.iml files generation across all projects (for IntelliJ) when building the distributions, the .iml files were not ignored if they were inside the distribution - which resulted in https://github.com/apache/airflow/pull/63636 - after adding ,gitignore (or removing .iml) airflow-ctl was fully reproducibly built. On Thu, Mar 19, 2026 at 12:02 AM Jens Scheffler <[email protected]> wrote: > Hi Bugra, > > sorry over-looked the pending VOTE.... > > +1 (binding) - Checked SVN, Checksums, Reproducible package build, > Licenses, Signatures > > Jens > > On 13.03.26 19:31, Buğra Öztürk wrote: > > The release candidate for **Apache Airflow Ctl**: 0.1.3rc2 is now > > available for testing! > > > > This email is calling for a vote on the release, which will last at least > > until the > > Wednesday, the 18th of March, 8 pm CET and until 3 binding +1 votes have > > been received. > > > > Consider this my +1 (binding) vote. > > > > The apache-airflow-ctl 0.1.3rc2 package is available at: > > https://dist.apache.org/repos/dist/dev/airflow/airflow-ctl/0.1.3rc2/ > > > > The "apache-airflow-ctl" packages are: > > > > - *apache_airflow_ctl-0.1.3-source.tar.gz* is a source release that > > comes with INSTALL instructions. > > - *apache_airflow_ctl-0.1.3.tar.gz* is the binary Python "sdist" > release. > > - *apache_airflow_ctl-0.1.3-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_AIRFLOWCTL.md#verify-the-release-candidate-by-pmc-members > > > > The test procedure for contributors and members of the community who > would > > like to test this RC is described in: > > > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOWCTL.md#verify-the-release-candidate-by-contributors > > > > Please note that the version number excludes the 'rcX' string, so it's > now > > simply 0.1.3 for the apache-airflow-ctl package. > > This will allow us to rename the artifact without modifying the artifact > > checksums when we actually release. > > > > *Docs* (for preview): > > > https://airflow.staged.apache.org/docs/apache-airflow-ctl/0.1.3/index.html > > > > *Release Notes*: > > > https://airflow.staged.apache.org/docs/apache-airflow-ctl/0.1.3/release_notes.html > > *Small note specific to this candidate*: > > This issue is impacting the staging documents from being published. > > There is an issue with the Pandas servers affecting documentation > inventory > > fetching. The only change since RC1 is a single line added to the release > > notes in the link below. > > I didn’t want this to block the release process, so I will push the > update > > once we have a solution or the Pandas servers are back online. > > > https://github.com/apache/airflow/pull/63465/changes#diff-af6c7763dafd3780e432fe8a344468487f0e84499a7ff58001a9c9eb8fad1e30R35 > > > > *Testing Instructions using PyPI*: > > > > The packages are available in PyPI: > > https://pypi.org/project/apache-airflow-ctl/0.1.3rc2/ > > > > You can build a virtualenv that installs this and other required packages > > like this: > > > > uv venv > > uv pip install -U apache-airflow-ctl==0.1.3rc2 > > > > Regards, > > Buğra Öztürk > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
