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

potiuk pushed a change to branch 
dependabot/github_actions/actions/download-artifact-8.0.0
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 400cf75ae01 chore(deps): bump actions/download-artifact from 4.3.0 to 
8.0.0
     add 503b4670107 Add multi-team support for KubernetesExecutor (#61798)
     add f0a7828197c refine skill md for airflow translation (#63060)
     add 22eadf20d95 chore(deps): bump slackapi/slack-github-action from 2.0.0 
to 2.1.1 (#63064)
     add 16bc6df4ae6 fixed an issue that caused a state mismatch (#63061)
     add d5fb02cd11a chore(deps): bump actions/stale from 9.1.0 to 10.2.0 
(#63063)
     add e29667a390d chore(deps): bump actions/upload-artifact from 4.6.2 to 
7.0.0 (#63062)
     add fabc5c35da0 Add exception test for GenAICountTokensOperator (#61391)
     add 9066c877565 Add cooldown and support for other branches for actions 
dependabot (#63078)
     add 70d45f045ac Improve Playwright test patterns in BasePage.ts #63038 
(#63079)
     add d38400997bc chore(deps): bump the ui-plugin-template-package-updates 
group across 1 directory with 8 updates (#63071)
     add 68d4c220ab9 chore(deps): bump pnpm/action-setup from 4.0.0 to 4.2.0 
(#63066)
     add 361bd21c254 docs(edge3): add set-worker-concurrency command to 
deployment guide (#63083)
     add f36257d740f chore(deps): bump aws-actions/configure-aws-credentials 
(#63093)
     add db2e1505d64 chore(deps): bump actions/setup-java from 4.7.1 to 5.2.0 
(#63095)
     add 78137a69352 chore(deps): bump actions/download-artifact from 4.3.0 to 
8.0.0

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   (400cf75ae01)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/download-artifact-8.0.0 
(78137a69352)

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/dependabot.yml                             |   21 +
 .github/skills/airflow-translations/SKILL.md       |  343 ++--
 .github/workflows/airflow-e2e-tests.yml            |    2 +-
 .github/workflows/basic-tests.yml                  |    4 +-
 .github/workflows/ci-amd-arm.yml                   |    4 +-
 .github/workflows/ci-image-checks.yml              |    4 +-
 .github/workflows/ci-notification.yml              |    2 +-
 .github/workflows/generate-constraints.yml         |    2 +-
 .github/workflows/helm-tests.yml                   |    2 +-
 .github/workflows/k8s-tests.yml                    |    2 +-
 .github/workflows/prod-image-build.yml             |    6 +-
 .github/workflows/publish-docs-to-s3.yml           |    4 +-
 .github/workflows/recheck-old-bug-report.yml       |    2 +-
 .github/workflows/registry-build.yml               |    6 +-
 .../workflows/release_single_dockerhub_image.yml   |    2 +-
 .github/workflows/stale.yml                        |    4 +-
 .github/workflows/ui-e2e-tests.yml                 |    4 +-
 airflow-core/src/airflow/configuration.py          |    3 +
 .../src/airflow/ui/tests/e2e/pages/BasePage.ts     |    9 +-
 .../react_plugin_template/package.json             |   16 +-
 .../react_plugin_template/pnpm-lock.yaml           | 1746 +++++++++-----------
 .../providers/cncf/kubernetes/cli/definition.py    |    8 +-
 .../cncf/kubernetes/cli/kubernetes_command.py      |   13 +-
 .../kubernetes/executors/kubernetes_executor.py    |   28 +-
 .../providers/cncf/kubernetes/kube_config.py       |   82 +-
 .../cncf/kubernetes/template_rendering.py          |   20 +-
 .../providers/cncf/kubernetes/version_compat.py    |    2 +
 .../executors/test_kubernetes_executor.py          |  163 ++
 providers/edge3/docs/deployment.rst                |    1 +
 .../unit/google/cloud/operators/test_gen_ai.py     |   25 +
 30 files changed, 1379 insertions(+), 1151 deletions(-)

Reply via email to