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/01/04 12:10:10 UTC

[airflow] branch main updated (9461c47 -> 7222f68)

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 9461c47  Prevent exponential memory growth in Tasks with custom logging handler  (#20541)
     add 7222f68  Update Kubernetes library version (#18797)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/cncf/kubernetes/__init__.py      | 27 ++++++++++++++++++++++
 .../providers/cncf/kubernetes/utils/pod_manager.py | 12 +++++++---
 setup.py                                           |  2 +-
 tests/kubernetes/test_client.py                    |  6 ++++-
 4 files changed, 42 insertions(+), 5 deletions(-)