You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/05 15:56:52 UTC

[airflow] branch master updated (4099108 -> 5606137)

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

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


    from 4099108  Update import path and fix typo in `dag-run.rst` (#15201)
     add 5606137  Bugfix: Fix overriding `pod_template_file` in KubernetesExecutor (#15197)

No new revisions were added by this update.

Summary of changes:
 .../example_kubernetes_executor_config.py          |  3 +-
 airflow/executors/kubernetes_executor.py           |  2 +-
 .../basic_template.yaml                            |  4 +-
 docs/apache-airflow/executor/kubernetes.rst        |  2 +-
 .../basic_template.yaml}                           | 19 +++--
 tests/executors/test_kubernetes_executor.py        | 91 +++++++++++++++++++++-
 6 files changed, 108 insertions(+), 13 deletions(-)
 copy tests/{kubernetes/basic_pod.yaml => executors/kubernetes_executor_template_files/basic_template.yaml} (75%)