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/core-ui-package-updates-db17c02ded
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit b2ac0b4aeb9 Bump the core-ui-package-updates group across 1 directory 
with 60 updates
     add b0cb5c9c0df Returning `destination_cloud_storage_uris` from 
`BigQueryToGCSOperator` (#59367)
     add 2ff8a72572a Fix various Airflow 2 import issues revealed by previous 
fixes (#59341)
     add 626af79f547 Fix Internal Server Error in API server due to 
KeycloakPostError when refreshing user in Keycloak provider (#59361)
     add 1a7c5769340 Add `team_name` to connection public APIs (#59336)
     add 220023740a8 Proposes clarification about information sent to the 
devlist (#59335)
     add 1c865093072 Update main as Airflow 3.1.5 has been released (#59379)
     add 3b6a24bba11 Fix XCom directory creation logic in Kubernetes decorator 
(#56545) (#59347)
     add 93dfcde9446 Add documentation for Airflow Ctl integration tests in 
contributing-docs (#59387)
     add f128c840a89 fix flaky test_dags_clear (#59394)
     add 9eba1b85ae3 test(e2e): align DAG naming to Dag for consistency (#59401)
     add 8ae779d7287 Update link and typo to Apache Mentoring Program in 
communication guidelines (#59403)
     add cd832362930 aDd cooldown days for prek autoupgrade. (#59395)
     add 93454f0a8b1 Adding Japanese translations for UI (i18n) (#59313)
     add 652d4ee983f docs: Improve unit-testing docs with runnable pytest 
examples for Operators (#58969)
     add 52441b4faa0 i18n(Ko): add missing translation (Dec 12) (#59345)
     add 900e6920642 Add support for disabling SA token automount for Scheduler 
(#59156)
     add 2887405a25d Add `delete_active_pod` cleanup option and corresponding 
unit tests (#59160)
     add 83c8bd93366 Chart: update default Airflow version to 3.1.5 (#59271)
     add 2b92c976390 Fix deferred mode KubernetesPodOperator:  fast-fail pod 
start errors (ErrImagePull/ImagePullBackOff) (#59010)
     add 92fd810e017 Extend airflow_ti_running metrics by scheduled, queued and 
deferred (#58819)
     add d7dad134e11 Update providers metadata (#59388)
     add 355c2144473 Limit aiosqlite to !=0.22.0 as it is hanging pytest 
session of ours (#59406)
     add ab803b8e389 Remove Legacy Query Object Usage from test_assets.py 
(#59412)
     add 9d60935ca63 CI: Upgrade important CI environment (#59416)
     add 8a109dbcb11 Update issue templates regarding Airflow 2 and misc. 
(#59384)
     add 41e023d74ae build: upgrade mypy to 1.19.1 (#59446)
     add 737b3bafcd1 Fix Old RC removal logic and add test for the function 
(#59438)
     add a9f095e6fc4 Infer the RC from the target version during release. 
(#59455)
     add e1adf0b1eba Refactor deprecated SQLA query openlineage provider 
(#59448)
     add cc2f9b01b3e Bump the core-ui-package-updates group across 1 directory 
with 60 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   (b2ac0b4aeb9)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-db17c02ded
 (cc2f9b01b3e)

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/CODEOWNERS                                 |   1 +
 .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml    |  29 +-
 .github/ISSUE_TEMPLATE/2-feature_request.yml       |  17 +-
 .../3-airflow_providers_bug_report.yml             |  19 +-
 .../4-airflow_helmchart_bug_report.yml             |  17 +-
 .../ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml  |   4 +
 .github/actions/install-prek/action.yml            |   2 +-
 .github/boring-cyborg.yml                          |   3 +
 .github/workflows/basic-tests.yml                  |   2 +-
 .pre-commit-config.yaml                            |  10 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 README.md                                          |  12 +-
 RELEASE_NOTES.rst                                  |   2 +-
 .../logging-monitoring/metrics.rst                 |   9 +
 .../administration-and-deployment/scheduler.rst    |   4 +-
 airflow-core/docs/best-practices.rst               |  98 ++++
 .../docs/installation/supported-versions.rst       |   2 +-
 airflow-core/pyproject.toml                        |   4 +-
 .../api_fastapi/core_api/datamodels/connections.py |   2 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |  12 +
 .../src/airflow/config_templates/config.yml        |   5 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |  48 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  25 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   2 +
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 537 +++++++----------
 .../airflow/ui/public/i18n/locales/ja/admin.json   | 164 ++++++
 .../airflow/ui/public/i18n/locales/ja/assets.json  |  35 ++
 .../airflow/ui/public/i18n/locales/ja/browse.json  |  22 +
 .../airflow/ui/public/i18n/locales/ja/common.json  | 334 +++++++++++
 .../ui/public/i18n/locales/ja/components.json      | 150 +++++
 .../src/airflow/ui/public/i18n/locales/ja/dag.json | 166 ++++++
 .../airflow/ui/public/i18n/locales/ja/dags.json    | 101 ++++
 .../ui/public/i18n/locales/ja/dashboard.json       |  45 ++
 .../airflow/ui/public/i18n/locales/ja/hitl.json    |  38 ++
 .../airflow/ui/public/i18n/locales/ja/tasks.json   |  10 +
 .../airflow/ui/public/i18n/locales/ko/assets.json  |   1 +
 .../airflow/ui/public/i18n/locales/ko/browse.json  |   4 -
 .../airflow/ui/public/i18n/locales/ko/common.json  |   5 +
 airflow-core/src/airflow/ui/src/i18n/config.ts     |   1 +
 .../src/airflow/ui/tests/e2e/pages/DagsPage.ts     |  12 +-
 .../airflow/ui/tests/e2e/specs/dag-trigger.spec.ts |   6 +-
 .../core_api/routes/public/test_assets.py          |  37 +-
 .../core_api/routes/public/test_connections.py     |  84 ++-
 airflow-core/tests/unit/models/test_cleartasks.py  |   4 +-
 .../src/airflowctl/api/datamodels/generated.py     |  10 +-
 chart/Chart.yaml                                   |  18 +-
 chart/README.md                                    |   5 +
 chart/docs/index.rst                               |   1 +
 chart/docs/production-guide.rst                    | 171 ++++++
 chart/docs/service-account-token-examples.rst      | 434 ++++++++++++++
 chart/files/statsd-mappings.yml                    |  21 +
 chart/newsfragments/53350.significant.rst          |   3 -
 chart/newsfragments/59156.significant.rst          |   7 +
 chart/newsfragments/59271.significant.rst          |   3 +
 chart/templates/_helpers.yaml                      |  10 +
 .../templates/scheduler/scheduler-deployment.yaml  |  31 +
 .../scheduler/scheduler-serviceaccount.yaml        |   4 +-
 chart/templates/workers/worker-serviceaccount.yaml |   2 +-
 chart/values.schema.json                           |  61 +-
 chart/values.yaml                                  |  21 +-
 contributing-docs/02_how_to_communicate.rst        |  27 +-
 contributing-docs/09_testing.rst                   |   3 +
 contributing-docs/testing/airflow_ctl_tests.rst    |  47 ++
 dev/README_RELEASE_AIRFLOW.md                      |  12 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../doc/images/output_release-management.txt       |   2 +-
 .../output_release-management_start-release.svg    |  36 +-
 .../output_release-management_start-release.txt    |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../src/airflow_breeze/commands/ci_commands.py     |   2 +-
 .../commands/release_candidate_command.py          |  10 +-
 .../src/airflow_breeze/commands/release_command.py |  89 ++-
 .../commands/release_management_commands.py        |   2 +-
 .../commands/release_management_commands_config.py |   2 +-
 .../src/airflow_breeze/commands/ui_commands.py     |   1 +
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 dev/breeze/tests/test_release_candidate_command.py | 159 +++++
 dev/breeze/tests/test_release_command.py           | 142 +++++
 dev/breeze/uv.lock                                 |  64 +-
 devel-common/pyproject.toml                        |   2 +-
 docs/spelling_wordlist.txt                         |   1 +
 generated/PYPI_README.md                           |  10 +-
 generated/provider_metadata.json                   | 642 +++++++++++++++------
 .../helm_tests/airflow_core/test_scheduler.py      | 633 +++++++++++++++++++-
 .../aws/example_bedrock_retrieve_and_generate.py   |   2 +-
 .../amazon/tests/system/amazon/aws/example_mwaa.py |   1 +
 .../tests/system/amazon/aws/example_sagemaker.py   |   2 +-
 .../cncf/kubernetes/decorators/kubernetes.py       |   9 +-
 .../providers/cncf/kubernetes/operators/pod.py     |  27 +-
 .../providers/cncf/kubernetes/utils/pod_manager.py |  43 +-
 .../cncf/kubernetes/decorators/test_kubernetes.py  |  47 ++
 .../unit/cncf/kubernetes/operators/test_pod.py     |  55 +-
 .../unit/cncf/kubernetes/utils/test_pod_manager.py |  80 ++-
 .../google/cloud/transfers/bigquery_to_gcs.py      |   5 +
 .../google/cloud/transfers/test_bigquery_to_gcs.py |  27 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py |  21 +-
 .../auth_manager/test_keycloak_auth_manager.py     |  19 +
 .../airflow/providers/openlineage/utils/utils.py   |  30 +-
 reproducible_build.yaml                            |   4 +-
 scripts/ci/prek/supported_versions.py              |   2 +-
 .../src/airflow_shared/configuration/parser.py     |   1 +
 103 files changed, 4375 insertions(+), 791 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/admin.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/assets.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/browse.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/common.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/components.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/ja/dag.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/ja/dags.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/dashboard.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/ja/hitl.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/ja/tasks.json
 create mode 100644 chart/docs/service-account-token-examples.rst
 delete mode 100644 chart/newsfragments/53350.significant.rst
 create mode 100644 chart/newsfragments/59156.significant.rst
 create mode 100644 chart/newsfragments/59271.significant.rst
 create mode 100644 contributing-docs/testing/airflow_ctl_tests.rst
 create mode 100644 dev/breeze/tests/test_release_candidate_command.py
 create mode 100644 dev/breeze/tests/test_release_command.py

Reply via email to