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

shahar pushed a change to branch cancel-translation-freeze
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 51a81a07baf Change translation freeze setting to False
     add 27735d911e2 Fix DagBag imports in 3.2+ (#56109)
     add 1764e48e5a2 add build-info dependency to summarize-warnings github 
action job (#56117)
     add 5a236d0593c Update main with Airflow 3.1.0 release details (#56112)
     add 1ba57e6ccd7 Add branch protection for `v3-1-stable` (#56122)
     add 6f79705b372 Enable backporting label auto-adding (#56121)
     add 043e792c5e4 Update `dag_bundle_team.dag_bundle_name` type to match dag 
bundle table (#56110)
     add eb53d33142d Run providers compat test with Airflow 3.1 & fix compat 
(#56118)
     add 07ec02e2970 Bump ``PyYAML`` to 6.0.3 (#56119)
     add ec6a2d93f34 Change translation freeze setting to False

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   (51a81a07baf)
            \
             N -- N -- N   refs/heads/cancel-translation-freeze (ec6a2d93f34)

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:
 .asf.yaml                                          |   5 +
 .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml    |   2 +-
 .github/boring-cyborg.yml                          |  34 +-
 .github/workflows/ci-amd.yml                       |   1 +
 Dockerfile                                         |   2 +-
 README.md                                          |  14 +-
 RELEASE_NOTES.rst                                  | 517 +++++++++++++++++++++
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 .../docs/installation/supported-versions.rst       |   2 +-
 airflow-core/docs/migrations-ref.rst               |   4 +-
 ..._2_0_add_length_dag_bundle_team_bundle_name.py} |  37 +-
 airflow-core/src/airflow/models/dagbundle.py       |   2 +-
 airflow-core/src/airflow/models/team.py            |  11 +-
 dev/breeze/README.md                               |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   6 +
 dev/breeze/tests/test_selective_checks.py          |   2 +
 dev/breeze/uv.lock                                 | 102 ++--
 dev/provider_db_inventory.py                       |   2 +-
 dev/pyproject.toml                                 |   2 +-
 devel-common/src/tests_common/pytest_plugin.py     |  13 +-
 devel-common/src/tests_common/test_utils/db.py     |  16 +-
 docs/spelling_wordlist.txt                         |   1 +
 generated/PYPI_README.md                           |  10 +-
 .../unit/openlineage/plugins/test_execution.py     |   4 +-
 .../providers/standard/sensors/external_task.py    |   4 +-
 .../airflow/providers/standard/version_compat.py   |   2 +
 .../standard/sensors/test_external_task_sensor.py  |  10 +-
 .../tests/unit/standard/sensors/test_time_delta.py |   4 +-
 .../tests/unit/standard/sensors/test_weekday.py    |   4 +-
 reproducible_build.yaml                            |   4 +-
 scripts/ci/prek/boring_cyborg.py                   |   2 +-
 scripts/ci/prek/check_aiobotocore_optional.py      |   2 +-
 .../ci/prek/check_airflow_bug_report_template.py   |   2 +-
 scripts/ci/prek/check_common_sql_dependency.py     |   2 +-
 scripts/ci/prek/check_integrations_list.py         |   2 +-
 scripts/ci/prek/check_provider_docs.py             |   2 +-
 .../ci/prek/check_system_tests_hidden_in_index.py  |   2 +-
 scripts/ci/prek/checkout_no_credentials.py         |   2 +-
 scripts/ci/prek/lint_json_schema.py                |   2 +-
 scripts/ci/prek/sort_in_the_wild.py                |   2 +-
 scripts/ci/prek/supported_versions.py              |   2 +-
 scripts/ci/prek/update_chart_dependencies.py       |   2 +-
 scripts/ci/prek/update_example_dags_paths.py       |   2 +-
 scripts/ci/prek/update_providers_dependencies.py   |   2 +-
 scripts/ci/prek/update_source_date_epoch.py        |   2 +-
 scripts/ci/prek/upgrade_important_versions.py      |  17 +
 scripts/ci/prek/validate_chart_annotations.py      |   2 +-
 49 files changed, 733 insertions(+), 141 deletions(-)
 copy 
airflow-core/src/airflow/migrations/versions/{0011_2_9_0_add_dataset_expression_in_dagmodel.py
 => 0088_3_2_0_add_length_dag_bundle_team_bundle_name.py} (56%)

Reply via email to