You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/09/05 12:13:02 UTC

[airflow] branch main updated (54e7d20176 -> 25d0baa4ee)

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

ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 54e7d20176 Bump dep on common-sql to fix issue with SQLTableCheckOperator (#26143)
     add 25d0baa4ee Prepare bug-fix release of providers out of band (#26109)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/CHANGELOG.rst             | 36 ++++++++++++++++++++++
 airflow/providers/amazon/provider.yaml             |  3 +-
 airflow/providers/common/sql/CHANGELOG.rst         | 21 +++++++++++++
 airflow/providers/postgres/CHANGELOG.rst           | 13 ++++++++
 airflow/providers/postgres/provider.yaml           |  1 +
 airflow/providers/presto/CHANGELOG.rst             | 16 ++++++++++
 airflow/providers/presto/provider.yaml             |  1 +
 airflow/providers/sqlite/CHANGELOG.rst             | 16 ++++++++++
 airflow/providers/sqlite/provider.yaml             |  1 +
 airflow/providers/trino/CHANGELOG.rst              | 16 ++++++++++
 airflow/providers/trino/provider.yaml              |  1 +
 docs/apache-airflow-providers-amazon/commits.rst   | 32 +++++++++++++++++++
 docs/apache-airflow-providers-amazon/index.rst     |  8 ++---
 .../commits.rst                                    | 16 ++++++++++
 docs/apache-airflow-providers-common-sql/index.rst |  2 +-
 docs/apache-airflow-providers-postgres/commits.rst | 16 +++++++++-
 docs/apache-airflow-providers-postgres/index.rst   | 10 +++---
 docs/apache-airflow-providers-presto/commits.rst   | 15 ++++++++-
 docs/apache-airflow-providers-presto/index.rst     |  8 ++---
 docs/apache-airflow-providers-sqlite/commits.rst   | 15 ++++++++-
 docs/apache-airflow-providers-sqlite/index.rst     |  8 ++---
 docs/apache-airflow-providers-trino/commits.rst    | 15 ++++++++-
 docs/apache-airflow-providers-trino/index.rst      |  8 ++---
 generated/provider_dependencies.json               |  2 +-
 24 files changed, 252 insertions(+), 28 deletions(-)