This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-698ce9d8a0
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard ab11d2370d0 Bump prettier
add 64102a08080 Shorten the path to import conf from airflow task sdk
(#59029)
add 8b63199e1fb CI: Upgrade important CI environment (#59101)
add 0ecd95f7dd1 docs(INTHEWILD.md): add Numberly to the list of companies
using Apache Airflow (#59098)
add 52987f42ffc Limit urllib3 to < 2.6.0 to handle kubernetes client
breaking with it (#59108)
add d51e5723c63 Add sensitive keycloak value to fix failing tests. (#59107)
add 15aeed9a8ae Rename dag to serdag where appropriate in scheduler
(#59118)
add 28b89563a19 Fix flaky test_next_dagrun_after_fake_scheduled_previous
(#59035)
add 5c942e6c67c Bump python 3.13 to 3.13.11 (#59125)
add 1d6bd9d8add Add dag bundles to `airflow info` command (#59124)
add 40ee29ce3cd Limit urllib3 to <2.6.0 during latest boto tests (#59130)
add 5845599cb74 Fix newly introduced mypy error (#59112)
add 97cf3c786af fix flaky TestEmrCreateJobFlowOperator (#59128)
add f496fc035ba Update include @noeunkim for Korean translations (#59096)
add 519e1ef7000 i18n(Ko): add missing translation in components.json (Dec
5) (#59076)
add 6b4867e8169 Update uv version to 0.9.16 (#59138)
add 0ee0dafd956 Move Self to observability shared package (#59140)
add bc38090507e CI: Upgrade important CI environment (#59144)
add 24a334ff1ba Fix typo in Failed to Trigger DAG -> Failed to Trigger Dag
(#59077)
add 236dab6406e Breeze exit on incompatible arguments (#59148)
add a129c2cbd71 Also limit urllib3 to < 2.6.0 in k8s tests - for use in
v3-1-tests (#59152)
add f0d0b2fb993 Add script that verifies consistency: Release Page with
Release Calendar (#59142)
add bdabf46d964 Remove global statement from Fab provider (#59018)
add bc7ce10582a Fix breeze check-release-files Command for Core+Task SDK
checks (#59159)
add 53a721cc59d improved logging & exitcode check (#59146)
add ad6961dc447 Fix airflow/task-sdk relase PMC checks (#59164)
add 5c41f2ee293 Prevent dag processor crash on encountering excel files in
the DAG directory (#59069)
add 8879eb8cf23 Fix mypy error on version check in dev (#59171)
add d46a9d12065 Fix inconsistent Dag hashes when template fields contain
unordered dicts (#59091)
add f58548101b8 AIP 67 - Multi-Team: Update LocalExecutor to support
running in a multi-team config (#59021)
add a51291c54cf Bump prettier
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 (ab11d2370d0)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-698ce9d8a0
(a51291c54cf)
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 | 2 +-
.github/actions/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/airflow-distributions-tests.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/ci-amd-arm.yml | 17 +
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 8 +-
INTHEWILD.md | 1 +
airflow-core/src/airflow/assets/manager.py | 2 +-
.../src/airflow/cli/commands/info_command.py | 7 +-
.../src/airflow/dag_processing/bundles/manager.py | 8 +
airflow-core/src/airflow/dag_processing/manager.py | 2 +-
.../src/airflow/executors/local_executor.py | 38 +-
.../src/airflow/jobs/scheduler_job_runner.py | 36 +-
airflow-core/src/airflow/serialization/helpers.py | 14 +
.../ui/public/i18n/locales/en/components.json | 2 +-
.../ui/public/i18n/locales/ko/components.json | 5 +-
.../tests/unit/cli/commands/test_info_command.py | 2 +-
airflow-core/tests/unit/core/test_configuration.py | 1 +
.../bundles/test_dag_bundle_manager.py | 4 +
.../tests/unit/executors/test_local_executor.py | 91 +++-
airflow-core/tests/unit/models/test_dag.py | 7 +-
.../tests/unit/models/test_serialized_dag.py | 53 ++
.../airflowctl_tests/test_airflowctl_commands.py | 24 +-
chart/.pre-commit-config.yaml | 2 +-
dev/README_RELEASE_AIRFLOW.md | 1 +
dev/breeze/doc/ci/02_images.md | 2 +-
...tput_release-management_check-release-files.svg | 26 +-
...tput_release-management_check-release-files.txt | 2 +-
dev/breeze/doc/images/output_start-airflow.svg | 2 +-
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../airflow_breeze/commands/developer_commands.py | 10 +-
.../commands/release_management_commands.py | 25 +-
dev/breeze/src/airflow_breeze/global_constants.py | 4 +-
.../airflow_breeze/utils/check_release_files.py | 8 +-
dev/breeze/uv.lock | 290 +++++-----
dev/pyproject.toml | 3 +
dev/verify_release_calendar.py | 600 +++++++++++++++++++++
devel-common/src/tests_common/test_utils/db.py | 6 +-
go-sdk/.pre-commit-config.yaml | 2 +-
kubernetes-tests/pyproject.toml | 4 +
providers/cncf/kubernetes/pyproject.toml | 4 +
providers/fab/src/airflow/providers/fab/www/app.py | 12 +-
providers/fab/www-hash.txt | 2 +-
pyproject.toml | 2 +-
scripts/docker/entrypoint_ci.sh | 6 +-
scripts/tools/setup_breeze | 2 +-
.../src/airflow_shared/configuration/parser.py | 1 +
.../src/airflow_shared/observability/__init__.py | 10 +
.../observability/metrics/protocols.py | 2 +-
.../observability/traces/base_tracer.py | 2 +-
task-sdk/docs/api.rst | 6 +
task-sdk/src/airflow/sdk/__init__.py | 5 +
task-sdk/src/airflow/sdk/__init__.pyi | 4 +
task-sdk/src/airflow/sdk/configuration.py | 2 +-
.../tests/task_sdk/docs/test_docs_inventory.py | 3 +-
60 files changed, 1143 insertions(+), 249 deletions(-)
create mode 100755 dev/verify_release_calendar.py