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

potiuk pushed a change to branch filter-versions-to-latest-minor
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 0cd15593160 Only show latest minor versions in version drop-down in 
docs
     add 551fb3adf8f Update airflow-api.service (#53842)
     add b37016084ed Fix systemd service files issues (#57126)
     add cf82ae49a74 Make single workflow to run both AMD and ARM builds 
(#56887)
     add 427f3fa4ab8 refactor sync_bundles_to_db (#57150)
     add 2d3efa900de Fix: Handle string formatted conf param in 
TriggerDagRunOperator (#57214)
     new 7972c7accca Only show latest minor versions in version drop-down in 
docs

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   (0cd15593160)
            \
             N -- N -- N   refs/heads/filter-versions-to-latest-minor 
(7972c7accca)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/{ci-amd.yml => ci-amd-arm.yml}   | 128 +--
 .github/workflows/ci-arm.yml                       | 860 ---------------------
 .../src/airflow/dag_processing/bundles/manager.py  |   9 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   5 +
 .../src/airflow_breeze/utils/selective_checks.py   |  55 ++
 .../providers/standard/operators/trigger_dagrun.py |   7 +-
 .../unit/standard/operators/test_trigger_dagrun.py |  36 +-
 scripts/systemd/airflow-api.service                |   9 +-
 scripts/systemd/airflow-flower.service             |   1 -
 scripts/systemd/airflow-kerberos.service           |   2 +-
 scripts/systemd/airflow-triggerer.service          |   9 +-
 11 files changed, 183 insertions(+), 938 deletions(-)
 rename .github/workflows/{ci-amd.yml => ci-amd-arm.yml} (91%)
 delete mode 100644 .github/workflows/ci-arm.yml

Reply via email to