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/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-b63f03b026
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 7fcdc962e49 Bump the core-ui-package-updates group across 2
directories with 41 updates
add 36766d1f62c Remove unnecessary noise from CI breeze's output (#49952)
add 09ba6a34db9 Add new DataflowJobStateCompleteTrigger (#47993)
add 72a5e74f27d Add AWS auth manager to AWS provider.yaml (#49944)
add 0203d243046 Add `--preview` flag to `ruff` for AF 2 to 3 migration
(#49954)
add cd6bf07cec3 Fixing changelog categorisation when min airflow bump is
used (#49930)
add 34073abbd78 update airbyte changelog (#49934)
add dab52ddd828 Skip provider tests when tests are skipped in general
(#49968)
add 43e1502815f Cache k8s schema when running helm tests (#49970)
add 2ac1f218a75 Also limit botocore when upgrading to latest (#49962)
add 51582263e65 Unify chart k8s label & add some missing k8s labels
(#49522)
add cbac774354e Bump the core-ui-package-updates group across 2
directories with 41 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 (7fcdc962e49)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-b63f03b026
(cbac774354e)
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/workflows/ci.yml | 3 +-
Dockerfile.ci | 2 +-
RELEASE_NOTES.rst | 6 +-
.../docs/installation/upgrading_to_airflow3.rst | 6 +-
.../auth/managers/test_base_auth_manager.py | 20 ---
.../tests/unit/charts/helm_template_generator.py | 1 +
.../api-server/api-server-poddisruptionbudget.yaml | 2 +-
chart/templates/cleanup/cleanup-cronjob.yaml | 2 +-
.../templates/cleanup/cleanup-serviceaccount.yaml | 1 +
chart/templates/configmaps/extra-configmaps.yaml | 1 +
.../priorityclasses/priority-classes.yaml | 3 +
.../scheduler/scheduler-poddisruptionbudget.yaml | 2 +-
chart/templates/secrets/elasticsearch-secret.yaml | 3 +-
chart/templates/secrets/extra-secrets.yaml | 1 +
chart/templates/secrets/fernetkey-secret.yaml | 2 +-
chart/templates/secrets/flower-secret.yaml | 4 +-
chart/templates/secrets/git-ssh-key-secret.yaml | 3 +-
.../templates/secrets/kerberos-keytab-secret.yaml | 2 +-
.../secrets/metadata-connection-secret.yaml | 2 +-
chart/templates/secrets/opensearch-secret.yaml | 3 +-
.../secrets/pgbouncer-certificates-secret.yaml | 4 +-
.../templates/secrets/pgbouncer-config-secret.yaml | 2 +-
.../templates/secrets/pgbouncer-stats-secret.yaml | 2 +-
chart/templates/secrets/redis-secrets.yaml | 2 +-
chart/templates/secrets/registry-secret.yaml | 3 +-
.../secrets/result-backend-connection-secret.yaml | 2 +-
.../secrets/webserver-secret-key-secret.yaml | 2 +-
.../webserver/webserver-poddisruptionbudget.yaml | 2 +-
.../src/airflow_breeze/commands/ci_commands.py | 2 +-
.../airflow_breeze/commands/developer_commands.py | 2 +-
.../airflow_breeze/commands/testing_commands.py | 1 +
.../prepare_providers/provider_documentation.py | 2 +-
.../airflow_breeze/utils/docker_command_utils.py | 7 +-
.../src/airflow_breeze/utils/host_info_utils.py | 8 +-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 7 +-
.../src/airflow_breeze/utils/selective_checks.py | 4 +
.../airflow_aux/test_basic_helm_chart.py | 2 +-
.../security/test_extra_configmaps_secrets.py | 2 +
providers/airbyte/docs/changelog.rst | 9 +-
providers/amazon/provider.yaml | 3 +
providers/amazon/pyproject.toml | 4 +-
.../airflow/providers/amazon/get_provider_info.py | 1 +
.../airflow/providers/apache/beam/hooks/beam.py | 11 +-
.../providers/apache/beam/operators/beam.py | 108 +++++++++++-----
.../airflow/providers/apache/beam/triggers/beam.py | 64 ++++-----
.../tests/unit/apache/beam/triggers/test_beam.py | 27 ++--
providers/google/docs/operators/cloud/dataflow.rst | 18 +++
.../providers/google/cloud/hooks/dataflow.py | 72 ++++++++++-
.../providers/google/cloud/triggers/dataflow.py | 122 +++++++++++++++++
.../dataflow/example_dataflow_java_streaming.py | 42 +++++-
.../dataflow/example_dataflow_streaming_python.py | 45 ++++++-
.../tests/unit/google/cloud/hooks/test_dataflow.py | 10 +-
.../unit/google/cloud/triggers/test_dataflow.py | 144 +++++++++++++++++++++
reproducible_build.yaml | 4 +-
scripts/docker/entrypoint_ci.sh | 2 +-
55 files changed, 658 insertions(+), 153 deletions(-)