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 2020/08/26 14:40:27 UTC

[airflow] branch master updated (3a34962 -> 8a7c372)

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

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


    from 3a34962  Update CHANGELOG complete class name (#10573)
     add 8a7c372  Untangle cyclic deps configuration <> secrets (#10559)

No new revisions were added by this update.

Summary of changes:
 airflow/configuration.py                           | 57 ++++++++++++-
 airflow/hooks/base_hook.py                         |  5 +-
 airflow/models/connection.py                       | 19 ++++-
 airflow/models/variable.py                         | 20 ++++-
 airflow/secrets/__init__.py                        | 93 +---------------------
 .../amazon/aws/secrets/test_systems_manager.py     |  2 +-
 tests/secrets/test_secrets.py                      | 14 ++--
 7 files changed, 99 insertions(+), 111 deletions(-)