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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-fed4ef6c6a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard a52481b166d Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add 8f610c846ac [v3-1-test] Fix job label extraction from the workflow 
jobs response (#57375) (#57376)
     add 6b7d2ca9ace [v3-1-test] Add better logging for jobs label (#57378) 
(#57379)
     add 6a9a8b90eea [v3-1-test] Fix asset name overflow in DAG list view 
(#57108) (#57363)
     add 9d7df3783e4 [v3-1-test] Add initial docs for airflow-ctl release 
process (#57318) (#57332)
     add 84e4c57e700 [v3-1-test] Fix formatting of commands to download RAT and 
unpacking it (#57327) (#57331)
     add 8cc4cd2d379 [v3-1-test] Add typer-slim as a common development 
dependency (#57383) (#57387)
     add fe7f73c34b3 [v3-1-test] Add Content-Type to Request Header in Task SDK 
calls (#57377) (#57386)
     add 88ad427dec7 [v3-1-test] Fix memory leak in Client via SSL context 
creation (#57334) (#57374)
     add 1247ac2aa10 [v3-1-test] Move docker to /mnt for the "Publish docs" 
workflow (#57371) (#57394)
     add 2cba85d4269 [v3-1-test] Synchronize boto3 and sqlalchemy dependency 
lower-binds (#57385) (#57396)
     add 323fd8e863b [v3-1-test] Protect against reproducibility issue with 
Python client (#57390) (#57391)
     add 0fdf131be7f [v3-1-test] Upgrade prek to most recent version (#57384) 
(#57395)
     add 42491516e1a [v3-1-test] Update main with Airflow 3.1.1 release details 
(#57392) (#57402)
     add 70bb3b076aa [v3-1-test] fix: make _get_ssl_context_cached a static 
method (#57401) (#57403)
     add 5303ff15324 [v3-1-test] Improve clarity on api workers recommendation 
in docs (#57273) (#57404)
     add 91e731e892b [v3-1-test] Update reproducible hash (#57407)
     add 7225ee400e6 [v3-1-test] Log execution API server URL at task startup 
(#57343) (#57409)
     add cdd58e928ed [v3-1-test] [API] Use BulkTaskInstanceBody for patching 
tis with new state (#57226) (#57412)
     add c0ad607d7f6 Bump the core-ui-package-updates group across 1 directory 
with 56 updates

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   (a52481b166d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-fed4ef6c6a
 (c0ad607d7f6)

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.

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml    |    6 +-
 .github/actions/install-prek/action.yml            |    2 +-
 .github/workflows/publish-docs-to-s3.yml           |    9 +-
 Dockerfile.ci                                      |    2 +-
 README.md                                          |    8 +-
 .../core_api/routes/public/task_instances.py       |   14 +-
 .../src/airflow/config_templates/config.yml        |    6 +-
 airflow-core/src/airflow/ui/package.json           |    4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |   45 +-
 .../ui/src/pages/DagsList/AssetSchedule.tsx        |   11 +-
 .../core_api/routes/public/test_task_instances.py  |   13 +
 airflow-ctl/src/airflowctl/__init__.py             |    2 +-
 dev/README_RELEASE_AIRFLOW.md                      |    5 +
 dev/README_RELEASE_AIRFLOWCTL.md                   |  933 ++++++++++
 dev/breeze/doc/ci/02_images.md                     |    2 +-
 dev/breeze/pyproject.toml                          |    4 +-
 .../commands/release_management_commands.py        |   17 +-
 .../src/airflow_breeze/utils/selective_checks.py   |    5 +
 dev/breeze/tests/test_selective_checks.py          |   30 +
 dev/breeze/uv.lock                                 | 1868 ++++++++++----------
 devel-common/pyproject.toml                        |    1 +
 generated/PYPI_README.md                           |    6 +-
 providers/hashicorp/pyproject.toml                 |    2 +-
 reproducible_build.yaml                            |    2 +-
 task-sdk/src/airflow/sdk/api/client.py             |   18 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |    1 +
 task-sdk/tests/task_sdk/api/test_client.py         |   34 +
 27 files changed, 2060 insertions(+), 990 deletions(-)
 create mode 100644 dev/README_RELEASE_AIRFLOWCTL.md

Reply via email to