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

potiuk pushed a change to branch 
dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 36d706cc63f Bump the core-ui-package-updates group across 1 directory 
with 87 updates
     add a4b2ddf6ebd fix: task_instance_mutation_hook receives a TI with run_id 
set (#62999)
     add 47a1ca7bd94 fix: gracefully handle 404 from worker log server for 
historical retry attempts (#63002)
     add f9ab7d0b8dc [v2-11-test] Fallback to no constraint builds for 
docker-context-files installation (#63051) (#63059)
     add 67116f84e80 Add one more constraint fallback - v2-11-test only (#63073)
     add 7bd44d9c9e3 One more constraints fallback for v2-11-test branch 
(#63076)
     add 70ecd4bde7e Limit Celery Provider to not install 3.17.0 as it breaks 
airflow 2.11 (#63046)
     add b089ce15b3e chore(deps): bump actions/download-artifact from 4.3.0 to 
8.0.0 (#63100)
     add 5d8113a00a6 chore(deps): bump aws-actions/configure-aws-credentials 
(#63094)
     add b7631ee923d chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0 
(#63092)
     add e806e27f79d chore(deps): bump actions/upload-artifact from 4 to 7 
(#63091)
     add c4613cb66ac chore(deps): bump actions/setup-node from 4 to 6 (#63101)
     add 7da04486e18 chore(deps-dev): bump filelock (#62952)
     add 076681cf4ef Bump the core-ui-package-updates group across 1 directory 
with 87 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   (36d706cc63f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
 (076681cf4ef)

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/basic-tests.yml                  |  2 +-
 .github/workflows/ci-image-checks.yml              |  6 +-
 .github/workflows/finalize-tests.yml               |  8 +--
 .github/workflows/generate-constraints.yml         |  2 +-
 .github/workflows/helm-tests.yml                   |  2 +-
 .github/workflows/k8s-tests.yml                    |  4 +-
 .github/workflows/prod-image-build.yml             |  6 +-
 .github/workflows/push-image-cache.yml             |  2 +-
 .../workflows/release_single_dockerhub_image.yml   |  4 +-
 Dockerfile                                         | 65 +++++++++++++++--
 airflow/models/taskinstance.py                     |  1 +
 airflow/utils/log/file_task_handler.py             | 14 ++++
 hatch_build.py                                     |  6 +-
 pyproject.toml                                     |  2 +-
 .../docker/install_from_docker_context_files.sh    | 65 +++++++++++++++--
 scripts/in_container/run_generate_constraints.py   |  4 +-
 tests/models/test_dagrun.py                        | 28 ++++++++
 tests/utils/log/test_file_task_handler.py          | 84 ++++++++++++++++++++++
 18 files changed, 268 insertions(+), 37 deletions(-)
 create mode 100644 tests/utils/log/test_file_task_handler.py

Reply via email to