Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Dec 26, 2023

This change will automatically generate the right rcN package when prepareing the packages for PyPI. This allows to have pretty much continuous release process for voting over the provider packages.

Simply when an rcN candidate is not released, it will be automatically included in the next wave of packages with rcN+1 version - unless during provider package generation the version will be bumped to MAJOR or MINOR due to new changes.

This allows for the workflow where in every new wave we always generate all provider packages ready for release.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

This change will automatically generate the **right** rcN package
when prepareing the packages for PyPI. This allows to have pretty
much continuous release process for voting over the provider packages.

Simply when an rcN candidate is not released, it will be automatically
included in the next wave of packages with rcN+1 version - unless during
provider package generation the version will be bumped to MAJOR or MINOR
due to new changes.

This allows for the workflow where in every new wave we always generate
all provider packages ready for release.
@potiuk potiuk force-pushed the add-automated-rc-calculation branch from 7488f29 to e17e747 Compare December 26, 2023 23:54
@potiuk potiuk merged commit 6f5a50e into apache:main Dec 27, 2023
@potiuk potiuk deleted the add-automated-rc-calculation branch December 27, 2023 08:05
potiuk added a commit to potiuk/airflow that referenced this pull request Dec 28, 2023
The last auto-upgrade RC implementd in apache#36441 had a bug - it was bumping
rc even for providers that have been already released. This change fixes
it - it skips packages that already have "final" tag present in the
repo. It also explicitely calls "Apply template update" as optional
step - only needed in case we modify templates and want to update
automatically generated documentation with it.
potiuk added a commit that referenced this pull request Dec 28, 2023
The last auto-upgrade RC implementd in #36441 had a bug - it was bumping
rc even for providers that have been already released. This change fixes
it - it skips packages that already have "final" tag present in the
repo. It also explicitely calls "Apply template update" as optional
step - only needed in case we modify templates and want to update
automatically generated documentation with it.
potiuk added a commit that referenced this pull request Dec 30, 2023
This change will automatically generate the **right** rcN package
when prepareing the packages for PyPI. This allows to have pretty
much continuous release process for voting over the provider packages.

Simply when an rcN candidate is not released, it will be automatically
included in the next wave of packages with rcN+1 version - unless during
provider package generation the version will be bumped to MAJOR or MINOR
due to new changes.

This allows for the workflow where in every new wave we always generate
all provider packages ready for release.

(cherry picked from commit 6f5a50e)
potiuk added a commit that referenced this pull request Dec 30, 2023
The last auto-upgrade RC implementd in #36441 had a bug - it was bumping
rc even for providers that have been already released. This change fixes
it - it skips packages that already have "final" tag present in the
repo. It also explicitely calls "Apply template update" as optional
step - only needed in case we modify templates and want to update
automatically generated documentation with it.

(cherry picked from commit a3e5a97)
@potiuk potiuk added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Dec 30, 2023
@potiuk potiuk added this to the Airflow 2.8.1 milestone Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants