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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from c420dbd  (commit)
      to 2248a5d  (commit)
    from c420dbd  Bump Pylint to 2.5.3 (#9294)
     add a97400d  Move out sendgrid emailer from airflow.contrib (#9355)
     add 75790d8  Check all deprecation messages in airflow.contrib (#9552)
     add 6aabd9a  More sensible docker caching strategy for Prod images (#9547)
     add c3bc26c  Clean up airflow.contrib in Kubernetes docs (#9551)
     add 2248a5d  Expose option: look_for_keys in ssh_hook via extras (#8793)

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   2 -
 .github/workflows/ci.yml                           |  20 ++--
 BREEZE.rst                                         |  85 +++++++++++++--
 IMAGES.rst                                         |  52 +++++++---
 UPDATING.md                                        |  21 ++++
 airflow/configuration.py                           |   7 ++
 airflow/contrib/utils/log/__init__.py              |   2 +-
 airflow/contrib/utils/sendgrid.py                  | 115 +++------------------
 .../providers/sendgrid}/__init__.py                |   0
 .../providers/sendgrid/utils}/__init__.py          |   0
 .../sendgrid/utils/emailer.py}                     |  18 +---
 airflow/providers/ssh/hooks/ssh.py                 |   8 +-
 breeze                                             |  48 +++++++--
 breeze-complete                                    |   6 +-
 docs/conf.py                                       |   4 +-
 docs/howto/connection/ssh.rst                      |   4 +-
 docs/howto/email-config.rst                        |  29 ++++++
 docs/howto/operator/kubernetes.rst                 |   8 +-
 docs/integration.rst                               |   1 +
 ...image_on_ci.sh => ci_prepare_ci_image_on_ci.sh} |   3 -
 ...ace_on_ci.sh => ci_prepare_prod_image_on_ci.sh} |   6 +-
 scripts/ci/libraries/_build_images.sh              |  78 +++++++++++---
 scripts/ci/libraries/_initialization.sh            |   5 -
 .../{zendesk/hooks => sendgrid}/__init__.py        |   0
 .../{zendesk/hooks => sendgrid/utils}/__init__.py  |   0
 .../sendgrid/utils/test_emailer.py}                |   8 +-
 tests/providers/ssh/hooks/test_ssh.py              |  24 ++++-
 tests/test_project_structure.py                    |  15 ++-
 28 files changed, 357 insertions(+), 212 deletions(-)
 copy {tests/providers/zendesk/hooks => airflow/providers/sendgrid}/__init__.py 
(100%)
 copy {tests/providers/zendesk/hooks => 
airflow/providers/sendgrid/utils}/__init__.py (100%)
 copy airflow/{contrib/utils/sendgrid.py => 
providers/sendgrid/utils/emailer.py} (88%)
 rename scripts/ci/{ci_prepare_image_on_ci.sh => ci_prepare_ci_image_on_ci.sh} 
(91%)
 copy scripts/ci/{ci_free_space_on_ci.sh => ci_prepare_prod_image_on_ci.sh} 
(91%)
 copy tests/providers/{zendesk/hooks => sendgrid}/__init__.py (100%)
 copy tests/providers/{zendesk/hooks => sendgrid/utils}/__init__.py (100%)
 rename tests/{utils/test_sendgrid.py => 
providers/sendgrid/utils/test_emailer.py} (93%)

Reply via email to