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 2020/08/18 17:59:27 UTC

[airflow] branch v1-10-stable updated (760bcb8 -> 779fbe0)

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

kaxilnaik pushed a change to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 760bcb8  Fix PythonVirtualenvOperator when using provide_context=True (#8256)
     add 8746f52  Sort connection type list in add/edit page alphabetically (#8692)
     add c44fddf  Fix issue with mounting volumes from secrets (#10366)
     add 779fbe0  Update Changelog for 1.10.12rc2

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.txt                                      |  5 +++-
 airflow/contrib/kubernetes/pod.py                  | 25 ++--------------
 airflow/kubernetes/pod_generator.py                | 18 +++++++-----
 airflow/kubernetes/pod_launcher.py                 |  5 ++--
 airflow/kubernetes/worker_configuration.py         |  1 -
 airflow/www/views.py                               |  3 +-
 airflow/www_rbac/forms.py                          |  3 +-
 kubernetes_tests/test_kubernetes_pod_operator.py   | 34 ++++++++++++++++++++++
 .../ci/kubernetes/secrets.yaml                     | 13 +++++----
 scripts/ci/libraries/_kind.sh                      |  1 +
 tests/kubernetes/test_pod_generator.py             |  3 --
 tests/kubernetes/test_pod_launcher.py              | 17 ++++++-----
 tests/kubernetes/test_worker_configuration.py      |  9 ++++++
 tests/test_local_settings/test_local_settings.py   | 16 +++++-----
 14 files changed, 94 insertions(+), 59 deletions(-)
 copy yamllint-config.yml => scripts/ci/kubernetes/secrets.yaml (86%)