This is an automated email from the ASF dual-hosted git repository. bugraoz pushed a commit to branch 57676/note-for-version-change in repository https://gitbox.apache.org/repos/asf/airflow.git
commit fd2fcd84d328216dc6225aadeb608464edb7a79d Author: bugraoz93 <[email protected]> AuthorDate: Sat Nov 1 16:38:31 2025 +0100 Update release notes to reflect versioning decision and yanked versions --- dev/README_RELEASE_AIRFLOWCTL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md index ebdf3e3cca8..b44de1bd842 100644 --- a/dev/README_RELEASE_AIRFLOWCTL.md +++ b/dev/README_RELEASE_AIRFLOWCTL.md @@ -93,6 +93,13 @@ We are using the [SEMVER](https://semver.org/) versioning scheme for the `airflo to give the users confidence about maintaining backwards compatibility in the new releases of those packages. +Decision made in [VOTE for RC Release](https://lists.apache.org/thread/cnz3k2pox69ddkk647mt8gpfy0t70f94) made the starting version from 1.* to 0.*. +This caused a side effect where we won't be able to use following versions in further releases which are yanked. +- [1.0.0b1](https://pypi.org/project/apache-airflow-ctl/1.0.0b1/) +- [1.0.0rc1](https://pypi.org/project/apache-airflow-ctl/1.0.0rc1/) +- [1.0.0rc2](https://pypi.org/project/apache-airflow-ctl/1.0.0rc2/) + + Set version env variable ```shell script
