This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/github-actions-updates-1f0421f92c
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 9be35766242 Bump the github-actions-updates group across 1 directory
with 3 updates
add f141e155b2f Require trust sentinel for state.user injection in
get_user() (#66562)
add 88bbf59314a i18n(ko): Update deadline terms and counter unit per
community vote (#66581)
add 98c4b8306f3 Store `allow_producer_teams` in
`dag_schedule_asset_reference` instead of `asset` (#66487)
add aeb692f901f Skip date-shaped tags in upgrade_important_versions image
bumper (#66588)
add 493f20bf7cd Bump the github-actions-updates group across 1 directory
with 3 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 (9be35766242)
\
N -- N -- N
refs/heads/dependabot/github_actions/github-actions-updates-1f0421f92c
(493f20bf7cd)
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:
airflow-core/docs/migrations-ref.rst | 5 +-
.../api_fastapi/auth/middlewares/refresh_token.py | 9 ++-
.../src/airflow/api_fastapi/core_api/security.py | 21 ++++-
airflow-core/src/airflow/assets/manager.py | 9 ++-
.../src/airflow/dag_processing/collection.py | 16 +++-
...ducer_teams_to_dag_schedule_asset_reference.py} | 27 +++----
airflow-core/src/airflow/models/asset.py | 15 ++--
airflow-core/src/airflow/serialization/decoders.py | 1 +
airflow-core/src/airflow/serialization/encoders.py | 2 +
.../src/airflow/ui/public/i18n/locales/ko/dag.json | 10 +--
airflow-core/src/airflow/utils/db.py | 2 +-
.../auth/middlewares/test_refresh_token.py | 6 ++
.../unit/api_fastapi/core_api/test_security.py | 29 ++++++-
airflow-core/tests/unit/assets/test_manager.py | 22 +++--
.../tests/unit/dag_processing/test_collection.py | 39 +++++++++
airflow-core/tests/unit/models/test_asset.py | 63 ---------------
scripts/ci/prek/upgrade_important_versions.py | 33 ++++++--
.../ci/prek/test_upgrade_important_versions.py | 94 ++++++++++++++++++++++
18 files changed, 289 insertions(+), 114 deletions(-)
copy
airflow-core/src/airflow/migrations/versions/{0105_3_2_0_add_allowed_run_types_to_dag.py
=> 0114_3_3_0_add_allow_producer_teams_to_dag_schedule_asset_reference.py}
(59%)
create mode 100644 scripts/tests/ci/prek/test_upgrade_important_versions.py