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/12/29 16:24:35 UTC

[airflow] branch main updated (8a03a50 -> f200bb1)

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

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


    from 8a03a50  Bump croniter from `<1.1` to `<1.2` (#20489)
     add f200bb1  Simplify ``KubernetesPodOperator`` (#19572)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    |  84 +++++
 .../cncf/kubernetes/operators/kubernetes_pod.py    | 348 +++++++++++----------
 .../cncf/kubernetes/utils/pod_launcher.py          | 269 ++++++++--------
 docs/spelling_wordlist.txt                         |   2 +
 kubernetes_tests/test_kubernetes_pod_operator.py   | 123 ++++----
 .../test_kubernetes_pod_operator_backcompat.py     |  58 ++--
 .../kubernetes/operators/test_kubernetes_pod.py    | 201 +++++++-----
 .../cncf/kubernetes/utils/test_pod_launcher.py     | 128 +++++---
 8 files changed, 726 insertions(+), 487 deletions(-)