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

potiuk pushed a change to branch backport-63b9826-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 01cf2c0d852 Merge branch 'v3-3-test' into backport-63b9826-v3-3-test
 discard 18676fd86de [v3-3-test] Automate stable REST API permission reference 
doc generation (#67606)
     add ddf77762676 Reduce noise in the daily CI duration trend alert (#69113) 
(#69337)
     add 2a67b2dc877 [v3-3-test] Update local Otel Collector and Prometheus 
Versions to support Exponential Histograms. (#69040) (#69056)
     add f474e0ea6c7 [v3-3-test] Honor catchup for historical asset events in 
asset-triggered Dags (#68749) (#69224)
     add 9b7bd554b16 [v3-3-test] Mark dags details for airflowctl (#68529) 
(#69222)
     add f266912c76a [v3-3-test] [AIP-94] Mark variables CLI commands as 
migrated to airflowctl (#68932) (#69127)
     add 2c4ed89c7d3 [v3-3-test] Automate stable REST API permission reference 
doc generation (#67606)

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   (01cf2c0d852)
            \
             N -- N -- N   refs/heads/backport-63b9826-v3-3-test (2c4ed89c7d3)

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/ci-duration-monitor.yml          |  13 +++
 .../logging-monitoring/metrics.rst                 |  36 ++++++
 airflow-core/docs/security/api_permissions_ref.rst |  26 +++--
 airflow-core/newsfragments/68749.bugfix.rst        |   1 +
 .../src/airflow/cli/commands/dag_command.py        |   1 +
 .../src/airflow/cli/commands/variable_command.py   |   7 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |  14 ++-
 .../unit/cli/commands/test_command_deprecations.py |   7 ++
 airflow-core/tests/unit/jobs/test_scheduler_job.py | 123 +++++++++++++++++----
 scripts/ci/docker-compose/integration-otel.yml     |   7 +-
 .../ci/docker-compose/otel-collector-config.yml    |   7 +-
 11 files changed, 200 insertions(+), 42 deletions(-)
 create mode 100644 airflow-core/newsfragments/68749.bugfix.rst

Reply via email to