This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 3391c90 fix pod launcher rolebinding in helm chart (#11675) add 3a45f1f Extract Kubernetes command to separate file (#11669) No new revisions were added by this update. Summary of changes: airflow/cli/cli_parser.py | 2 +- airflow/cli/commands/dag_command.py | 43 --------------- airflow/cli/commands/kubernetes_command.py | 63 ++++++++++++++++++++++ tests/cli/commands/test_dag_command.py | 12 ----- ...rsion_command.py => test_kubernetes_command.py} | 25 +++++---- 5 files changed, 80 insertions(+), 65 deletions(-) create mode 100644 airflow/cli/commands/kubernetes_command.py copy tests/cli/commands/{test_version_command.py => test_kubernetes_command.py} (51%)