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 2021/08/02 11:40:56 UTC

[airflow] tag providers-salesforce/3.1.0 updated (87f408b -> 4dc622d)

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

potiuk pushed a change to tag providers-salesforce/3.1.0
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag providers-salesforce/3.1.0 was modified! ***

    from 87f408b  (commit)
      to 4dc622d  (commit)
    from 87f408b  Prepares docs for Rc2 release of July providers (#17116)
     add 997f7d0  Update spark_kubernetes.py (#17237)
     add 938507f  Chart: Bump version to ``1.2.0-rc1`` (#17245)
     add ad396d0  Doc: Update Helm Chart 1.1.0 Release Date (#17244)
     add 426f13d  Fix Helm chart release guide (#17242)
     add e0a4197  Improve postgres provider logging (#17214)
     add 0801322  Dont use TaskInstance in CeleryExecutor.trigger_tasks (#16248)
     add 00ffae8  Remove support for Airflow 1.10 cmds in entrypoint_prod.sh (#17248)
     add b0b2591  Fix static checks (#17256)
     add 4dc622d  Prepares release for Salesforce provider (#17272)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/celery_executor.py                    | 14 +++++++-------
 .../cncf/kubernetes/operators/spark_kubernetes.py       |  3 ++-
 airflow/providers/postgres/hooks/postgres.py            |  1 +
 airflow/providers/postgres/operators/postgres.py        |  1 -
 .../providers/salesforce/.latest-doc-only-change.txt    |  2 +-
 airflow/providers/salesforce/CHANGELOG.rst              | 14 ++++++++++++++
 airflow/providers/salesforce/provider.yaml              |  1 +
 chart/CHANGELOG.txt                                     |  2 +-
 chart/Chart.yaml                                        |  2 +-
 dev/README_RELEASE_HELM_CHART.md                        |  2 +-
 docs/apache-airflow-providers-salesforce/commits.rst    | 17 ++++++++++++++++-
 docs/apache-airflow-providers-salesforce/index.rst      |  6 +++---
 docs/docker-stack/entrypoint.rst                        |  2 +-
 scripts/in_container/prod/entrypoint_prod.sh            |  2 +-
 tests/executors/test_celery_executor.py                 |  6 ++----
 15 files changed, 52 insertions(+), 23 deletions(-)