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/04/30 20:12:25 UTC

[airflow] branch master updated (a4211e2 -> f8a70e1)

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

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


    from a4211e2  Fix changing the parent dag state on subdag clear (#15562)
     add f8a70e1  Support MySQL db in the helm chart (#15616)

No new revisions were added by this update.

Summary of changes:
 .../secrets/metadata-connection-secret.yaml        |   9 +-
 .../secrets/result-backend-connection-secret.yaml  |   7 +-
 chart/tests/test_metadata_connection_secret.py     | 108 ++++++++++++++++++
 .../tests/test_result_backend_connection_secret.py | 124 +++++++++++++++++++++
 chart/values.schema.json                           |   8 ++
 chart/values.yaml                                  |   2 +
 6 files changed, 252 insertions(+), 6 deletions(-)
 create mode 100644 chart/tests/test_metadata_connection_secret.py
 create mode 100644 chart/tests/test_result_backend_connection_secret.py