eladkal commented on code in PR #36018: URL: https://github.com/apache/airflow/pull/36018#discussion_r1412565858
########## dev/README_RELEASE_PROVIDER_PACKAGES.md: ########## @@ -79,13 +79,24 @@ You can read more about the command line tools used to generate the packages in # Bump min Airflow version for providers -If you want to just update the min airflow version for all packages, you should modify `MIN_AIRFLOW_VERSION` -in `dev/provider_packages/prepare_provider_packages.py` and run the `prepare-provider-documentation` +1. Update `provider-airflow-compatibility-check` in `.github/workflows/ci.yml` to check +compatibility with the new minimum version. + +2. Check if Breeze unit tests in `dev/breeze/tests/test_packages.py` need adjustments. This is done by simply +searching and replacing old version occurrences with newer one. For example 2.5.0 to 2.6.0 + +3. Update minimum airflow version for all packages, you should modify `MIN_AIRFLOW_VERSION` +in `src/airflow_breeze/utils/packages.py` and run the `prepare-provider-documentation` command with the `--only-min-version-update` flag. This will only update the min version in the `__init__.py` files and package documentation without bumping the provider versions. ```shell script +branch="Bump minimum Airflow version in providers to Airflow 2.6.0" Review Comment: Copy paste :) Will fix it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
