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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 05b6b741cb Use TracebackSession when internal API configured and 
getting current session (#39600)
     add f57de6c183 Move Kubernetes cli to provider package (#39587)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_config.py                              |  4 ++--
 airflow/cli/commands/kubernetes_command.py             |  7 +++++++
 .../cncf/kubernetes/cli}/__init__.py                   |  0
 .../cncf/kubernetes/cli}/kubernetes_command.py         |  0
 .../cncf/kubernetes/executors/kubernetes_executor.py   |  4 ++--
 tests/deprecations_ignore.yml                          |  1 +
 .../providers/cncf/kubernetes/cli}/__init__.py         |  0
 .../cncf/kubernetes/cli}/test_kubernetes_command.py    | 18 +++++++++---------
 8 files changed, 21 insertions(+), 13 deletions(-)
 copy airflow/{api_connexion => providers/cncf/kubernetes/cli}/__init__.py 
(100%)
 copy airflow/{cli/commands => 
providers/cncf/kubernetes/cli}/kubernetes_command.py (100%)
 copy {airflow/api_connexion => 
tests/providers/cncf/kubernetes/cli}/__init__.py (100%)
 copy tests/{cli/commands => 
providers/cncf/kubernetes/cli}/test_kubernetes_command.py (93%)

Reply via email to