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/01/26 15:29:01 UTC

[airflow] branch v1-10-stable updated (3de7036 -> dc73f34)

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 3de7036  Add clearer exception for read failures in macro plugin upgrade check (#13371)
     add 4672602  Restores accidentally removed kerberos authenttication
     add dc73f34  Remove UndefinedJinjaVariableRule

No new revisions were added by this update.

Summary of changes:
 airflow/upgrade/rules/undefined_jinja_varaibles.py | 154 ----------------
 scripts/in_container/_in_container_utils.sh        |  34 ++++
 scripts/in_container/entrypoint_ci.sh              |  18 ++
 .../rules/test_undefined_jinja_varaibles.py        | 198 ---------------------
 4 files changed, 52 insertions(+), 352 deletions(-)
 delete mode 100644 airflow/upgrade/rules/undefined_jinja_varaibles.py
 delete mode 100644 tests/upgrade/rules/test_undefined_jinja_varaibles.py