Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/finalize-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
- name: "Dependency upgrade summary"
shell: bash
run: >
breeze run uv run /opt/airflow/dev/constraints-updated-version-check.py
--python-version "${MATRIX_PYTHON_VERSION}"
breeze release-management constraints-version-check
--python "${MATRIX_PYTHON_VERSION}"
--airflow-constraints-mode "${MATRIX_CONSTRAINTS_MODE}" --explain-why
env:
MATRIX_PYTHON_VERSION: "${{ matrix.python-version }}"
Expand Down
19 changes: 19 additions & 0 deletions dev/breeze/doc/09_release_management_tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -876,3 +876,22 @@ These are all available flags of ``workflow-run publish-docs`` command:
:target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/doc/images/output_workflow-run_publish-docs.svg
:width: 100%
:alt: Breeze workflow-run publish-docs

Constraints version check
"""""""""""""""""""""""""

To check if the constraints files are up to date in the current Airflow version, you can use the
``breeze release-management check-constraints-updates`` command.

These are all available flags of ``check-constraints-updates`` command:

.. image:: ./images/output_release-management_constraints-version-check.svg
:target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/doc/images/output_release-management_constraints-version-check.svg
:width: 100%
:alt: Breeze constraints version check

Example usage:

.. code-block:: bash

breeze release-management constraints-version-check --python 3.10 --airflow-constraints-mode constraints-source-providers --explain-why
20 changes: 12 additions & 8 deletions dev/breeze/doc/images/output_release-management.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_release-management.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ff286e72725eee4f8f720f4b95e14839
3c496362e973303c4a018cf8db678482
Loading