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-62b35949b2
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 91c33b058c5 chore(deps): bump the core-ui-package-updates group across
1 directory with 32 updates
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 66cda6d756a chore(deps): bump the core-ui-package-updates group across
1 directory with 32 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 (91c33b058c5)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-62b35949b2
(66cda6d756a)
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/ci-amd-arm.yml | 4 +-
.github/workflows/ci-image-checks.yml | 2 +-
.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 | 2 +-
.github/workflows/publish-docs-to-s3.yml | 2 +-
.github/workflows/recheck-old-bug-report.yml | 2 +-
.github/workflows/registry-build.yml | 2 +-
.../workflows/release_single_dockerhub_image.yml | 2 +-
.github/workflows/stale.yml | 4 +-
.github/workflows/ui-e2e-tests.yml | 2 +-
airflow-core/src/airflow/configuration.py | 3 +
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 16 +-
.../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 ++++++++++
.../unit/google/cloud/operators/test_gen_ai.py | 25 ++
27 files changed, 564 insertions(+), 194 deletions(-)