This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from b7c8b59 Update date in chagelog for 2.1.0
new 5b28c45 Add missing License details for ``Connexion`` (#15906)
new 1928825 Add proper rat-excludes and missing licence (#15908)
new c3da381 Prep for 2.1.0 release (#15913)
new 304e174 Sandbox templates (#15912)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.rat-excludes | 9 +++++++
LICENSE | 1 +
UPDATING.md | 8 +++----
airflow/models/baseoperator.py | 7 +++++-
airflow/models/dag.py | 3 ++-
airflow/models/taskinstance.py | 11 +++------
.../example_latest_only.py => templates.py} | 26 ++++++++------------
airflow/ui/.env.example | 17 +++++++++++++
.../hooks/conftest.py => core/test_templates.py} | 28 ++++++++++++----------
tests/models/test_baseoperator.py | 2 +-
10 files changed, 69 insertions(+), 43 deletions(-)
copy airflow/{example_dags/example_latest_only.py => templates.py} (58%)
copy tests/{providers/amazon/aws/hooks/conftest.py => core/test_templates.py}
(62%)