Breeze: keep OpenAPI Generator version in sync during CI upgrades#59862
Breeze: keep OpenAPI Generator version in sync during CI upgrades#59862potiuk merged 4 commits intoapache:mainfrom
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
Can you please also add it to the CI workflows (there are two steps that need to be updated) https://github.com/apache/airflow/blob/main/.github/workflows/basic-tests.yml#L297 |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker c273d8d v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
…upgrades (apache#59862) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity (cherry picked from commit c273d8d) Co-authored-by: anishgirianish <161533316+anishgirianish@users.noreply.github.com>
|
Backport in #59910 |
…upgrades (apache#59862) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity (cherry picked from commit c273d8d) Co-authored-by: anishgirianish <161533316+anishgirianish@users.noreply.github.com>
…upgrades (#59862) (#59910) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity (cherry picked from commit c273d8d) Co-authored-by: anishgirianish <161533316+anishgirianish@users.noreply.github.com>
…ache#59862) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity
…upgrades (#59862) (#59910) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity (cherry picked from commit c273d8d) Co-authored-by: anishgirianish <161533316+anishgirianish@users.noreply.github.com>
…ache#59862) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity
…ache#59862) * [AIRFLOW-59229] Regenerate Python client during CI upgrade * [AIRFLOW-59229] add open api cli version upgrage as part of breeze upgrade ci * [AIRFLOW-59229] update ci workflow with open api generator upgrade variable * [AIRFLOW-59229] refactor ci upgrade variables for better clarity
Integrates OpenAPI Generator version updates into the existing Breeze CI upgrade flow, addressing the maintenance gap described in #59229. This ensures the pinned generator version is automatically kept in sync when running standard upgrade tooling, without changing generated clients or runtime behavior.
closes: #59229
^ 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.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.