You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/03/02 16:17:06 UTC

[airflow] branch main updated (c16228d -> ac77c89)

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

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


    from c16228d  Fix single backticks in rst changelogs (#21922)
     add ac77c89  Add map_index to pods launched by KubernetesExecutor (#21871)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/kubernetes_executor.py          | 39 ++++++++++++++---------
 airflow/kubernetes/kubernetes_helper_functions.py |  9 +++++-
 airflow/kubernetes/pod_generator.py               |  4 +++
 airflow/models/taskinstance.py                    |  4 ++-
 tests/kubernetes/test_pod_generator.py            | 37 +++++++++++++++++++++
 tests/models/test_taskinstance.py                 |  4 +--
 6 files changed, 78 insertions(+), 19 deletions(-)