This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit e5ff56cfd10 Dev: Fix another Python 3.13 compat for Prod image tests
     new f300510e1cb Dev: Fix another Python 3.13 compat for Prod image tests 
(#55701)
     new 1f7d297ef1d Upgrade prek to fix `invalid option: --no-pager` on CI 
failure (#55710)
     new 672a39efa1f Fix error when retrieving logs of ti not run because of 
upstream failures (#55517)
     new d91f7575a5d Add HITLDetail.created_at (#55525)
     new 4f326422b03 Add SELinux/AppArmor note for creating airflow.cfg in 
Docker-compose stacks (#55662)
     new 07768b174be Simplify serve_logs IPv4/v6 binding (#55716)
     new 083f6e25aae Reduce default API server workers to 1 (#55707)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e5ff56cfd10)
            \
             N -- N -- N   refs/heads/v3-1-test (083f6e25aae)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/install-prek/action.yml            |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/docs/howto/docker-compose/index.rst   |  25 ++++-
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 airflow-core/docs/img/airflow_erd.svg              | 121 +++++++++++----------
 airflow-core/newsfragments/55707.significant.rst   |  23 ++++
 .../api_fastapi/core_api/datamodels/hitl.py        |   1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |   5 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |  41 +++++++
 .../api_fastapi/core_api/routes/public/hitl.py     |   5 +
 .../src/airflow/config_templates/config.yml        |   6 +-
 .../0076_3_1_0_add_human_in_the_loop_response.py   |   2 +
 airflow-core/src/airflow/models/hitl.py            |   2 +
 .../src/airflow/ui/openapi-gen/queries/common.ts   |   8 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  12 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  12 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  12 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  12 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   7 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  10 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   5 +
 .../src/airflow/utils/log/file_task_handler.py     |   5 +-
 airflow-core/src/airflow/utils/serve_logs/core.py  |  10 +-
 .../core_api/routes/public/test_hitl.py            |  34 +++++-
 .../api_fastapi/core_api/routes/ui/test_dags.py    |   1 +
 airflow-core/tests/unit/utils/test_log_handlers.py |  25 +++--
 .../src/airflowctl/api/datamodels/generated.py     |   1 +
 dev/breeze/README.md                               |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  46 ++++----
 32 files changed, 316 insertions(+), 129 deletions(-)
 create mode 100644 airflow-core/newsfragments/55707.significant.rst

Reply via email to