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 bcdd3bb  (commit)
      to 0161b5e  (commit)
    from bcdd3bb  Increasing type coverage FTP (#11107)
     add e252a60  Adds timeout in CI/PROD waiting jobs (#11117)
     add 620b098  Add Helm Chart linting (#11108)
     add af3c677  README Doc: Link to Airflow directory in ASF Directory 
(#11137)
     add e3f96ce  Fix incorrect Usage of Optional[bool] (#11138)
     add 51052aa  Fix FROM directive in docs/production-deployment.rst (#11139)
     add 45669be  Increasing type coverage for salesforce provide (#11135)
     add 68fa29b  Added support for encrypted private keys in SSHHook (#11097)
     add 7c0541b  Fix error message when checking literalinclude in docs 
(#11140)
     add 6970584  Upgrade to latest isort & pydocstyle (#11142)
     add 37798f0  Do not silently allow the use of undefined variables in 
jinja2 templates (#11016)
     add f4ec1f6  Move Backport Providers docs to our docsite (#11136)
     add 1f0a785  Fix user in helm chart pgbouncer deployment (#11143)
     add b40df1b  Fixes celery deployments for Airflow 2.0 (#11129)
     add ce6b257  Fix gitSync user in the helm Chart (#11127)
     add 99accec  Fix incorrect Usage of Optional[str] & Optional[int] (#11141)
     add edf8033  Remove link to Dag Model view given the redundancy with DAG 
Details view (#11082)
     add 33fe9a5  Make sure pgbouncer-exporter docker image is linux/amd64 
(#11148)
     add c65d4663 Update to latest version of pbgouncer-exporter (#11150)
     add b92c60a  Add new member to Polidea (#11153)
     add ee90807  Massively speed up the query returned by TI.filter_for_tis 
(#11147)
     add 08dfd8c  Increase Type coverage for IMAP provider (#11154)
     add 0161b5e  Increasing type coverage for multiple provider (#11159)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   2 +
 .pre-commit-config.yaml                            |  11 ++-
 BREEZE.rst                                         |  14 +--
 INTHEWILD.md                                       |   2 +-
 README.md                                          |  88 +----------------
 STATIC_CODE_CHECKS.rst                             |   2 +
 UPDATING.md                                        |  14 +++
 airflow/models/dag.py                              |   4 +-
 airflow/models/dagrun.py                           |   2 +-
 airflow/models/taskinstance.py                     |  68 ++++++++-----
 airflow/operators/sql.py                           |   2 +-
 .../providers/amazon/aws/operators/s3_bucket.py    |   2 +-
 .../providers/amazon/aws/transfers/mysql_to_s3.py  |   4 +-
 airflow/providers/apache/hive/hooks/hive.py        |   2 +-
 airflow/providers/apache/kylin/hooks/kylin.py      |   2 +-
 .../providers/apache/kylin/operators/kylin_cube.py |   4 +-
 airflow/providers/apache/pinot/hooks/pinot.py      |  12 +--
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |  11 +--
 .../cncf/kubernetes/operators/kubernetes_pod.py    |  14 +--
 .../cncf/kubernetes/sensors/spark_kubernetes.py    |   8 +-
 airflow/providers/docker/operators/docker.py       |   2 +-
 .../providers/google/cloud/hooks/datacatalog.py    |   2 +-
 .../providers/google/cloud/operators/bigquery.py   |  12 +--
 .../google/cloud/operators/datacatalog.py          |   3 +-
 .../google/cloud/operators/stackdriver.py          |  20 ++--
 airflow/providers/imap/hooks/imap.py               |  16 +--
 airflow/providers/imap/sensors/imap_attachment.py  |   4 +-
 airflow/providers/plexus/hooks/plexus.py           |  10 +-
 airflow/providers/plexus/operators/job.py          |  14 +--
 airflow/providers/salesforce/hooks/salesforce.py   |  32 +++---
 airflow/providers/salesforce/hooks/tableau.py      |   6 +-
 .../operators/tableau_refresh_workbook.py          |   2 +-
 .../salesforce/sensors/tableau_job_status.py       |   2 +-
 airflow/providers/sftp/operators/sftp.py           |   7 +-
 airflow/providers/sftp/sensors/sftp.py             |   8 +-
 airflow/providers/slack/hooks/slack.py             |   4 +-
 airflow/providers/slack/hooks/slack_webhook.py     |   6 +-
 airflow/providers/slack/operators/slack.py         |  10 +-
 airflow/providers/slack/operators/slack_webhook.py |   3 +-
 airflow/providers/snowflake/hooks/snowflake.py     |  24 +++--
 airflow/providers/snowflake/operators/snowflake.py |  26 ++---
 .../snowflake/transfers/s3_to_snowflake.py         |  21 ++--
 airflow/providers/ssh/hooks/ssh.py                 |   7 +-
 airflow/www/templates/airflow/dag_details.html     |  26 +++++
 airflow/www/templates/airflow/dags.html            |   8 --
 airflow/www/views.py                               |  12 ++-
 breeze-complete                                    |   1 +
 .../pgbouncer-exporter/build_and_push.sh           |  42 +-------
 chart/templates/_helpers.yaml                      |   2 +
 chart/templates/flower/flower-deployment.yaml      |   2 +-
 .../templates/pgbouncer/pgbouncer-deployment.yaml  |   2 +-
 chart/templates/workers/worker-deployment.yaml     |   2 +-
 chart/tests/git-sync-scheduler_test.yaml           |   2 +
 chart/tests/pod-template-file_test.yaml            |   2 +
 chart/values.yaml                                  |   3 +-
 docs/backport-providers.rst                        | 109 +++++++++++++++++++++
 docs/build_docs.py                                 |   2 +-
 docs/howto/connection/ssh.rst                      |   1 +
 docs/img/dags.png                                  | Bin 258394 -> 186281 bytes
 docs/index.rst                                     |   1 +
 docs/production-deployment.rst                     |  10 +-
 ..._lint_dockerfile.sh => pre_commit_helm_lint.sh} |   2 +-
 .../helm_lint.sh}                                  |   9 +-
 tests/models/test_baseoperator.py                  |  16 ++-
 tests/providers/ssh/hooks/test_ssh.py              |  67 ++++++++++++-
 65 files changed, 508 insertions(+), 322 deletions(-)
 create mode 100644 docs/backport-providers.rst
 copy scripts/ci/pre_commit/{pre_commit_lint_dockerfile.sh => 
pre_commit_helm_lint.sh} (92%)
 copy scripts/ci/{constraints/ci_generate_constraints.sh => 
static_checks/helm_lint.sh} (84%)

Reply via email to