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

ash pushed a change to branch task-sdk-upload-remote-logs-from-supervisor
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard fc39ac4e5da Re-enable uploading to remote blob sotrage from Trigger 
and executors for the beta
     add 2f9b1e81185 Further simplify asset selection (#47089)
     add 3153a28db6f Sync asset and alias property changes into db (#47090)
     add edbfa0ea057 Update providers metadata 2025-02-26 (#47097)
     add 4ec1fc37d00 Bump minimum trino version to 0.319.0 (#47118)
     add 87a3db98fc5 Start the api-server in AF3, webserver in AF2 (#47085)
     add a06e7096264 Re-enable uploading to remote blob sotrage from Trigger 
and executors for the beta

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   (fc39ac4e5da)
            \
             N -- N -- N   
refs/heads/task-sdk-upload-remote-logs-from-supervisor (a06e7096264)

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/dag_processing/collection.py               |  49 +--
 airflow/models/dag.py                              |   4 +-
 airflow/models/trigger.py                          |   2 +-
 chart/templates/_helpers.yaml                      |   4 +-
 .../api-server/api-server-deployment.yaml          | 122 +++---
 .../api-server/api-server-networkpolicy.yaml       |  10 +-
 .../api-server/api-server-poddisruptionbudget.yaml |   8 +-
 chart/templates/api-server/api-server-service.yaml |  18 +-
 .../api-server/api-server-serviceaccount.yaml      |  12 +-
 chart/templates/configmaps/configmap.yaml          |   2 +-
 .../templates/webserver/webserver-deployment.yaml  |   2 +-
 chart/templates/webserver/webserver-hpa.yaml       |   4 +-
 chart/templates/webserver/webserver-ingress.yaml   |   2 +-
 .../webserver/webserver-networkpolicy.yaml         |   2 +-
 .../webserver/webserver-poddisruptionbudget.yaml   |   2 +-
 chart/templates/webserver/webserver-service.yaml   |   2 +-
 .../webserver/webserver-serviceaccount.yaml        |   2 +
 chart/values.schema.json                           |  12 +-
 chart/values.yaml                                  |   8 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |  36 +-
 generated/provider_dependencies.json               |   2 +-
 generated/provider_metadata.json                   | 414 ++++++++++++++++-----
 helm_tests/airflow_aux/test_basic_helm_chart.py    |  16 +-
 helm_tests/airflow_core/test_api_server.py         |  68 ++--
 helm_tests/security/test_rbac.py                   |  42 ++-
 kubernetes_tests/test_base.py                      |  24 +-
 providers/trino/README.rst                         |   2 +-
 providers/trino/pyproject.toml                     |   2 +-
 .../airflow/providers/trino/get_provider_info.py   |   2 +-
 scripts/ci/kubernetes/nodeport.yaml                |   6 +-
 tests/dag_processing/test_collection.py            |  55 ++-
 tests/jobs/test_triggerer_job.py                   |   1 +
 32 files changed, 616 insertions(+), 321 deletions(-)

Reply via email to