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

github-actions[bot] pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit b967d82c077 [main] CI: Upgrade important CI environment
     add dbeeb2c71bb Bump the fab-ui-package-updates group across 1 directory 
with 4 updates (#72383)
     add fb1d49d5d70 Bump the edge-ui-package-updates group across 1 directory 
with 13 updates (#72257)
     add 3e93c772281 Generate fab permission table (#72230)
     add dbaf9c63199 Add KubernetesPodExecOperator for existing Kubernetes Pods 
(#71244)
     add bdb9580de61 Helm: Point flower extraNetworkPolicies deprecation at the 
real key (#72052)
     add b9d52f770c3 Remove dead type-mismatched guard in airflow-ctl command 
generation (#70945)
     add 7036d244b13 Fix Helm chart rendering an invalid label for multi-team 
executors (#72200)
     add ab0e48e275d Fix to Broken link in Tasks SDK Documentation (#72443)
     add 38401f87041 Pin pnpm version for FAB and Edge3 UI so bumps keep 
security overrides (#72390)
     add d41f589538b Add YashrajG to INTHEWILD (#72418)
     add 9b3cc52821e Change the path from airflow.utils.state.TaskInstanceState 
to `airflow.sdk.TaskInstanceState` for informatica provider (#72445)
     add b3b62fa8cf3 Add unit tests for common AI provider exceptions (#72082)
     add 05858e9bd99 [main] CI: Upgrade important CI environment

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   (b967d82c077)
            \
             N -- N -- N   refs/heads/ci-upgrade-main (05858e9bd99)

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:
 .pre-commit-config.yaml                            |   17 +-
 INTHEWILD.md                                       |    2 +-
 .../tests/unit/always/test_project_structure.py    |    1 -
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |    4 +-
 chart/templates/NOTES.txt                          |    2 +-
 .../templates/scheduler/scheduler-deployment.yaml  |    2 +-
 .../helm_tests/airflow_core/test_scheduler.py      |   23 +-
 chart/values.schema.json                           |    2 +-
 chart/values.yaml                                  |    2 +-
 providers/cncf/kubernetes/docs/kubernetes_rbac.rst |   21 +
 providers/cncf/kubernetes/docs/operators.rst       |   32 +
 providers/cncf/kubernetes/provider.yaml            |    1 +
 .../providers/cncf/kubernetes/get_provider_info.py |    1 +
 .../cncf/kubernetes/operators/pod_exec.py          |  297 +++++
 .../cncf/kubernetes/example_kubernetes_pod_exec.py |  119 ++
 .../cncf/kubernetes/operators/test_pod_exec.py     |  381 +++++++
 .../ai/tests/unit/common/ai/test_exceptions.py     |   55 +
 .../providers/edge3/plugins/www/package.json       |   27 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 1173 ++++++++++----------
 providers/fab/docs/auth-manager/access-control.rst |  656 +++++++++--
 .../fab/src/airflow/providers/fab/www/package.json |    9 +-
 .../src/airflow/providers/fab/www/pnpm-lock.yaml   |  314 +++---
 .../providers/informatica/plugins/listener.py      |    2 +-
 scripts/ci/prek/fab_permissions_doc.py             |  416 +++++++
 task-sdk/docs/examples.rst                         |    2 +-
 task-sdk/docs/index.rst                            |    2 +
 uv.lock                                            |  473 ++++----
 27 files changed, 2982 insertions(+), 1054 deletions(-)
 create mode 100644 
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod_exec.py
 create mode 100644 
providers/cncf/kubernetes/tests/system/cncf/kubernetes/example_kubernetes_pod_exec.py
 create mode 100644 
providers/cncf/kubernetes/tests/unit/cncf/kubernetes/operators/test_pod_exec.py
 create mode 100644 providers/common/ai/tests/unit/common/ai/test_exceptions.py
 create mode 100755 scripts/ci/prek/fab_permissions_doc.py

Reply via email to