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/12/07 21:55:58 UTC

[airflow] branch master updated (c2411e3 -> 190066c)

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

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


    from c2411e3  Make Migrations 1.10.14 Compatible (#12896)
     add 190066c  Kubernetes worker pod doesn't use docker container entrypoint (#12766)

No new revisions were added by this update.

Summary of changes:
 UPGRADING_TO_2.0.md                                | 22 ++++++++++++++++++++++
 airflow/cli/commands/kubernetes_command.py         |  2 +-
 airflow/executors/kubernetes_executor.py           |  2 +-
 airflow/kubernetes/pod_generator.py                |  4 ++--
 airflow/models/taskinstance.py                     |  2 +-
 .../templates/scheduler/scheduler-deployment.yaml  |  2 +-
 .../templates/webserver/webserver-deployment.yaml  |  2 +-
 chart/tests/test_basic_helm_chart.py               |  2 --
 scripts/in_container/prod/entrypoint_prod.sh       |  7 +++----
 tests/kubernetes/test_pod_generator.py             |  8 ++++----
 tests/models/test_renderedtifields.py              |  2 +-
 tests/models/test_taskinstance.py                  |  2 +-
 12 files changed, 38 insertions(+), 19 deletions(-)