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-081dc7bca3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 977cbcca3da Bump the core-ui-package-updates group across 1 directory 
with 64 updates
     add d24ec9a649f Update Airflow Version to 3.1.7
     add d82bb100d73 Update RELEASE_NOTES.rst
     add caa057100f4 [v3-1-test] Fix JWT token generation with unset 
issuer/audience config (#61278) (#61331)
     add d8764c5235e [v3-1-test] Add Keycloak token documentation to 
Security/API (#61228) (#61248)
     add 7c4aace5f54 [v3-1-test] Fix language selector state not updating on 
change (#61060) (#61263)
     add 35a1bd03c6d [v3-1-test] Clarify template context for asset-triggered 
DAGs in airflow-core docs (#61258) (#61282)
     add 1f525c2e96a [v3-1-test] Fix flaky OTel integration test with DNS 
health check (#61070) (#61242) (#61286)
     add e5e8af5f540 [v3-1-test] Update pmc verification docs (#61271) (#61294)
     add c95dc2907f0 [v3-1-test] update version for release command (#61260) 
(#61328)
     add a940c09f4d6 CI: Upgrade important CI environment (#61327)
     add b91ea0fd696 [v3-1-test] docs: fix typo in Breeze developer tasks guide 
(#61357) (#61358)
     add 82c7b26ae6e [v3-1-test] Remove empty `apache_airflow_site.py` file 
(#61308) (#61348)
     add 10589ca7ca9 Flatten grid structure endpoint memory consumption 
(#61273) (#61393)
     add b93bdb8c6c1 Bump the core-ui-package-updates group across 1 directory 
with 64 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   (977cbcca3da)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-081dc7bca3
 (b93bdb8c6c1)

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/actions/breeze/action.yml                  |    2 +-
 .github/actions/install-prek/action.yml            |    4 +-
 .github/workflows/basic-tests.yml                  |    4 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 Dockerfile                                         |    4 +-
 Dockerfile.ci                                      |    6 +-
 README.md                                          |   12 +-
 RELEASE_NOTES.rst                                  |   74 +
 .../docs/installation/supported-versions.rst       |    2 +-
 airflow-core/docs/security/api.rst                 |    3 +-
 airflow-core/docs/templates-ref.rst                |   22 +-
 airflow-core/pyproject.toml                        |    6 +-
 airflow-core/src/airflow/__init__.py               |    2 +-
 .../src/airflow/api_fastapi/auth/tokens.py         |   15 +-
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |   32 +-
 airflow-core/src/airflow/ui/package.json           |   28 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  851 +++++----
 .../ui/src/layouts/Nav/LanguageSelector.tsx        |   37 +-
 airflow-core/tests/integration/otel/test_otel.py   |   51 +-
 apache_airflow_site.py                             |   16 -
 dev/README_RELEASE_AIRFLOW.md                      |    1 +
 dev/README_RELEASE_AIRFLOWCTL.md                   |    1 +
 dev/README_RELEASE_HELM_CHART.md                   |   92 +-
 dev/README_RELEASE_PROVIDERS.md                    |    1 +
 dev/README_RELEASE_PYTHON_CLIENT.md                |    1 +
 dev/breeze/doc/03_developer_tasks.rst              |    2 +-
 dev/breeze/doc/ci/02_images.md                     |    6 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../commands/release_management_commands.py        |    8 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    6 +-
 dev/breeze/uv.lock                                 | 2004 ++++++++++----------
 docker-stack-docs/README.md                        |   10 +-
 .../extending/add-airflow-configuration/Dockerfile |    2 +-
 .../extending/add-apt-packages/Dockerfile          |    2 +-
 .../add-build-essential-extend/Dockerfile          |    2 +-
 .../extending/add-providers/Dockerfile             |    2 +-
 .../add-pypi-packages-constraints/Dockerfile       |    2 +-
 .../extending/add-pypi-packages-uv/Dockerfile      |    2 +-
 .../extending/add-pypi-packages/Dockerfile         |    2 +-
 .../extending/add-requirement-packages/Dockerfile  |    2 +-
 .../extending/custom-providers/Dockerfile          |    2 +-
 .../extending/embedding-dags/Dockerfile            |    2 +-
 .../extending/writable-directory/Dockerfile        |    2 +-
 docker-stack-docs/entrypoint.rst                   |   14 +-
 generated/PYPI_README.md                           |   10 +-
 pyproject.toml                                     |    8 +-
 reproducible_build.yaml                            |    4 +-
 scripts/ci/install_breeze.sh                       |    2 +-
 scripts/ci/prek/supported_versions.py              |    2 +-
 scripts/tools/setup_breeze                         |    2 +-
 task-sdk/pyproject.toml                            |    2 +-
 task-sdk/src/airflow/sdk/__init__.py               |    2 +-
 52 files changed, 1779 insertions(+), 1596 deletions(-)
 delete mode 100644 apache_airflow_site.py

Reply via email to