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/03/15 01:22:14 UTC

[airflow] branch master updated (4408866 -> feb6b81)

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

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


    from 4408866  Fixes case where output log is missing for image waiting (#14784)
     add feb6b81  Drop support for SequentialExecutor in Helm Chart (#14766)

No new revisions were added by this update.

Summary of changes:
 chart/README.md                                    | 20 +++++++++++++++++--
 chart/templates/rbac/pod-launcher-rolebinding.yaml |  2 +-
 .../templates/scheduler/scheduler-deployment.yaml  |  4 ++--
 .../scheduler/scheduler-networkpolicy.yaml         |  2 +-
 chart/templates/scheduler/scheduler-service.yaml   |  2 +-
 chart/tests/helm_template_generator.py             |  2 +-
 chart/tests/test_basic_helm_chart.py               | 15 +++++++++++++-
 chart/tests/test_keda.py                           |  1 -
 chart/tests/test_pod_launcher_role.py              |  1 -
 chart/values.schema.json                           |  5 +++--
 chart/values.yaml                                  |  7 ++++---
 docs/helm-chart/index.rst                          | 23 +++++++++++++++++++---
 12 files changed, 65 insertions(+), 19 deletions(-)