You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/28 19:36:37 UTC

[airflow] branch main updated (0d64d66 -> e1a42c4)

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

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


    from 0d64d66  Stop crashing when empty logs are received from kubernetes client (#22566)
     add e1a42c4  Add timeout parameter to `DockerOperator` (#22502)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/docker/hooks/docker.py              | 7 ++++++-
 airflow/providers/docker/operators/docker.py          | 8 +++++++-
 tests/providers/docker/hooks/test_docker.py           | 6 +++++-
 tests/providers/docker/operators/test_docker.py       | 9 +++++----
 tests/providers/docker/operators/test_docker_swarm.py | 3 ++-
 5 files changed, 25 insertions(+), 8 deletions(-)