You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2020/06/04 02:15:02 UTC

[airflow] branch v1-10-test updated (0e37b73 -> 368bc95)

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

dimberman pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 0e37b73  [AIRFLOW-5445] Reduce the required resources for the Kubernetes's sidecar (#6062)
     add 368bc95  [AIRFLOW-5873] KubernetesPodOperator fixes and test (#6524)

No new revisions were added by this update.

Summary of changes:
 .../contrib/operators/kubernetes_pod_operator.py   | 67 +++++++++++++++-------
 airflow/kubernetes/pod.py                          | 21 +++++++
 airflow/kubernetes/pod_generator.py                |  1 -
 .../kubernetes/test_kubernetes_pod_operator.py     | 27 +++++++--
 4 files changed, 90 insertions(+), 26 deletions(-)