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/06/22 19:25:09 UTC

[airflow] 31/47: More documentation update for June providers release (#16405)

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

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 8febc32914cc7765d673c6f0d46679688ac3193b
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Jun 15 10:34:15 2021 +0200

    More documentation update for June providers release (#16405)
    
    The provider changelogs were already merged but they could not be
    released due to unavailability of signing key in remote location
    The documentation has once more been updated, including latest
    merges - documentation-only changes were removed from
    bugs/feetures/breaking changes lists.
    
    Few other improvements:
    
    * Pre-commit was added to make sure that the documentation
      in provider's index.rst files includes the latest changelog.
    * Index.rst now contain includes of the CHANGELOG.rst rather
      than copy of the CHANGELOG.rst
    * The `prepare-provider-package` breeze command has --non-interactive
      flag now
    * generated provider package README.rst contain changelog so you can
      see the changelog directly in PyPI
    * "Suggest change on this page" link in documentation is fixed.
    
    (cherry picked from commit 1fba5402bb14b3ffa6429fdc683121935f88472f)
---
 .github/workflows/ci.yml                           |   4 +-
 .pre-commit-config.yaml                            |  18 ++
 BREEZE.rst                                         |   8 +-
 STATIC_CODE_CHECKS.rst                             |   2 +
 airflow/providers/airbyte/CHANGELOG.rst            |  11 +-
 airflow/providers/amazon/CHANGELOG.rst             |  19 +-
 airflow/providers/apache/beam/CHANGELOG.rst        |   6 +
 airflow/providers/apache/cassandra/CHANGELOG.rst   |   6 +
 airflow/providers/apache/druid/CHANGELOG.rst       |   6 +
 airflow/providers/apache/hdfs/CHANGELOG.rst        |  12 +-
 airflow/providers/apache/hive/CHANGELOG.rst        |  10 +-
 airflow/providers/apache/kylin/CHANGELOG.rst       |  10 +-
 airflow/providers/apache/livy/CHANGELOG.rst        |   6 +
 airflow/providers/apache/pig/CHANGELOG.rst         |   6 +
 airflow/providers/apache/pinot/CHANGELOG.rst       |   6 +
 airflow/providers/apache/spark/CHANGELOG.rst       |  13 +
 airflow/providers/apache/sqoop/CHANGELOG.rst       |   6 +
 airflow/providers/celery/CHANGELOG.rst             |   6 +
 airflow/providers/cloudant/CHANGELOG.rst           |   6 +
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    |   8 +
 airflow/providers/databricks/CHANGELOG.rst         |  13 +-
 airflow/providers/datadog/CHANGELOG.rst            |  10 +-
 airflow/providers/dingding/CHANGELOG.rst           |   6 +
 airflow/providers/discord/CHANGELOG.rst            |   6 +
 airflow/providers/docker/CHANGELOG.rst             |   7 +
 airflow/providers/elasticsearch/CHANGELOG.rst      |  16 +-
 airflow/providers/exasol/CHANGELOG.rst             |   6 +
 airflow/providers/facebook/CHANGELOG.rst           |   6 +
 airflow/providers/ftp/CHANGELOG.rst                |   6 +
 airflow/providers/google/CHANGELOG.rst             |  16 +-
 airflow/providers/grpc/CHANGELOG.rst               |   6 +
 airflow/providers/hashicorp/CHANGELOG.rst          |  12 +
 airflow/providers/http/CHANGELOG.rst               |   8 +-
 airflow/providers/imap/CHANGELOG.rst               |  11 +-
 airflow/providers/jdbc/CHANGELOG.rst               |   6 +
 airflow/providers/jenkins/CHANGELOG.rst            |   6 +
 airflow/providers/jira/CHANGELOG.rst               |   6 +
 airflow/providers/microsoft/azure/CHANGELOG.rst    |   8 +
 airflow/providers/microsoft/mssql/CHANGELOG.rst    |   6 +
 airflow/providers/microsoft/winrm/CHANGELOG.rst    |   6 +
 airflow/providers/mongo/CHANGELOG.rst              |  14 +-
 airflow/providers/mysql/CHANGELOG.rst              |  10 +-
 airflow/providers/neo4j/CHANGELOG.rst              |  10 +-
 airflow/providers/odbc/CHANGELOG.rst               |  29 +++
 airflow/providers/openfaas/CHANGELOG.rst           |   6 +
 airflow/providers/opsgenie/CHANGELOG.rst           |   6 +
 airflow/providers/oracle/CHANGELOG.rst             |   6 +
 airflow/providers/pagerduty/CHANGELOG.rst          |   6 +
 airflow/providers/papermill/CHANGELOG.rst          |   6 +
 airflow/providers/plexus/CHANGELOG.rst             |   6 +
 airflow/providers/postgres/CHANGELOG.rst           |  13 +-
 airflow/providers/presto/CHANGELOG.rst             |   6 +
 airflow/providers/qubole/CHANGELOG.rst             |   9 +-
 airflow/providers/redis/CHANGELOG.rst              |   6 +
 airflow/providers/salesforce/CHANGELOG.rst         |   6 +
 airflow/providers/samba/CHANGELOG.rst              |   6 +
 airflow/providers/segment/CHANGELOG.rst            |   6 +
 airflow/providers/sendgrid/CHANGELOG.rst           |   6 +
 airflow/providers/sftp/CHANGELOG.rst               |  11 +
 airflow/providers/singularity/CHANGELOG.rst        |   6 +
 airflow/providers/slack/CHANGELOG.rst              |  14 +-
 airflow/providers/snowflake/CHANGELOG.rst          |   7 +
 airflow/providers/sqlite/CHANGELOG.rst             |   6 +
 airflow/providers/ssh/CHANGELOG.rst                |  10 +-
 airflow/providers/tableau/CHANGELOG.rst            |  14 +-
 airflow/providers/telegram/CHANGELOG.rst           |   6 +
 airflow/providers/trino/CHANGELOG.rst              |   6 +
 airflow/providers/vertica/CHANGELOG.rst            |   6 +
 airflow/providers/yandex/CHANGELOG.rst             |  10 +-
 airflow/providers/zendesk/CHANGELOG.rst            |   6 +
 breeze                                             |  22 ++
 breeze-complete                                    |   3 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  15 +-
 .../PROVIDER_INDEX_TEMPLATE.rst.jinja2             |   2 +-
 .../PROVIDER_README_TEMPLATE.rst.jinja2            |  10 +-
 dev/provider_packages/README.md                    |   4 +
 dev/provider_packages/prepare_provider_packages.py | 125 +++++----
 dev/requirements.txt                               |   6 +
 docs/apache-airflow-providers-airbyte/commits.rst  |   9 +-
 docs/apache-airflow-providers-airbyte/index.rst    | 115 +--------
 docs/apache-airflow-providers-amazon/commits.rst   |   6 +-
 docs/apache-airflow-providers-amazon/index.rst     | 133 +---------
 .../commits.rst                                    |   3 +-
 .../apache-airflow-providers-apache-beam/index.rst | 108 +-------
 .../commits.rst                                    |   3 +-
 .../index.rst                                      |  47 +---
 .../commits.rst                                    |   3 +-
 .../index.rst                                      |  61 +----
 .../commits.rst                                    |   3 +-
 .../apache-airflow-providers-apache-hdfs/index.rst |  53 +---
 .../commits.rst                                    |   3 +-
 .../apache-airflow-providers-apache-hive/index.rst |  76 +-----
 .../commits.rst                                    |   3 +-
 .../index.rst                                      |  51 +---
 .../commits.rst                                    |   9 +-
 .../apache-airflow-providers-apache-livy/index.rst |  51 +---
 .../commits.rst                                    |   3 +-
 docs/apache-airflow-providers-apache-pig/index.rst |  46 +---
 .../commits.rst                                    |   3 +-
 .../index.rst                                      |  46 +---
 .../commits.rst                                    |  10 +-
 .../index.rst                                      |  60 +----
 .../commits.rst                                    |   3 +-
 .../index.rst                                      |  48 +---
 docs/apache-airflow-providers-asana/index.rst      |  25 +-
 docs/apache-airflow-providers-celery/commits.rst   |   3 +-
 docs/apache-airflow-providers-celery/index.rst     |  46 +---
 docs/apache-airflow-providers-cloudant/commits.rst |   3 +-
 docs/apache-airflow-providers-cloudant/index.rst   |  46 +---
 .../commits.rst                                    |   4 +-
 .../index.rst                                      |  94 +------
 .../commits.rst                                    |   3 +-
 docs/apache-airflow-providers-databricks/index.rst |  53 +---
 docs/apache-airflow-providers-datadog/commits.rst  |   3 +-
 docs/apache-airflow-providers-datadog/index.rst    |  51 +---
 docs/apache-airflow-providers-dingding/commits.rst |   3 +-
 docs/apache-airflow-providers-dingding/index.rst   |  60 +----
 docs/apache-airflow-providers-discord/commits.rst  |   3 +-
 docs/apache-airflow-providers-discord/index.rst    |  51 +---
 docs/apache-airflow-providers-docker/commits.rst   |   9 +-
 docs/apache-airflow-providers-docker/index.rst     |  83 +-----
 .../commits.rst                                    |  11 +-
 .../index.rst                                      |  79 +-----
 docs/apache-airflow-providers-exasol/commits.rst   |   3 +-
 docs/apache-airflow-providers-exasol/index.rst     |  58 +----
 docs/apache-airflow-providers-facebook/commits.rst |  11 +
 docs/apache-airflow-providers-facebook/index.rst   |  50 +---
 docs/apache-airflow-providers-ftp/commits.rst      |   9 +-
 docs/apache-airflow-providers-ftp/index.rst        |  51 +---
 docs/apache-airflow-providers-google/commits.rst   |  13 +-
 docs/apache-airflow-providers-google/index.rst     | 284 +--------------------
 docs/apache-airflow-providers-grpc/commits.rst     |   9 +-
 docs/apache-airflow-providers-grpc/index.rst       |  50 +---
 .../apache-airflow-providers-hashicorp/commits.rst |  12 +
 docs/apache-airflow-providers-hashicorp/index.rst  |  50 +---
 docs/apache-airflow-providers-http/commits.rst     |   3 +-
 docs/apache-airflow-providers-http/index.rst       |  66 +----
 docs/apache-airflow-providers-imap/commits.rst     |   3 +-
 docs/apache-airflow-providers-imap/index.rst       |  51 +---
 docs/apache-airflow-providers-jdbc/commits.rst     |   3 +-
 docs/apache-airflow-providers-jdbc/index.rst       |  47 +---
 docs/apache-airflow-providers-jenkins/commits.rst  |   3 +-
 docs/apache-airflow-providers-jenkins/index.rst    |  54 +---
 docs/apache-airflow-providers-jira/commits.rst     |   9 +-
 docs/apache-airflow-providers-jira/index.rst       |  47 +---
 .../commits.rst                                    |   5 +-
 .../index.rst                                      | 117 +--------
 .../commits.rst                                    |   9 +-
 .../index.rst                                      |  51 +---
 .../commits.rst                                    |   9 +-
 .../index.rst                                      |  61 +----
 docs/apache-airflow-providers-mongo/commits.rst    |   3 +-
 docs/apache-airflow-providers-mongo/index.rst      |  55 +---
 docs/apache-airflow-providers-mysql/commits.rst    |   3 +-
 docs/apache-airflow-providers-mysql/index.rst      |  79 +-----
 docs/apache-airflow-providers-neo4j/commits.rst    |   3 +-
 docs/apache-airflow-providers-neo4j/index.rst      |  55 +---
 docs/apache-airflow-providers-odbc/commits.rst     |   4 +-
 docs/apache-airflow-providers-odbc/index.rst       |  51 +---
 docs/apache-airflow-providers-openfaas/commits.rst |   3 +-
 docs/apache-airflow-providers-openfaas/index.rst   |  56 +---
 docs/apache-airflow-providers-opsgenie/commits.rst |   9 +-
 docs/apache-airflow-providers-opsgenie/index.rst   |  55 +---
 docs/apache-airflow-providers-oracle/commits.rst   |   3 +-
 docs/apache-airflow-providers-oracle/index.rst     |  59 +----
 .../apache-airflow-providers-pagerduty/commits.rst |   3 +-
 docs/apache-airflow-providers-pagerduty/index.rst  |  46 +---
 .../apache-airflow-providers-papermill/commits.rst |   3 +-
 docs/apache-airflow-providers-papermill/index.rst  |  59 +----
 docs/apache-airflow-providers-plexus/commits.rst   |   3 +-
 docs/apache-airflow-providers-plexus/index.rst     |  51 +---
 docs/apache-airflow-providers-postgres/commits.rst |   4 +-
 docs/apache-airflow-providers-postgres/index.rst   |  58 +----
 docs/apache-airflow-providers-presto/commits.rst   |   3 +-
 docs/apache-airflow-providers-presto/index.rst     |  53 +---
 docs/apache-airflow-providers-qubole/commits.rst   |   3 +-
 docs/apache-airflow-providers-qubole/index.rst     |  61 +----
 docs/apache-airflow-providers-redis/commits.rst    |   3 +-
 docs/apache-airflow-providers-redis/index.rst      |  46 +---
 .../commits.rst                                    |  11 +
 docs/apache-airflow-providers-salesforce/index.rst |  59 +----
 docs/apache-airflow-providers-samba/commits.rst    |   3 +-
 docs/apache-airflow-providers-samba/index.rst      |  51 +---
 docs/apache-airflow-providers-segment/commits.rst  |   3 +-
 docs/apache-airflow-providers-segment/index.rst    |  46 +---
 docs/apache-airflow-providers-sendgrid/commits.rst |   3 +-
 docs/apache-airflow-providers-sendgrid/index.rst   |  55 +---
 docs/apache-airflow-providers-sftp/commits.rst     |  10 +-
 docs/apache-airflow-providers-sftp/index.rst       |  66 +----
 .../commits.rst                                    |   9 +-
 .../apache-airflow-providers-singularity/index.rst |  51 +---
 docs/apache-airflow-providers-slack/commits.rst    |   3 +-
 docs/apache-airflow-providers-slack/index.rst      |  77 +-----
 .../apache-airflow-providers-snowflake/commits.rst |  10 +-
 docs/apache-airflow-providers-snowflake/index.rst  |  84 +-----
 docs/apache-airflow-providers-sqlite/commits.rst   |   3 +-
 docs/apache-airflow-providers-sqlite/index.rst     |  56 +---
 docs/apache-airflow-providers-ssh/commits.rst      |   3 +-
 docs/apache-airflow-providers-ssh/index.rst        |  74 +-----
 docs/apache-airflow-providers-tableau/commits.rst  |   3 +-
 docs/apache-airflow-providers-tableau/index.rst    |  49 +---
 docs/apache-airflow-providers-telegram/commits.rst |   3 +-
 docs/apache-airflow-providers-telegram/index.rst   |  54 +---
 docs/apache-airflow-providers-trino/commits.rst    |  11 +
 docs/apache-airflow-providers-trino/index.rst      |  37 +--
 docs/apache-airflow-providers-vertica/commits.rst  |   3 +-
 docs/apache-airflow-providers-vertica/index.rst    |  46 +---
 docs/apache-airflow-providers-yandex/commits.rst   |   3 +-
 docs/apache-airflow-providers-yandex/index.rst     |  52 +---
 docs/apache-airflow-providers-zendesk/commits.rst  |   3 +-
 docs/apache-airflow-providers-zendesk/index.rst    |  46 +---
 docs/conf.py                                       |   7 +-
 scripts/ci/libraries/_runs.sh                      |   4 +-
 .../run_prepare_provider_documentation.sh          |  13 +-
 214 files changed, 940 insertions(+), 4411 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b3bf2ac..9edec76 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -318,6 +318,8 @@ jobs:
         uses: actions/checkout@v2
         with:
           persist-credentials: false
+          # Needs to fetch all history to be able to verify changelog generation
+          fetch-depth: 0
       - name: "Setup python"
         uses: actions/setup-python@v2
         with:
@@ -517,7 +519,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
       PYTHON_MAJOR_MINOR_VERSION: ${{needs.build-info.outputs.defaultPythonVersion}}
       VERSION_SUFFIX_FOR_PYPI: ".dev0"
       GITHUB_REGISTRY: ${{ needs.ci-images.outputs.githubRegistry }}
-      NO_INTERACTIVE: "true"
+      NON_INTERACTIVE: "true"
     if: needs.build-info.outputs.image-build == 'true' && needs.build-info.outputs.default-branch == 'main'
     steps:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dfe6509..88cb782 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -521,6 +521,24 @@ repos:
         pass_filenames: false
         require_serial: true
         additional_dependencies: ['rich']
+      - id: providers-changelogs
+        name: Update changelogs generated for providers
+        language: python
+        entry: ./dev/provider_packages/prepare_provider_packages.py
+        args: ['update-changelogs']
+        files: providers/.*/CHANGELOG.rst
+        pass_filenames: true
+        additional_dependencies:
+          - 'click~=7.0'
+          - 'jinja2~=2.10'
+          - 'keyring==10.1'
+          - 'PyGithub'
+          - 'jsonpath_ng'
+          - 'jsonschema'
+          - 'pyyaml'
+          - 'packaging'
+          - 'rich'
+          - 'tabulate'
       - id: markdownlint
         name: Run markdownlint
         description: Checks the style of Markdown files.
diff --git a/BREEZE.rst b/BREEZE.rst
index ef2dd1e..428bc92 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -381,7 +381,7 @@ Managing CI environment:
     * Execute arbitrary docker-compose command with ``breeze docker-compose`` command
     * Push docker images with ``breeze push-image`` command (require committers rights to push images)
 
-You can optionally reset the Airflow metada database if specified as extra ``--db-reset`` flag and for CI image
+You can optionally reset the Airflow metadata database if specified as extra ``--db-reset`` flag and for CI image
 you can also start integrations (separate Docker images) if specified as extra ``--integration`` flags. You can also
 chose which backend database should be used with ``--backend`` flag and python version with ``--python`` flag.
 
@@ -2137,6 +2137,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
 
           Default: both
 
+  --non-interactive
+
+          Runs the command in non-interactive mode.
+
   -v, --verbose
           Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
           debugging - when you run breeze with --verbose flags you will be able to see the commands
@@ -2241,7 +2245,7 @@ This is the current syntax for  `./breeze <./breeze>`_:
                  incorrect-use-of-LoggingMixin insert-license isort json-schema language-matters
                  lint-dockerfile lint-openapi markdownlint mermaid mixed-line-ending mypy mypy-helm
                  no-providers-in-core-examples no-relative-imports pre-commit-descriptions
-                 pre-commit-hook-names provide-create-sessions providers-init-file provider-yamls
+                 pre-commit-hook-names provide-create-sessions providers-changelogs providers-init-file provider-yamls
                  pydevd pydocstyle pylint pylint-tests python-no-log-warn pyupgrade
                  restrict-start_date rst-backticks setup-order setup-extra-packages shellcheck
                  sort-in-the-wild sort-spelling-wordlist stylelint trailing-whitespace ui-lint
diff --git a/STATIC_CODE_CHECKS.rst b/STATIC_CODE_CHECKS.rst
index 11d4785..2c743d4 100644
--- a/STATIC_CODE_CHECKS.rst
+++ b/STATIC_CODE_CHECKS.rst
@@ -140,6 +140,8 @@ require Breeze Docker images to be installed locally:
 ----------------------------------- ---------------------------------------------------------------- ------------
 ``provide-create-sessions``           Make sure provide-session and create-session imports are OK
 ----------------------------------- ---------------------------------------------------------------- ------------
+``providers-changelogs``              Updates documentation for providers changelogs
+----------------------------------- ---------------------------------------------------------------- ------------
 ``providers-init-file``               Check that provider's __init__.py file is removed
 ----------------------------------- ---------------------------------------------------------------- ------------
 ``provider-yamls``                    Checks that provider.yaml files have the correct content
diff --git a/airflow/providers/airbyte/CHANGELOG.rst b/airflow/providers/airbyte/CHANGELOG.rst
index 9444e25..75e73ca 100644
--- a/airflow/providers/airbyte/CHANGELOG.rst
+++ b/airflow/providers/airbyte/CHANGELOG.rst
@@ -27,17 +27,26 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
 * ``Add test_connection method to Airbyte hook (#16236)``
-* ``Add missing docstring params (#15741)``
 
 Bug Fixes
 ~~~~~~~~~
 
 * ``Fix hooks extended from http hook (#16109)``
 
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add missing docstring params (#15741)``
+
 1.0.0
 .....
 
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 1e60227..412bcdd 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -27,21 +27,27 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
-* ``Add Connection Documentation for the Hive Provider (#15704)``
 * ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)``
 * ``remove retry for now (#16150)``
 * ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)``
+* ``Add support of capacity provider strategy for ECSOperator (#15848)``
+* ``Update copy command for s3 to redshift (#16241)``
 
 Bug Fixes
 ~~~~~~~~~
 
 * ``Fix S3 Select payload join (#16189)``
 * ``Fix spacing in 'AwsBatchWaitersHook' docstring (#15839)``
-* ``Fix spelling (#15699)``
 * ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)``
+* ``fix: AwsGlueJobOperator change order of args for load_file (#16216)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -49,6 +55,13 @@ Bug Fixes
    * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
    * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
    * ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for the Hive Provider (#15704)``
+   * ``Update Docstrings of Modules with Missing Params (#15391)``
+   * ``Fix spelling (#15699)``
+   * ``Add Connection Documentation for Providers (#15499)``
+
+.. Review and move the new changes to one of the sections above:
 
 1.4.0
 .....
@@ -57,14 +70,12 @@ Features
 ~~~~~~~~
 
 * ``S3Hook.load_file should accept Path object in addition to str (#15232)``
-* ``Add Connection Documentation for Providers (#15499)``
 
 Bug fixes
 ~~~~~~~~~
 
 * ``Fix 'logging.exception' redundancy (#14823)``
 * ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)``
-* ``Update Docstrings of Modules with Missing Params (#15391)``
 * ``Add links to new modules for deprecated modules (#15316)``
 * ``Fixes doc for SQSSensor (#15323)``
 
diff --git a/airflow/providers/apache/beam/CHANGELOG.rst b/airflow/providers/apache/beam/CHANGELOG.rst
index c640c17..2f9c26d 100644
--- a/airflow/providers/apache/beam/CHANGELOG.rst
+++ b/airflow/providers/apache/beam/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Rename the main branch of the Airflow repo to be main (#16149)``
    * ``Check synctatic correctness for code-snippets (#16005)``
    * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 2.0.0
 .....
diff --git a/airflow/providers/apache/cassandra/CHANGELOG.rst b/airflow/providers/apache/cassandra/CHANGELOG.rst
index c7017cc..dce5f4c 100644
--- a/airflow/providers/apache/cassandra/CHANGELOG.rst
+++ b/airflow/providers/apache/cassandra/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/apache/druid/CHANGELOG.rst b/airflow/providers/apache/druid/CHANGELOG.rst
index 695e3ee..75d35a6 100644
--- a/airflow/providers/apache/druid/CHANGELOG.rst
+++ b/airflow/providers/apache/druid/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
@@ -34,6 +39,7 @@ Breaking changes
    * ``Fix string concatenation using 'f-strings' (#15200)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/apache/hdfs/CHANGELOG.rst b/airflow/providers/apache/hdfs/CHANGELOG.rst
index 1c871df..a1864aa 100644
--- a/airflow/providers/apache/hdfs/CHANGELOG.rst
+++ b/airflow/providers/apache/hdfs/CHANGELOG.rst
@@ -27,11 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Created initial guide for HDFS operators  (#11212)``
-* ``Update Docstrings of Modules with Missing Params (#15391)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -39,6 +38,9 @@ Features
    * ``Remove python2 related handlings and dependencies (#15301)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Update Docstrings of Modules with Missing Params (#15391)``
+   * ``Created initial guide for HDFS operators  (#11212)``
 
 1.0.1
 .....
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst
index 8ab4a12..c81abc3 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -27,10 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for the Hive Provider (#15704)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -39,6 +39,8 @@ Features
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Make Airflow code Pylint 2.8 compatible (#15534)``
    * ``Use Pip 21.* to install airflow officially (#15513)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for the Hive Provider (#15704)``
 
 1.0.3
 .....
diff --git a/airflow/providers/apache/kylin/CHANGELOG.rst b/airflow/providers/apache/kylin/CHANGELOG.rst
index c8a4c5e..1fa77f0 100644
--- a/airflow/providers/apache/kylin/CHANGELOG.rst
+++ b/airflow/providers/apache/kylin/CHANGELOG.rst
@@ -27,10 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Update KylinHook docstring (#15602)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -38,6 +38,8 @@ Features
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Update KylinHook docstring (#15602)``
 
 1.0.1
 .....
diff --git a/airflow/providers/apache/livy/CHANGELOG.rst b/airflow/providers/apache/livy/CHANGELOG.rst
index c02f5b5..3464ef5 100644
--- a/airflow/providers/apache/livy/CHANGELOG.rst
+++ b/airflow/providers/apache/livy/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/apache/pig/CHANGELOG.rst b/airflow/providers/apache/pig/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/apache/pig/CHANGELOG.rst
+++ b/airflow/providers/apache/pig/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/apache/pinot/CHANGELOG.rst b/airflow/providers/apache/pinot/CHANGELOG.rst
index 7affe0d..608e9eb 100644
--- a/airflow/providers/apache/pinot/CHANGELOG.rst
+++ b/airflow/providers/apache/pinot/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Make Airflow code Pylint 2.8 compatible (#15534)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/apache/spark/CHANGELOG.rst b/airflow/providers/apache/spark/CHANGELOG.rst
index 2c72399..9f053aa 100644
--- a/airflow/providers/apache/spark/CHANGELOG.rst
+++ b/airflow/providers/apache/spark/CHANGELOG.rst
@@ -27,8 +27,21 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
+Bug fixes
+~~~~~~~~~
+
+* ``Make SparkSqlHook use Connection (#15794)``
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
+
+.. Review and move the new changes to one of the sections above:
 
 1.0.3
 .....
diff --git a/airflow/providers/apache/sqoop/CHANGELOG.rst b/airflow/providers/apache/sqoop/CHANGELOG.rst
index 2408b33..7f3f236 100644
--- a/airflow/providers/apache/sqoop/CHANGELOG.rst
+++ b/airflow/providers/apache/sqoop/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Fixes failing static checks after recent pre-commit upgrade (#16183)``
@@ -35,6 +40,7 @@ Breaking changes
    * ``Make Airflow code Pylint 2.8 compatible (#15534)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/celery/CHANGELOG.rst b/airflow/providers/celery/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/celery/CHANGELOG.rst
+++ b/airflow/providers/celery/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/cloudant/CHANGELOG.rst b/airflow/providers/cloudant/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/cloudant/CHANGELOG.rst
+++ b/airflow/providers/cloudant/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index a60ef42..15ecded 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
@@ -38,10 +43,13 @@ Bug Fixes
 
 * ``Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)``
 * ``Bug Pod Template File Values Ignored (#16095)``
+* ``Fix issue with parsing error logs in the KPO (#15638)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+
 
 1.2.0
 .....
diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst
index 899dad5..9915e74 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -27,19 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add documentation for Databricks connection (#15410)``
-
-Bug Fixes
-~~~~~~~~~
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``An initial rework of the &#34;Concepts&#34; docs (#15444)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add documentation for Databricks connection (#15410)``
 
 1.0.1
 .....
diff --git a/airflow/providers/datadog/CHANGELOG.rst b/airflow/providers/datadog/CHANGELOG.rst
index e55c471..cbd4e1f 100644
--- a/airflow/providers/datadog/CHANGELOG.rst
+++ b/airflow/providers/datadog/CHANGELOG.rst
@@ -27,10 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix Sphinx Issues with Docstrings (#14968)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -38,6 +38,8 @@ Bug Fixes
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Fix Sphinx Issues with Docstrings (#14968)``
 
 1.0.1
 .....
diff --git a/airflow/providers/dingding/CHANGELOG.rst b/airflow/providers/dingding/CHANGELOG.rst
index ffdbb11..4e19d54 100644
--- a/airflow/providers/dingding/CHANGELOG.rst
+++ b/airflow/providers/dingding/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Bug Fixes
 ~~~~~~~~~
 
@@ -39,6 +44,7 @@ Bug Fixes
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Update pre-commit checks (#15583)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/discord/CHANGELOG.rst b/airflow/providers/discord/CHANGELOG.rst
index 7aadbb1..f99b586 100644
--- a/airflow/providers/discord/CHANGELOG.rst
+++ b/airflow/providers/discord/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Bug Fixes
 ~~~~~~~~~
 
@@ -38,6 +43,7 @@ Bug Fixes
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index e7ade51..ec33534 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -26,6 +26,12 @@ Breaking changes
 ~~~~~~~~~~~~~~~~
 
 * ``Auto-apply apply_default decorator (#15667)``
+
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 * ``Replace DockerOperator's 'volumes' arg for 'mounts' (#15843)``
 
 The ``volumes`` parameter in
@@ -36,6 +42,7 @@ was replaced by the ``mounts`` parameter, which uses the newer
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.2.0
 .....
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index 30870e7..435d9c5 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -27,14 +27,24 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Bug Fixes
-~~~~~~~~~
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
+Features
+~~~~~~~~
 
-* ``Docs: Fix url for ''Elasticsearch'' (#16275)``
+* ``Support remote logging in elasticsearch with filebeat 7 (#14625)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Docs: Fix url for ''Elasticsearch'' (#16275)``
+
+.. Review and move the new changes to one of the sections above:
+   * ``Add ElasticSearch Connection Doc (#16436)``
 
 1.0.4
 .....
diff --git a/airflow/providers/exasol/CHANGELOG.rst b/airflow/providers/exasol/CHANGELOG.rst
index 28a9f97..80410da 100644
--- a/airflow/providers/exasol/CHANGELOG.rst
+++ b/airflow/providers/exasol/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.1
 .....
diff --git a/airflow/providers/facebook/CHANGELOG.rst b/airflow/providers/facebook/CHANGELOG.rst
index 3a7e13f..060f806 100644
--- a/airflow/providers/facebook/CHANGELOG.rst
+++ b/airflow/providers/facebook/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/ftp/CHANGELOG.rst b/airflow/providers/ftp/CHANGELOG.rst
index f7ee747..7d9cc06 100644
--- a/airflow/providers/ftp/CHANGELOG.rst
+++ b/airflow/providers/ftp/CHANGELOG.rst
@@ -27,9 +27,15 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Check synctatic correctness for code-snippets (#16005)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index d00682a..18d511f 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -26,17 +26,24 @@ Breaking changes
 ~~~~~~~~~~~~~~~~
 
 * ``Auto-apply apply_default decorator (#15667)``
+
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 * ``Move plyvel to google provider extra (#15812)``
+* ``Fixes AzureFileShare connection extras (#16388)``
 
 Features
 ~~~~~~~~
 
-* ``Add short description to BaseSQLToGCSOperator docstring (#15728)``
 * ``Add extra links for google dataproc (#10343)``
 * ``add oracle  connection link (#15632)``
 * ``pass wait_for_done parameter down to _DataflowJobsController (#15541)``
 * ``Use api version only in GoogleAdsHook not operators (#15266)``
 * ``Implement BigQuery Table Schema Update Operator (#15367)``
+* ``Add BigQueryToMsSqlOperator (#15422)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -44,9 +51,10 @@ Bug Fixes
 * ``Fix: GCS To BigQuery source_object (#16160)``
 * ``Fix: Unnecessary downloads in ``GCSToLocalFilesystemOperator`` (#16171)``
 * ``Fix bigquery type error when export format is parquet (#16027)``
-* ``Fix spelling (#15699)``
 * ``Fix argument ordering and type of bucket and object (#15738)``
 * ``Fix sql_to_gcs docstring lint error (#15730)``
+* ``fix: ensure datetime-related values fully compatible with MySQL and BigQuery (#15026)``
+* ``Fix deprecation warnings location in google provider (#16403)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -55,6 +63,10 @@ Bug Fixes
    * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
    * ``Get rid of requests as core dependency (#15781)``
    * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Fix spelling (#15699)``
+   * ``Add short description to BaseSQLToGCSOperator docstring (#15728)``
+
 
 3.0.0
 .....
diff --git a/airflow/providers/grpc/CHANGELOG.rst b/airflow/providers/grpc/CHANGELOG.rst
index 64545b5..7ef513c 100644
--- a/airflow/providers/grpc/CHANGELOG.rst
+++ b/airflow/providers/grpc/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/hashicorp/CHANGELOG.rst b/airflow/providers/hashicorp/CHANGELOG.rst
index 007db33..467dabe 100644
--- a/airflow/providers/hashicorp/CHANGELOG.rst
+++ b/airflow/providers/hashicorp/CHANGELOG.rst
@@ -27,8 +27,20 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Sanitize end of line character when loading token from a file (vault) (#16407)``
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
+
 
 1.0.2
 .....
diff --git a/airflow/providers/http/CHANGELOG.rst b/airflow/providers/http/CHANGELOG.rst
index 7ce9f2b..4afd92c 100644
--- a/airflow/providers/http/CHANGELOG.rst
+++ b/airflow/providers/http/CHANGELOG.rst
@@ -27,10 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
-* ``Add documentation for the HTTP connection (#15379)``
 * ``Update 'SimpleHttpOperator' to take auth object (#15605)``
 * ``HttpHook: Use request factory and respect defaults (#14701)``
 
@@ -39,6 +43,8 @@ Features
    * ``Check synctatic correctness for code-snippets (#16005)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add documentation for the HTTP connection (#15379)``
 
 1.1.1
 .....
diff --git a/airflow/providers/imap/CHANGELOG.rst b/airflow/providers/imap/CHANGELOG.rst
index 69f383b..0a5d98d 100644
--- a/airflow/providers/imap/CHANGELOG.rst
+++ b/airflow/providers/imap/CHANGELOG.rst
@@ -27,10 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Popular Providers (#15393)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -38,6 +38,9 @@ Features
    * ``Remove python2 related handlings and dependencies (#15301)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for Popular Providers (#15393)``
+
 
 1.0.1
 .....
diff --git a/airflow/providers/jdbc/CHANGELOG.rst b/airflow/providers/jdbc/CHANGELOG.rst
index 823e9ee..aef706a 100644
--- a/airflow/providers/jdbc/CHANGELOG.rst
+++ b/airflow/providers/jdbc/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Fix some small typos also TESTING.rst (#14594)``
@@ -34,6 +39,7 @@ Breaking changes
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/jenkins/CHANGELOG.rst b/airflow/providers/jenkins/CHANGELOG.rst
index a615fe6..fdbdb59 100644
--- a/airflow/providers/jenkins/CHANGELOG.rst
+++ b/airflow/providers/jenkins/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Fix string concatenation using 'f-strings' (#15200)``
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/jira/CHANGELOG.rst b/airflow/providers/jira/CHANGELOG.rst
index 2498f6f..2a9842c 100644
--- a/airflow/providers/jira/CHANGELOG.rst
+++ b/airflow/providers/jira/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 3dcc792..eb082bf 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -27,6 +27,12 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
+* ``Fixes AzureFileShare connection extras (#16388)``
 
 ``Azure Container Volume`` and ``Azure File Share`` have now dedicated connection types with editable
 UI fields. You should not use ``Wasb`` connection type any more for those connections. Names of
@@ -42,12 +48,14 @@ Bug Fixes
 ~~~~~~~~~
 
 * ``Fix colon spacing in ``AzureDataExplorerHook`` docstring (#15841)``
+* ``fix wasb remote logging when blob already exists (#16280)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
    * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
    * ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 2.0.0
 .....
diff --git a/airflow/providers/microsoft/mssql/CHANGELOG.rst b/airflow/providers/microsoft/mssql/CHANGELOG.rst
index f32c53c..55c26db 100644
--- a/airflow/providers/microsoft/mssql/CHANGELOG.rst
+++ b/airflow/providers/microsoft/mssql/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/microsoft/winrm/CHANGELOG.rst b/airflow/providers/microsoft/winrm/CHANGELOG.rst
index f424bfe..da757b5 100644
--- a/airflow/providers/microsoft/winrm/CHANGELOG.rst
+++ b/airflow/providers/microsoft/winrm/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.2.0
 .....
diff --git a/airflow/providers/mongo/CHANGELOG.rst b/airflow/providers/mongo/CHANGELOG.rst
index 8641b29..ca9e148 100644
--- a/airflow/providers/mongo/CHANGELOG.rst
+++ b/airflow/providers/mongo/CHANGELOG.rst
@@ -27,14 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Popular Providers (#15393)``
-
-Bug Fixes
-~~~~~~~~~
-
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -42,6 +38,8 @@ Bug Fixes
    * ``Update Docstrings of Modules with Missing Params (#15391)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for Popular Providers (#15393)``
 
 1.0.1
 .....
diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst
index f3d00c4..c4cac57 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -30,10 +30,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 Bug Fixes
 ~~~~~~~~~
@@ -43,6 +43,8 @@ Bug Fixes
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Make Airflow code Pylint 2.8 compatible (#15534)``
    * ``Update Docstrings of Modules with Missing Params (#15391)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for Providers (#15499)``
 
 1.1.0
 .....
diff --git a/airflow/providers/neo4j/CHANGELOG.rst b/airflow/providers/neo4j/CHANGELOG.rst
index 00802f0..477e542 100644
--- a/airflow/providers/neo4j/CHANGELOG.rst
+++ b/airflow/providers/neo4j/CHANGELOG.rst
@@ -28,16 +28,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for Providers (#15499)``
 
 1.0.1
 .....
diff --git a/airflow/providers/odbc/CHANGELOG.rst b/airflow/providers/odbc/CHANGELOG.rst
index 5ded483..44cce12 100644
--- a/airflow/providers/odbc/CHANGELOG.rst
+++ b/airflow/providers/odbc/CHANGELOG.rst
@@ -27,6 +27,33 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
+* ``OdbcHook returns None. Related to #15016 issue. (#15510)``
+
+  When you pass kwargs to the connection (for example ``autocommit`` and ``ansi``) in ``connect_kwargs``
+  extra you should bass those as booleans. Previously strings were also supported.
+
+.. code-block:: json
+
+   "connect_kwargs": {
+      "autocommit": "false",
+      "ansi": "true"
+   }
+
+should become
+
+.. code-block:: json
+
+   "connect_kwargs": {
+      "autocommit": false,
+      "ansi": true
+   }
+
+
 Bug Fixes
 ~~~~~~~~~
 
@@ -38,6 +65,8 @@ Bug Fixes
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+
 
 1.0.1
 .....
diff --git a/airflow/providers/openfaas/CHANGELOG.rst b/airflow/providers/openfaas/CHANGELOG.rst
index 1ac27ad..90e6104 100644
--- a/airflow/providers/openfaas/CHANGELOG.rst
+++ b/airflow/providers/openfaas/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.1
 .....
diff --git a/airflow/providers/opsgenie/CHANGELOG.rst b/airflow/providers/opsgenie/CHANGELOG.rst
index 2f25d06..9f239b7 100644
--- a/airflow/providers/opsgenie/CHANGELOG.rst
+++ b/airflow/providers/opsgenie/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Bug Fixes
 ~~~~~~~~~
 
@@ -34,6 +39,7 @@ Bug Fixes
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/oracle/CHANGELOG.rst b/airflow/providers/oracle/CHANGELOG.rst
index 7071fb8..749e4d6 100644
--- a/airflow/providers/oracle/CHANGELOG.rst
+++ b/airflow/providers/oracle/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
@@ -38,6 +43,7 @@ Features
    appropriate section above if needed. Do not delete the lines(!):
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Update Docstrings of Modules with Missing Params (#15391)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/pagerduty/CHANGELOG.rst b/airflow/providers/pagerduty/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/pagerduty/CHANGELOG.rst
+++ b/airflow/providers/pagerduty/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/papermill/CHANGELOG.rst b/airflow/providers/papermill/CHANGELOG.rst
index aa31b03..d83d43a 100644
--- a/airflow/providers/papermill/CHANGELOG.rst
+++ b/airflow/providers/papermill/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
@@ -37,6 +42,7 @@ Features
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/plexus/CHANGELOG.rst b/airflow/providers/plexus/CHANGELOG.rst
index 2b4740c..9ff4f22 100644
--- a/airflow/providers/plexus/CHANGELOG.rst
+++ b/airflow/providers/plexus/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
@@ -38,6 +43,7 @@ Features
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst
index 0e33af8..a2f3b98 100644
--- a/airflow/providers/postgres/CHANGELOG.rst
+++ b/airflow/providers/postgres/CHANGELOG.rst
@@ -27,18 +27,21 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
 * ``PostgresHook: deepcopy connection to avoid mutating connection obj (#15412)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix spelling (#15699)``
+* ``postgres_hook_aws_conn_id (#16100)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Fix spelling (#15699)``
 
 1.0.2
 .....
diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst
index ef0ba30..aac3928 100644
--- a/airflow/providers/presto/CHANGELOG.rst
+++ b/airflow/providers/presto/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/qubole/CHANGELOG.rst b/airflow/providers/qubole/CHANGELOG.rst
index 0b6923d..32026a0 100644
--- a/airflow/providers/qubole/CHANGELOG.rst
+++ b/airflow/providers/qubole/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
@@ -34,12 +39,14 @@ Features
 * ``Feature qubole hook support headers (#15683)``
 * ``Feature qubole hook support headers (#15615)``
 
-.. Review and move the new changes to one of the sections above:
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
    * ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Make Airflow code Pylint 2.8 compatible (#15534)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/redis/CHANGELOG.rst b/airflow/providers/redis/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/redis/CHANGELOG.rst
+++ b/airflow/providers/redis/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/salesforce/CHANGELOG.rst b/airflow/providers/salesforce/CHANGELOG.rst
index aa9d301..eced8f3 100644
--- a/airflow/providers/salesforce/CHANGELOG.rst
+++ b/airflow/providers/salesforce/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 2.0.0
 .....
diff --git a/airflow/providers/samba/CHANGELOG.rst b/airflow/providers/samba/CHANGELOG.rst
index eaacf93..8e5c749 100644
--- a/airflow/providers/samba/CHANGELOG.rst
+++ b/airflow/providers/samba/CHANGELOG.rst
@@ -27,6 +27,11 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
@@ -38,6 +43,7 @@ Features
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/segment/CHANGELOG.rst b/airflow/providers/segment/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/segment/CHANGELOG.rst
+++ b/airflow/providers/segment/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/sendgrid/CHANGELOG.rst b/airflow/providers/sendgrid/CHANGELOG.rst
index f8e3338..003bd42 100644
--- a/airflow/providers/sendgrid/CHANGELOG.rst
+++ b/airflow/providers/sendgrid/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index 147cc11..412bdd5 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -27,8 +27,19 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
+Features
+~~~~~~~~
+
+* ``Depreciate private_key_pass in SFTPHook conn extra and rename to private_key_passphrase (#14028)``
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.2.0
 .....
diff --git a/airflow/providers/singularity/CHANGELOG.rst b/airflow/providers/singularity/CHANGELOG.rst
index ae754fd..3f2fa7b 100644
--- a/airflow/providers/singularity/CHANGELOG.rst
+++ b/airflow/providers/singularity/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.1.0
 .....
diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst
index 533cd88..7ddf305 100644
--- a/airflow/providers/slack/CHANGELOG.rst
+++ b/airflow/providers/slack/CHANGELOG.rst
@@ -27,17 +27,15 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 Bug Fixes
 ~~~~~~~~~
 
 * ``Fix hooks extended from http hook (#16109)``
-* ``Fix docstring formatting on ``SlackHook`` (#15840)``
-* ``Fix Sphinx Issues with Docstrings (#14968)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -45,6 +43,10 @@ Bug Fixes
    * ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Fix Sphinx Issues with Docstrings (#14968)``
+   * ``Fix docstring formatting on ``SlackHook`` (#15840)``
+   * ``Add Connection Documentation for Providers (#15499)``
 
 3.0.0
 .....
diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst
index 80bb499..b4ee41d 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 Features
 ~~~~~~~~
 
 * ``Add 'template_fields' to 'S3ToSnowflake' operator (#15926)``
 * ``Allow S3ToSnowflakeOperator to omit schema (#15817)``
+* ``Added ability for Snowflake to attribute usage to Airflow by adding an application parameter (#16420)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -40,6 +46,7 @@ Bug Fixes
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.3.0
 .....
diff --git a/airflow/providers/sqlite/CHANGELOG.rst b/airflow/providers/sqlite/CHANGELOG.rst
index a17583e..8d0a39e 100644
--- a/airflow/providers/sqlite/CHANGELOG.rst
+++ b/airflow/providers/sqlite/CHANGELOG.rst
@@ -27,11 +27,17 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst
index 4563c8c..9d423dc 100644
--- a/airflow/providers/ssh/CHANGELOG.rst
+++ b/airflow/providers/ssh/CHANGELOG.rst
@@ -27,10 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation to more Providers (#15408)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 Bug Fixes
 ~~~~~~~~~
@@ -40,6 +40,8 @@ Bug Fixes
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation to more Providers (#15408)``
 
 1.3.0
 .....
diff --git a/airflow/providers/tableau/CHANGELOG.rst b/airflow/providers/tableau/CHANGELOG.rst
index 07a80ee..a9858b5 100644
--- a/airflow/providers/tableau/CHANGELOG.rst
+++ b/airflow/providers/tableau/CHANGELOG.rst
@@ -27,20 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
-
-Bug Fixes
-~~~~~~~~~
-
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Add Connection Documentation for Providers (#15499)``
 
 1.0.0
 .....
diff --git a/airflow/providers/telegram/CHANGELOG.rst b/airflow/providers/telegram/CHANGELOG.rst
index bff1dcf..1b4a3b9 100644
--- a/airflow/providers/telegram/CHANGELOG.rst
+++ b/airflow/providers/telegram/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Check synctatic correctness for code-snippets (#16005)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.2
 .....
diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst
index d718be5..93406f5 100644
--- a/airflow/providers/trino/CHANGELOG.rst
+++ b/airflow/providers/trino/CHANGELOG.rst
@@ -27,8 +27,14 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.0
 .....
diff --git a/airflow/providers/vertica/CHANGELOG.rst b/airflow/providers/vertica/CHANGELOG.rst
index b404493..012651f 100644
--- a/airflow/providers/vertica/CHANGELOG.rst
+++ b/airflow/providers/vertica/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Adds interactivity when generating provider documentation. (#15518)``
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/airflow/providers/yandex/CHANGELOG.rst b/airflow/providers/yandex/CHANGELOG.rst
index 3bc44b7..45d8762 100644
--- a/airflow/providers/yandex/CHANGELOG.rst
+++ b/airflow/providers/yandex/CHANGELOG.rst
@@ -27,10 +27,10 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix Sphinx Issues with Docstrings (#14968)``
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -39,6 +39,8 @@ Bug Fixes
    * ``Update docstrings to adhere to sphinx standards (#14918)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
+   * ``Fix Sphinx Issues with Docstrings (#14968)``
 
 1.0.1
 .....
diff --git a/airflow/providers/zendesk/CHANGELOG.rst b/airflow/providers/zendesk/CHANGELOG.rst
index ceb6412..be9f47c 100644
--- a/airflow/providers/zendesk/CHANGELOG.rst
+++ b/airflow/providers/zendesk/CHANGELOG.rst
@@ -27,12 +27,18 @@ Breaking changes
 
 * ``Auto-apply apply_default decorator (#15667)``
 
+.. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
+   If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
+   Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
+   automatically and you will have to manually run ``airflow upgrade db`` to complete the migration.
+
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Prepares provider release after PIP 21 compatibility (#15576)``
    * ``Update Docstrings of Modules with Missing Params (#15391)``
    * ``Remove Backport Providers (#14886)``
    * ``Update documentation for broken package releases (#14734)``
+   * ``Updated documentation for June 2021 provider release (#16294)``
 
 1.0.1
 .....
diff --git a/breeze b/breeze
index 38485b2..bbe28e3 100755
--- a/breeze
+++ b/breeze
@@ -1238,6 +1238,12 @@ function breeze::parse_arguments() {
             echo
             shift 2
             ;;
+        --non-interactive)
+            export NON_INTERACTIVE="true"
+            echo "Running in non-interactive mode"
+            echo
+            shift
+            ;;
         --installation-method)
             export AIRFLOW_INSTALLATION_METHOD="${2}"
             echo "Airflow installation method: ${AIRFLOW_INSTALLATION_METHOD}"
@@ -1823,6 +1829,7 @@ ${CMDNAME} prepare-provider-documentation [FLAGS] [PACKAGE_ID ...]
 Flags:
 $(breeze::flag_version_suffix)
 $(breeze::flag_packages)
+$(breeze::flag_non_interactive)
 $(breeze::flag_verbosity)
 "
     readonly DETAILED_USAGE_PREPARE_PROVIDER_DOCUMENTATION
@@ -2547,6 +2554,21 @@ ${FORMATTED_PACKAGE_FORMATS}
 "
 }
 
+#######################################################################################################
+#
+# Prints flags for non-interactive run
+#
+# Outputs:
+#    Flag information.
+#######################################################################################################
+function breeze::flag_non_interactive() {
+    echo "
+--non-interactive
+
+        Runs the command in non-interactive mode.
+
+"
+}
 
 #######################################################################################################
 #
diff --git a/breeze-complete b/breeze-complete
index 6400554..a9d4d04 100644
--- a/breeze-complete
+++ b/breeze-complete
@@ -122,6 +122,7 @@ no-relative-imports
 pre-commit-descriptions
 pre-commit-hook-names
 provide-create-sessions
+providers-changelogs
 providers-init-file
 provider-yamls
 pydevd
@@ -182,7 +183,7 @@ additional-extras: additional-python-deps: disable-pypi-when-building skip-insta
 dev-apt-deps: additional-dev-apt-deps: dev-apt-command: additional-dev-apt-command: additional-dev-apt-env:
 runtime-apt-deps: additional-runtime-apt-deps: runtime-apt-command: additional-runtime-apt-command: additional-runtime-apt-env:
 load-default-connections load-example-dags
-use-packages-from-dist no-rbac-ui package-format: upgrade-to-newer-dependencies installation-method: continue-on-pip-check-failure
+use-packages-from-dist no-rbac-ui package-format: upgrade-to-newer-dependencies installation-method: continue-on-pip-check-failure non-interactive
 use-airflow-version:
 cleanup-docker-context-files
 test-type: preserve-volumes dry-run-docker
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 75cf81d..619083c 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -106,8 +106,7 @@ When you want to regenerate the changes before the release and make sure all cha
 are updated, run it in non-interactive mode:
 
 ```shell script
-NO_INTERACTIVE="true"
-./breeze prepare-provider-documentation [packages]
+./breeze --non-interactive prepare-provider-documentation [packages]
 ```
 
 
@@ -364,6 +363,8 @@ which will last for 72 hours - which means that it will end on $(date -d '+3 day
 
 Consider this my (binding) +1.
 
+<PASTE ANY HIGH-LEVEL DESCRIPTION OF THE CHANGES HERE!>
+
 Airflow Providers are available at:
 https://dist.apache.org/repos/dist/dev/airflow/providers/
 
@@ -398,15 +399,7 @@ Please note that the version number excludes the 'rcX' string.
 This will allow us to rename the artifact without modifying
 the artifact checksums when we actually release.
 
-
-Each of the packages contains a link to the detailed changelog. The changelogs are moved to the official airflow documentation:
-https://github.com/apache/airflow-site/<TODO COPY LINK TO BRANCH>
-
-<PASTE ANY HIGH-LEVEL DESCRIPTION OF THE CHANGES HERE!>
-
-
-Note the links to documentation from PyPI packages are not working until we merge
-the changes to airflow site after releasing the packages officially.
+You can find packages as well as detailed changelog following the below links:
 
 <PASTE TWINE UPLOAD LINKS HERE. SORT THEM BEFORE!>
 
diff --git a/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2 b/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2
index c4c9dfc..89be2e3 100644
--- a/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2
+++ b/dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2
@@ -86,4 +86,4 @@ You can download officially released packages and verify their checksums and sig
 
 {%- endif %}
 
-{{ CHANGELOG | safe }}
+.. include:: {{ CHANGELOG_RELATIVE_PATH }}/CHANGELOG.rst
diff --git a/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2 b/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
index 7847d79..eb9f695 100644
--- a/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
+++ b/dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
@@ -32,7 +32,7 @@ Release: ``{{ RELEASE }}{{ VERSION_SUFFIX }}``
 {{  PROVIDER_DESCRIPTION | safe }}
 
 Provider package
-================
+----------------
 
 This is a provider package for ``{{PROVIDER_PACKAGE_ID}}`` provider. All classes for this provider package
 are in ``{{FULL_PACKAGE_NAME}}`` python package.
@@ -42,7 +42,7 @@ in the `documentation <https://airflow.apache.org/docs/{{ PACKAGE_PIP_NAME }}/{{
 
 
 Installation
-============
+------------
 
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install {{PACKAGE_PIP_NAME}}``
@@ -50,7 +50,7 @@ You can install this package on top of an existing airflow 2.* installation via
 {%- if PIP_REQUIREMENTS %}
 
 PIP requirements
-================
+----------------
 
 {{  PIP_REQUIREMENTS_TABLE_RST | safe }}
 
@@ -58,7 +58,7 @@ PIP requirements
 {%- if CROSS_PROVIDERS_DEPENDENCIES %}
 
 Cross provider package dependencies
-===================================
+-----------------------------------
 
 Those are dependencies that might be needed in order to use all the features of the package.
 You need to install the specified provider packages in order to use them.
@@ -73,3 +73,5 @@ You can install such cross-provider dependencies when installing from PyPI. For
 {{ CROSS_PROVIDERS_DEPENDENCIES_TABLE_RST | safe }}
 
 {%- endif %}
+
+{{ CHANGELOG | safe }}
diff --git a/dev/provider_packages/README.md b/dev/provider_packages/README.md
index 06754ed..64d8a66 100644
--- a/dev/provider_packages/README.md
+++ b/dev/provider_packages/README.md
@@ -106,6 +106,8 @@ When you want to prepare release notes for a package, you need to run:
 The index.rst is updated automatically in the `docs/apache-airflow-providers-<provider>` folder
 
 You can run the script with multiple package names if you want to prepare several packages at the same time.
+By default, the command runs in interactive mode when you can decide one-by-one whether the package
+documentation should be prepared or not.
 
 As soon as you are satisfied with the release notes generated you can commit generated changes/new files
 to the repository.
@@ -116,6 +118,8 @@ You should manually update generated changelog and classify the commits updated
 You can repeat this several times, the changes generated will automatically include new commits that
 appeared since last run.
 
+You can also run it in non-interactive mode adding `--non-interactive` flag.
+
 ## Preparing provider packages
 
 You build the packages in the breeze environment, so you do not have to worry about common environment.
diff --git a/dev/provider_packages/prepare_provider_packages.py b/dev/provider_packages/prepare_provider_packages.py
index eeb0c54..42a349a 100755
--- a/dev/provider_packages/prepare_provider_packages.py
+++ b/dev/provider_packages/prepare_provider_packages.py
@@ -36,7 +36,8 @@ from copy import deepcopy
 from datetime import datetime, timedelta
 from enum import Enum
 from functools import lru_cache
-from os.path import dirname
+from os.path import dirname, relpath
+from pathlib import Path
 from shutil import copyfile
 from typing import Any, Dict, Iterable, List, NamedTuple, Optional, Set, Tuple, Type
 
@@ -49,8 +50,6 @@ from rich import print
 from rich.console import Console
 from rich.syntax import Syntax
 
-from airflow.providers_manager import ProviderInfo
-
 try:
     from yaml import CSafeLoader as SafeLoader
 except ImportError:
@@ -89,8 +88,6 @@ Initial version of the provider.
 HTTPS_REMOTE = "apache-https-for-providers"
 HEAD_OF_HTTPS_REMOTE = f"{HTTPS_REMOTE}/main"
 
-PROVIDER_TEMPLATE_PREFIX = "PROVIDER_"
-
 MY_DIR_PATH = os.path.dirname(__file__)
 SOURCE_DIR_PATH = os.path.abspath(os.path.join(MY_DIR_PATH, os.pardir, os.pardir))
 AIRFLOW_PATH = os.path.join(SOURCE_DIR_PATH, "airflow")
@@ -162,6 +159,7 @@ option_force = click.option(
     help="Forces regeneration of already generated documentation",
 )
 argument_package_id = click.argument('package_id')
+argument_changelog_files = click.argument('changelog_files', nargs=-1)
 
 
 @contextmanager
@@ -1219,32 +1217,6 @@ def get_additional_package_info(provider_package_path: str) -> str:
     return ""
 
 
-def get_changelog_for_package(provider_package_path: str) -> str:
-    """
-    Returns changelog_for the package.
-
-    :param provider_package_path: path for the package
-    :return: additional information for the path (empty string if missing)
-    """
-    changelog_path = os.path.join(provider_package_path, "CHANGELOG.rst")
-    if os.path.isfile(changelog_path):
-        with open(changelog_path) as changelog_file:
-            return changelog_file.read()
-    else:
-        print(f"[red]ERROR: Missing ${changelog_path}[/]")
-        print("Please add the file with initial content:")
-        print()
-        syntax = Syntax(
-            INITIAL_CHANGELOG_CONTENT,
-            "rst",
-            theme="ansi_dark",
-        )
-    console = Console(width=100)
-    console.print(syntax)
-    print()
-    raise Exception(f"Missing {changelog_path}")
-
-
 def is_camel_case_with_acronyms(s: str):
     """
     Checks if the string passed is Camel Case (with capitalised acronyms allowed).
@@ -1526,12 +1498,13 @@ def get_provider_details(provider_package_id: str) -> ProviderPackageDetails:
 
 
 def get_provider_jinja_context(
-    provider_info: ProviderInfo,
+    provider_info: Dict[str, Any],
     provider_details: ProviderPackageDetails,
     current_release_version: str,
     version_suffix: str,
 ):
     verify_provider_package(provider_details.provider_package_id)
+    changelog_path = verify_changelog_exists(provider_details.provider_package_id)
     cross_providers_dependencies = get_cross_provider_dependent_packages(
         provider_package_id=provider_details.provider_package_id
     )
@@ -1548,6 +1521,8 @@ def get_provider_jinja_context(
     cross_providers_dependencies_table_rst = convert_cross_package_dependencies_to_table(
         cross_providers_dependencies, markdown=False
     )
+    with open(changelog_path) as changelog_file:
+        changelog = changelog_file.read()
     context: Dict[str, Any] = {
         "ENTITY_TYPES": list(EntityType),
         "README_FILE": "README.rst",
@@ -1562,9 +1537,6 @@ def get_provider_jinja_context(
         "ADDITIONAL_INFO": get_additional_package_info(
             provider_package_path=provider_details.source_provider_package_path
         ),
-        "CHANGELOG": get_changelog_for_package(
-            provider_package_path=provider_details.source_provider_package_path
-        ),
         "CROSS_PROVIDERS_DEPENDENCIES": cross_providers_dependencies,
         "PIP_REQUIREMENTS": PROVIDERS_REQUIREMENTS[provider_details.provider_package_id],
         "PROVIDER_TYPE": "Provider",
@@ -1580,14 +1552,19 @@ def get_provider_jinja_context(
         "PIP_REQUIREMENTS_TABLE": pip_requirements_table,
         "PIP_REQUIREMENTS_TABLE_RST": pip_requirements_table_rst,
         "PROVIDER_INFO": provider_info,
+        "CHANGELOG_RELATIVE_PATH": relpath(
+            provider_details.source_provider_package_path,
+            provider_details.documentation_provider_package_path,
+        ),
+        "CHANGELOG": changelog,
     }
     return context
 
 
 def prepare_readme_file(context):
-    readme_content = LICENCE_RST
-    readme_template_name = PROVIDER_TEMPLATE_PREFIX + "README"
-    readme_content += render_template(template_name=readme_template_name, context=context, extension=".rst")
+    readme_content = LICENCE_RST + render_template(
+        template_name="PROVIDER_README", context=context, extension=".rst"
+    )
     readme_file_path = os.path.join(TARGET_PROVIDER_PACKAGES_PATH, "README.rst")
     with open(readme_file_path, "wt") as readme_file:
         readme_file.write(readme_content)
@@ -1740,9 +1717,8 @@ def update_index_rst(
     provider_package_id,
     target_path,
 ):
-    index_template_name = PROVIDER_TEMPLATE_PREFIX + "INDEX"
     index_update = render_template(
-        template_name=index_template_name, context=context, extension='.rst', keep_trailing_newline=False
+        template_name="PROVIDER_INDEX", context=context, extension='.rst', keep_trailing_newline=True
     )
     index_file_path = os.path.join(target_path, "index.rst")
     old_text = ""
@@ -1764,9 +1740,8 @@ def update_commits_rst(
     provider_package_id,
     target_path,
 ):
-    commits_template_name = PROVIDER_TEMPLATE_PREFIX + "COMMITS"
     new_text = render_template(
-        template_name=commits_template_name, context=context, extension='.rst', keep_trailing_newline=True
+        template_name="PROVIDER_COMMITS", context=context, extension='.rst', keep_trailing_newline=True
     )
     index_file_path = os.path.join(target_path, "commits.rst")
     old_text = ""
@@ -1867,17 +1842,36 @@ def get_all_providers() -> List[str]:
     return list(PROVIDERS_REQUIREMENTS.keys())
 
 
-def verify_provider_package(package: str) -> None:
+def verify_provider_package(provider_package_id: str) -> None:
     """
     Verifies if the provider package is good.
-    :param package: package id to verify
+    :param provider_package_id: package id to verify
     :return: None
     """
-    if package not in get_provider_packages():
-        print(f"[red]Wrong package name: {package}[/]")
+    if provider_package_id not in get_provider_packages():
+        print(f"[red]Wrong package name: {provider_package_id}[/]")
         print("Use one of:")
         print(get_provider_packages())
-        raise Exception(f"The package {package} is not a provider package.")
+        raise Exception(f"The package {provider_package_id} is not a provider package.")
+
+
+def verify_changelog_exists(package: str) -> str:
+    provider_details = get_provider_details(package)
+    changelog_path = os.path.join(provider_details.source_provider_package_path, "CHANGELOG.rst")
+    if not os.path.isfile(changelog_path):
+        print(f"[red]ERROR: Missing ${changelog_path}[/]")
+        print("Please add the file with initial content:")
+        print()
+        syntax = Syntax(
+            INITIAL_CHANGELOG_CONTENT,
+            "rst",
+            theme="ansi_dark",
+        )
+        console = Console(width=200)
+        console.print(syntax)
+        print()
+        raise Exception(f"Missing {changelog_path}")
+    return changelog_path
 
 
 @cli.command()
@@ -2184,9 +2178,19 @@ def get_changes_classified(changes: List[Change]) -> ClassifiedChanges:
 @cli.command()
 @argument_package_id
 @option_verbose
-@option_interactive
-def update_changelog(package_id: str, verbose: bool, interactive: bool):
+def update_changelog(package_id: str, verbose: bool):
     """Updates changelog for the provider."""
+    if _update_changelog(package_id, verbose):
+        sys.exit(64)
+
+
+def _update_changelog(package_id: str, verbose: bool) -> bool:
+    """
+    Internal update changelog method
+    :param package_id: package id
+    :param verbose: verbose flag
+    :return: true if package is skipped
+    """
     with with_group("Updates changelog for last release"):
         verify_provider_package(package_id)
         provider_details = get_provider_details(package_id)
@@ -2207,12 +2211,13 @@ def update_changelog(package_id: str, verbose: bool, interactive: bool):
         )
         if not proceed:
             print(f"[yellow]The provider {package_id} is not being released. Skipping the package.[/]")
-            sys.exit(64)
+            return True
         generate_new_changelog(package_id, provider_details, changelog_path, changes)
         print()
         print(f"Update index.rst for {package_id}")
         print()
         update_index_rst(jinja_context, package_id, provider_details.documentation_provider_package_path)
+        return False
 
 
 def generate_new_changelog(package_id, provider_details, changelog_path, changes):
@@ -2270,6 +2275,26 @@ def generate_new_changelog(package_id, provider_details, changelog_path, changes
         changelog.write("\n")
 
 
+def get_package_from_changelog(changelog_path: str):
+    folder = Path(changelog_path).parent
+    package = ''
+    separator = ''
+    while not os.path.basename(folder) == 'providers':
+        package = os.path.basename(folder) + separator + package
+        separator = '.'
+        folder = Path(folder).parent
+    return package
+
+
+@cli.command()
+@argument_changelog_files
+@option_verbose
+def update_changelogs(changelog_files: List[str], verbose: bool):
+    for changelog_file in changelog_files:
+        package_id = get_package_from_changelog(changelog_file)
+        _update_changelog(package_id=package_id, verbose=verbose)
+
+
 if __name__ == "__main__":
     # The cli exit code is:
     #   * 0 in case of success
diff --git a/dev/requirements.txt b/dev/requirements.txt
index eb801ba..1b9d907 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -2,3 +2,9 @@ click~=7.0
 jinja2~=2.10
 keyring==10.1
 PyGithub
+jsonpath_ng
+jsonschema
+pyyaml
+packaging
+rich
+tabulate
diff --git a/docs/apache-airflow-providers-airbyte/commits.rst b/docs/apache-airflow-providers-airbyte/commits.rst
index e5a38a5..f813fc9 100644
--- a/docs/apache-airflow-providers-airbyte/commits.rst
+++ b/docs/apache-airflow-providers-airbyte/commits.rst
@@ -31,16 +31,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-06-04
+Latest change: 2021-06-07
 
-================================================================================================  ===========  =======================================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =======================================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `75c91b4ac <https://github.com/apache/airflow/commit/75c91b4acf1ed45d6ccf60a6e1326700233a4f05>`_  2021-06-04   ``Add test_connection method to Airbyte hook (#16236)``
 `10ed42a83 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_  2021-05-27   ``Fix hooks extended from http hook (#16109)``
 `feddc517d <https://github.com/apache/airflow/commit/feddc517d7ea4a8f9403e430865df742237401dd>`_  2021-05-09   ``Add missing docstring params (#15741)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  =======================================================
+================================================================================================  ===========  =================================================================
 
 1.0.0
 .....
diff --git a/docs/apache-airflow-providers-airbyte/index.rst b/docs/apache-airflow-providers-airbyte/index.rst
index 0c2bdb4..17f813f 100644
--- a/docs/apache-airflow-providers-airbyte/index.rst
+++ b/docs/apache-airflow-providers-airbyte/index.rst
@@ -41,76 +41,6 @@ Content
     Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/airbyte/example_dags>
     PyPI Repository <https://pypi.org/project/apache-airflow-providers-airbyte/>
 
-.. toctree::
-    :maxdepth: 1
-    :caption: Commits
-
-    Detailed list of commits <commits>
-
-Package apache-airflow-providers-airbyte
-----------------------------------------
-
-`Airbyte <https://www.airbyte.io/>`__
-
-
-Release: 1.0.0
-
-Provider package
-----------------
-
-This is a provider package for ``airbyte`` provider. All classes for this provider package
-are in ``airflow.providers.airbyte`` python package.
-
-Installation
-------------
-
-You can install this package on top of an existing airflow 2.* installation via
-``pip install apache-airflow-providers-airbyte``
-
-Cross provider package dependencies
------------------------------------
-
-Those are dependencies that might be needed in order to use all the features of the package.
-You need to install the specified provider packages in order to use them.
-
-You can install such cross-provider dependencies when installing from PyPI. For example:
-
-.. code-block:: bash
-
-    pip install apache-airflow-providers-airbyte[http]
-
-
-================================================================================================  ========
-Dependent package                                                                                 Extra
-================================================================================================  ========
-`apache-airflow-providers-http <https://airflow.apache.org/docs/apache-airflow-providers-http>`_  ``http``
-================================================================================================  ========
-
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-Changelog
----------
-
-1.0.0
-.....
-
-Initial version of the provider.
-
 .. THE REMINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 
@@ -178,47 +108,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-airbyte 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-airbyte 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add test_connection method to Airbyte hook (#16236)``
-* ``Add missing docstring params (#15741)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix hooks extended from http hook (#16109)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/airbyte/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index 55fe7a5..5cec399 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -31,11 +31,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-06-02
+Latest change: 2021-06-13
 
 ================================================================================================  ===========  ===============================================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ===============================================================================================
+`9cd7930c3 <https://github.com/apache/airflow/commit/9cd7930c34c2842bef0cdc1748d42e7caa722301>`_  2021-06-13   ``Update copy command for s3 to redshift (#16241)``
+`643f3c35a <https://github.com/apache/airflow/commit/643f3c35a6ba3def40de7db8e974c72e98cfad44>`_  2021-06-13   ``fix: AwsGlueJobOperator change order of args for load_file (#16216)``
+`30708b5b2 <https://github.com/apache/airflow/commit/30708b5b254960395d8061e8c403294b93900c4d>`_  2021-06-13   ``Add support of capacity provider strategy for ECSOperator (#15848)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `9fcdf3d4d <https://github.com/apache/airflow/commit/9fcdf3d4deae0dd77c734f5a3520fb75d66d0821>`_  2021-06-02   ``Fix S3 Select payload join (#16189)``
 `8d1663828 <https://github.com/apache/airflow/commit/8d16638285687fd0ef41d40340ab1c5bcffd507a>`_  2021-05-29   ``remove retry for now (#16150)``
 `5fbc86f03 <https://github.com/apache/airflow/commit/5fbc86f0364fbc4f7c2ba10cae4a13449709730c>`_  2021-05-27   ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 3a0c4b1..d4f0cc9 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -119,135 +119,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-amazon 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-amazon 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for the Hive Provider (#15704)``
-* ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)``
-* ``remove retry for now (#16150)``
-* ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix S3 Select payload join (#16189)``
-* ``Fix spacing in 'AwsBatchWaitersHook' docstring (#15839)``
-* ``Fix spelling (#15699)``
-* ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Check synctatic correctness for code-snippets (#16005)``
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-   * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
-   * ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)``
-
-1.4.0
-.....
-
-Features
-~~~~~~~~
-
-* ``S3Hook.load_file should accept Path object in addition to str (#15232)``
-* ``Add Connection Documentation for Providers (#15499)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix 'logging.exception' redundancy (#14823)``
-* ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)``
-* ``Update Docstrings of Modules with Missing Params (#15391)``
-* ``Add links to new modules for deprecated modules (#15316)``
-* ``Fixes doc for SQSSensor (#15323)``
-
-1.3.0
-.....
-
-Features
-~~~~~~~~
-
-* ``A bunch of template_fields_renderers additions (#15130)``
-* ``Send region_name into parent class of AwsGlueJobHook (#14251)``
-* ``Added retry to ECS Operator (#14263)``
-* ``Make script_args templated in AwsGlueJobOperator (#14925)``
-* ``Add FTPToS3Operator (#13707)``
-* ``Implemented S3 Bucket Tagging (#14402)``
-* ``S3DataSource is not required (#14220)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``AWS: Do not log info when SSM & SecretsManager secret not found (#15120)``
-* ``Cache Hook when initializing 'CloudFormationCreateStackSensor' (#14638)``
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Avoid using threads in S3 remote logging upload (#14414)``
-* ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)``
-* ``includes the STS token if STS credentials are used (#11227)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Adding support to put extra arguments for Glue Job. (#14027)``
-* ``Add aws ses email backend for use with EmailOperator. (#13986)``
-* ``Add bucket_name to template fileds in S3 operators (#13973)``
-* ``Add ExasolToS3Operator (#13847)``
-* ``AWS Glue Crawler Integration (#13072)``
-* ``Add acl_policy to S3CopyObjectOperator (#13773)``
-* ``AllowDiskUse parameter and docs in MongotoS3Operator (#12033)``
-* ``Add S3ToFTPOperator (#11747)``
-* ``add xcom push for ECSOperator (#12096)``
-* ``[AIRFLOW-3723] Add Gzip capability to mongo_to_S3 operator (#13187)``
-* ``Add S3KeySizeSensor (#13049)``
-* ``Add 'mongo_collection' to template_fields in MongoToS3Operator (#13361)``
-* ``Allow Tags on AWS Batch Job Submission (#13396)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix bug in GCSToS3Operator (#13718)``
-* ``Fix S3KeysUnchangedSensor so that template_fields work (#13490)``
-
-
-1.0.0
-.....
-
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-beam/commits.rst b/docs/apache-airflow-providers-apache-beam/commits.rst
index 2e782b7..821f24f 100644
--- a/docs/apache-airflow-providers-apache-beam/commits.rst
+++ b/docs/apache-airflow-providers-apache-beam/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 3.0.0
 .....
 
-Latest change: 2021-06-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  ==============================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ==============================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `1e647029e <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_  2021-06-01   ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
 `904709d34 <https://github.com/apache/airflow/commit/904709d34fbe0b6062d72932b72954afe13ec148>`_  2021-05-27   ``Check synctatic correctness for code-snippets (#16005)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
diff --git a/docs/apache-airflow-providers-apache-beam/index.rst b/docs/apache-airflow-providers-apache-beam/index.rst
index b8b9088..a6e77ad 100644
--- a/docs/apache-airflow-providers-apache-beam/index.rst
+++ b/docs/apache-airflow-providers-apache-beam/index.rst
@@ -102,110 +102,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-apache-beam 3.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-3.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-3.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-3.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-apache-beam 3.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-3.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-3.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-3.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-3.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Rename the main branch of the Airflow repo to be main (#16149)``
-   * ``Check synctatic correctness for code-snippets (#16005)``
-   * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-Integration with the ``google`` provider
-````````````````````````````````````````
-
-In 2.0.0 version of the provider we've changed the way of integrating with the ``google`` provider.
-The previous versions of both providers caused conflicts when trying to install them together
-using PIP > 20.2.4. The conflict is not detected by PIP 20.2.4 and below but it was there and
-the version of ``Google BigQuery`` python client was not matching on both sides. As the result, when
-both ``apache.beam`` and ``google`` provider were installed, some features of the ``BigQuery`` operators
-might not work properly. This was cause by ``apache-beam`` client not yet supporting the new google
-python clients when ``apache-beam[gcp]`` extra was used. The ``apache-beam[gcp]`` extra is used
-by ``Dataflow`` operators and while they might work with the newer version of the ``Google BigQuery``
-python client, it is not guaranteed.
-
-This version introduces additional extra requirement for the ``apache.beam`` extra of the ``google`` provider
-and symmetrically the additional requirement for the ``google`` extra of the ``apache.beam`` provider.
-Both ``google`` and ``apache.beam`` provider do not use those extras by default, but you can specify
-them when installing the providers. The consequence of that is that some functionality of the ``Dataflow``
-operators might not be available.
-
-Unfortunately the only ``complete`` solution to the problem is for the ``apache.beam`` to migrate to the
-new (>=2.0.0) Google Python clients.
-
-This is the extra for the ``google`` provider:
-
-.. code-block:: python
-
-        extras_require={
-            ...
-            'apache.beam': ['apache-airflow-providers-apache-beam', 'apache-beam[gcp]'],
-            ...
-        },
-
-And likewise this is the extra for the ``apache.beam`` provider:
-
-.. code-block:: python
-
-        extras_require={'google': ['apache-airflow-providers-google', 'apache-beam[gcp]']},
-
-You can still run this with PIP version <= 20.2.4 and go back to the previous behaviour:
-
-.. code-block:: shell
-
-  pip install apache-airflow-providers-google[apache.beam]
-
-or
-
-.. code-block:: shell
-
-  pip install apache-airflow-providers-apache-beam[google]
-
-But be aware that some ``BigQuery`` operators functionality might not be available in this case.
-
-1.0.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)``
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-* ``Remove WARNINGs from BeamHook (#14554)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/beam/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-cassandra/commits.rst b/docs/apache-airflow-providers-apache-cassandra/commits.rst
index e8f9f83..61a1429 100644
--- a/docs/apache-airflow-providers-apache-cassandra/commits.rst
+++ b/docs/apache-airflow-providers-apache-cassandra/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-apache-cassandra/index.rst b/docs/apache-airflow-providers-apache-cassandra/index.rst
index a56771b..08209a8 100644
--- a/docs/apache-airflow-providers-apache-cassandra/index.rst
+++ b/docs/apache-airflow-providers-apache-cassandra/index.rst
@@ -80,49 +80,4 @@ PIP package           Version required
 ``cassandra-driver``  ``>=3.13.0,<4``
 ====================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/cassandra/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst
index 832aa07..ae330a7 100644
--- a/docs/apache-airflow-providers-apache-druid/commits.rst
+++ b/docs/apache-airflow-providers-apache-druid/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-22
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `476d0f6e3 <https://github.com/apache/airflow/commit/476d0f6e3d2059f56532cda36cdc51aa86bafb37>`_  2021-05-22   ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-apache-druid/index.rst b/docs/apache-airflow-providers-apache-druid/index.rst
index c2542f0..76086b4 100644
--- a/docs/apache-airflow-providers-apache-druid/index.rst
+++ b/docs/apache-airflow-providers-apache-druid/index.rst
@@ -95,63 +95,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-apache-druid 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-druid-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-druid-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-druid-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-apache-druid 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Fix string concatenation using 'f-strings' (#15200)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)``
-
-Bugfixes
-~~~~~~~~
-
-* ``Bugfix: DruidOperator fails to submit ingestion tasks (#14418)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/druid/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hdfs/commits.rst b/docs/apache-airflow-providers-apache-hdfs/commits.rst
index 87271d8..3494a31 100644
--- a/docs/apache-airflow-providers-apache-hdfs/commits.rst
+++ b/docs/apache-airflow-providers-apache-hdfs/commits.rst
@@ -32,11 +32,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `71c673e42 <https://github.com/apache/airflow/commit/71c673e427a89cae2a9f3174c32c5c85556d6342>`_  2021-04-22   ``Update Docstrings of Modules with Missing Params (#15391)``
diff --git a/docs/apache-airflow-providers-apache-hdfs/index.rst b/docs/apache-airflow-providers-apache-hdfs/index.rst
index 3c9f948..8e8e109 100644
--- a/docs/apache-airflow-providers-apache-hdfs/index.rst
+++ b/docs/apache-airflow-providers-apache-hdfs/index.rst
@@ -76,55 +76,4 @@ PIP package        Version required
 ``snakebite-py3``
 =================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Created initial guide for HDFS operators  (#11212)``
-* ``Update Docstrings of Modules with Missing Params (#15391)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove python2 related handlings and dependencies (#15301)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/hdfs/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst
index dad5669..20e204c 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-22
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `476d0f6e3 <https://github.com/apache/airflow/commit/476d0f6e3d2059f56532cda36cdc51aa86bafb37>`_  2021-05-22   ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
 `736a62f82 <https://github.com/apache/airflow/commit/736a62f824d9062b52983633528e58c445d8cc56>`_  2021-05-08   ``Remove duplicate key from Python dictionary (#15735)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst
index 51de8fd..abd4288 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -115,78 +115,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-apache-hive 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-apache-hive 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for the Hive Provider (#15704)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-   * ``Remove duplicate key from Python dictionary (#15735)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Make Airflow code Pylint 2.8 compatible (#15534)``
-   * ``Use Pip 21.* to install airflow officially (#15513)``
-
-1.0.3
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix mistake and typos in doc/docstrings (#15180)``
-* ``Fix grammar and remove duplicate words (#14647)``
-* ``Resolve issue related to HiveCliHook kill (#14542)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-Bug fixes
-~~~~~~~~~
-
-* ``Remove password if in LDAP or CUSTOM mode HiveServer2Hook (#11767)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-kylin/commits.rst b/docs/apache-airflow-providers-apache-kylin/commits.rst
index 102d250..b22a1ca 100644
--- a/docs/apache-airflow-providers-apache-kylin/commits.rst
+++ b/docs/apache-airflow-providers-apache-kylin/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-15
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `dcb893274 <https://github.com/apache/airflow/commit/dcb89327462cc72dc0146dc77d50a0399bc97f82>`_  2021-05-15   ``Update KylinHook docstring (#15602)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-apache-kylin/index.rst b/docs/apache-airflow-providers-apache-kylin/index.rst
index c383e63..7605b38 100644
--- a/docs/apache-airflow-providers-apache-kylin/index.rst
+++ b/docs/apache-airflow-providers-apache-kylin/index.rst
@@ -74,53 +74,4 @@ PIP package    Version required
 ``kylinpy``    ``>=2.6``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Update KylinHook docstring (#15602)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/kylin/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst b/docs/apache-airflow-providers-apache-livy/commits.rst
index f329cb4..7e6f637 100644
--- a/docs/apache-airflow-providers-apache-livy/commits.rst
+++ b/docs/apache-airflow-providers-apache-livy/commits.rst
@@ -31,13 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.1.0
 .....
diff --git a/docs/apache-airflow-providers-apache-livy/index.rst b/docs/apache-airflow-providers-apache-livy/index.rst
index 6b5ff8c..0753626 100644
--- a/docs/apache-airflow-providers-apache-livy/index.rst
+++ b/docs/apache-airflow-providers-apache-livy/index.rst
@@ -101,53 +101,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-apache-livy 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-apache-livy 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Extend HTTP extra_options to LivyHook and operator (#14816)``
-
-
-1.0.1
-.....
-
-* ``Updated documentation and readme files.``
-
-1.0.0
-.....
-
-* ``Initial version of the provider.``
+.. include:: ../../airflow/providers/apache/livy/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-pig/commits.rst b/docs/apache-airflow-providers-apache-pig/commits.rst
index 3a6b129..323e19f 100644
--- a/docs/apache-airflow-providers-apache-pig/commits.rst
+++ b/docs/apache-airflow-providers-apache-pig/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-apache-pig/index.rst b/docs/apache-airflow-providers-apache-pig/index.rst
index 25025f0..ece7c77 100644
--- a/docs/apache-airflow-providers-apache-pig/index.rst
+++ b/docs/apache-airflow-providers-apache-pig/index.rst
@@ -64,48 +64,4 @@ Installation
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install apache-airflow-providers-apache-pig``
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/pig/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-pinot/commits.rst b/docs/apache-airflow-providers-apache-pinot/commits.rst
index b4e5bce..788bba6 100644
--- a/docs/apache-airflow-providers-apache-pinot/commits.rst
+++ b/docs/apache-airflow-providers-apache-pinot/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
 `4b031d39e <https://github.com/apache/airflow/commit/4b031d39e12110f337151cda6693e2541bf71c2c>`_  2021-04-27   ``Make Airflow code Pylint 2.8 compatible (#15534)``
diff --git a/docs/apache-airflow-providers-apache-pinot/index.rst b/docs/apache-airflow-providers-apache-pinot/index.rst
index c2456ad6..b4d25bf 100644
--- a/docs/apache-airflow-providers-apache-pinot/index.rst
+++ b/docs/apache-airflow-providers-apache-pinot/index.rst
@@ -67,48 +67,4 @@ PIP package    Version required
 ``pinotdb``    ``>0.1.2,<1.0.0``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Make Airflow code Pylint 2.8 compatible (#15534)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/pinot/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst b/docs/apache-airflow-providers-apache-spark/commits.rst
index 9dbb037..2c485cb 100644
--- a/docs/apache-airflow-providers-apache-spark/commits.rst
+++ b/docs/apache-airflow-providers-apache-spark/commits.rst
@@ -31,13 +31,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-14
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`5c86e3d50 <https://github.com/apache/airflow/commit/5c86e3d50970e61d0eabd0965ebdc7b5ecf3bf14>`_  2021-06-14   ``Make SparkSqlHook use Connection (#15794)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.0.3
 .....
diff --git a/docs/apache-airflow-providers-apache-spark/index.rst b/docs/apache-airflow-providers-apache-spark/index.rst
index 3bf3ac9..b4a70a8 100644
--- a/docs/apache-airflow-providers-apache-spark/index.rst
+++ b/docs/apache-airflow-providers-apache-spark/index.rst
@@ -80,62 +80,4 @@ PIP package    Version required
 ``pyspark``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.0.3
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix 'logging.exception' redundancy (#14823)``
-
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Use apache.spark provider without kubernetes (#14187)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/spark/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-sqoop/commits.rst b/docs/apache-airflow-providers-apache-sqoop/commits.rst
index 443906a..0810143 100644
--- a/docs/apache-airflow-providers-apache-sqoop/commits.rst
+++ b/docs/apache-airflow-providers-apache-sqoop/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-31
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  ========================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ========================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `f47e10c38 <https://github.com/apache/airflow/commit/f47e10c3885a028e7c45c10c317a7dbbff9e3ab9>`_  2021-05-31   ``Fixes failing static checks after recent pre-commit upgrade (#16183)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-apache-sqoop/index.rst b/docs/apache-airflow-providers-apache-sqoop/index.rst
index 83479e1..b248957 100644
--- a/docs/apache-airflow-providers-apache-sqoop/index.rst
+++ b/docs/apache-airflow-providers-apache-sqoop/index.rst
@@ -58,50 +58,4 @@ Installation
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install apache-airflow-providers-apache-sqoop``
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Fixes failing static checks after recent pre-commit upgrade (#16183)``
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Make Airflow code Pylint 2.8 compatible (#15534)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/apache/sqoop/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-asana/index.rst b/docs/apache-airflow-providers-asana/index.rst
index cfd9f5e..5ea5449 100644
--- a/docs/apache-airflow-providers-asana/index.rst
+++ b/docs/apache-airflow-providers-asana/index.rst
@@ -87,27 +87,4 @@ PIP package          Version required
 ``cached-property``  ``>=1.5.2``
 ===================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-Changelog
----------
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/asana/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-celery/commits.rst b/docs/apache-airflow-providers-celery/commits.rst
index 272154f..ac9cf25 100644
--- a/docs/apache-airflow-providers-celery/commits.rst
+++ b/docs/apache-airflow-providers-celery/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-celery/index.rst b/docs/apache-airflow-providers-celery/index.rst
index c47c180..a6b87c4 100644
--- a/docs/apache-airflow-providers-celery/index.rst
+++ b/docs/apache-airflow-providers-celery/index.rst
@@ -70,48 +70,4 @@ PIP package    Version required
 ``vine``       ``~=1.3``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/celery/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-cloudant/commits.rst b/docs/apache-airflow-providers-cloudant/commits.rst
index 4dc2d66..b104c98 100644
--- a/docs/apache-airflow-providers-cloudant/commits.rst
+++ b/docs/apache-airflow-providers-cloudant/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
 `68e4c4dcb <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_  2021-03-20   ``Remove Backport Providers (#14886)``
diff --git a/docs/apache-airflow-providers-cloudant/index.rst b/docs/apache-airflow-providers-cloudant/index.rst
index 2d39dc6..3c4bd16 100644
--- a/docs/apache-airflow-providers-cloudant/index.rst
+++ b/docs/apache-airflow-providers-cloudant/index.rst
@@ -68,48 +68,4 @@ PIP package    Version required
 ``cloudant``   ``>=2.0``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/cloudant/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 4b47fd7..1036aef 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-06-03
+Latest change: 2021-06-14
 
 ================================================================================================  ===========  ===================================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ===================================================================================
+`4752fb3eb <https://github.com/apache/airflow/commit/4752fb3eb8ac8827e6af6022fbcf751829ecb17a>`_  2021-06-14   ``Fix issue with parsing error logs in the KPO (#15638)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `2f16757e1 <https://github.com/apache/airflow/commit/2f16757e1a11ef42ac2b1a62622a5d34f8a1e996>`_  2021-06-03   ``Bug Pod Template File Values Ignored (#16095)``
 `476d0f6e3 <https://github.com/apache/airflow/commit/476d0f6e3d2059f56532cda36cdc51aa86bafb37>`_  2021-05-22   ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
 `85b2ccb0c <https://github.com/apache/airflow/commit/85b2ccb0c5e03495c58e7c4fb0513ceb4419a103>`_  2021-05-20   ``Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index ec7f95a..533d9e1 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -82,96 +82,4 @@ PIP package       Version required
 ``kubernetes``    ``>=3.0.0, <12.0.0``
 ================  ====================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)``
-* ``Save pod name to xcom for KubernetesPodOperator (#15755)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)``
-* ``Bug Pod Template File Values Ignored (#16095)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Require 'name' with KubernetesPodOperator (#15373)``
-* ``Change KPO node_selectors warning to proper deprecationwarning (#15507)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix timeout when using XCom with KubernetesPodOperator (#15388)``
-* ``Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Separate Kubernetes pod_launcher from core airflow (#15165)``
-* ``Add ability to specify api group and version for Spark operators (#14898)``
-* ``Use libyaml C library when available. (#14577)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Allow pod name override in KubernetesPodOperator if pod_template is used. (#14186)``
-* ``Allow users of the KPO to *actually* template environment variables (#14083)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-Bug fixes
-~~~~~~~~~
-
-* ``Pass image_pull_policy in KubernetesPodOperator correctly (#13289)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/cncf/kubernetes/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst
index 6487905..e1f35c2 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `df143aee8 <https://github.com/apache/airflow/commit/df143aee8d9e7e0089b747bdd27addf63bb4962f>`_  2021-04-29   ``An initial rework of the "Concepts" docs (#15444)``
diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst
index 56c2626..3623fb7 100644
--- a/docs/apache-airflow-providers-databricks/index.rst
+++ b/docs/apache-airflow-providers-databricks/index.rst
@@ -81,55 +81,4 @@ PIP package    Version required
 ``requests``   ``>=2.20.0, <3``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add documentation for Databricks connection (#15410)``
-
-Bug Fixes
-~~~~~~~~~
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``An initial rework of the &#34;Concepts&#34; docs (#15444)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/databricks/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-datadog/commits.rst b/docs/apache-airflow-providers-datadog/commits.rst
index b94c232..fd61329 100644
--- a/docs/apache-airflow-providers-datadog/commits.rst
+++ b/docs/apache-airflow-providers-datadog/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-datadog/index.rst b/docs/apache-airflow-providers-datadog/index.rst
index 2a492ba..b40744f 100644
--- a/docs/apache-airflow-providers-datadog/index.rst
+++ b/docs/apache-airflow-providers-datadog/index.rst
@@ -73,53 +73,4 @@ PIP package    Version required
 ``datadog``    ``>=0.14.0``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix Sphinx Issues with Docstrings (#14968)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/datadog/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-dingding/commits.rst b/docs/apache-airflow-providers-dingding/commits.rst
index 42fb565..9fa73cb 100644
--- a/docs/apache-airflow-providers-dingding/commits.rst
+++ b/docs/apache-airflow-providers-dingding/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `10ed42a83 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_  2021-05-27   ``Fix hooks extended from http hook (#16109)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-dingding/index.rst b/docs/apache-airflow-providers-dingding/index.rst
index 6b1574d..9a8f73b 100644
--- a/docs/apache-airflow-providers-dingding/index.rst
+++ b/docs/apache-airflow-providers-dingding/index.rst
@@ -99,62 +99,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-dingding 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dingding-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dingding-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dingding-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-dingding 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix hooks extended from http hook (#16109)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Fix string concatenation using 'f-strings' (#15200)``
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Update pre-commit checks (#15583)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Replace deprecated doc links to the correct one (#14429)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/dingding/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-discord/commits.rst b/docs/apache-airflow-providers-discord/commits.rst
index 5441ea9..f34e6da 100644
--- a/docs/apache-airflow-providers-discord/commits.rst
+++ b/docs/apache-airflow-providers-discord/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `10ed42a83 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_  2021-05-27   ``Fix hooks extended from http hook (#16109)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-discord/index.rst b/docs/apache-airflow-providers-discord/index.rst
index 9bee594..5f4c054 100644
--- a/docs/apache-airflow-providers-discord/index.rst
+++ b/docs/apache-airflow-providers-discord/index.rst
@@ -87,53 +87,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-discord 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-discord 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix hooks extended from http hook (#16109)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/discord/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst
index d6aad26..996ba78 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -31,14 +31,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-17
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ================================================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ================================================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `12995cfb9 <https://github.com/apache/airflow/commit/12995cfb9a90d1f93511a4a4ab692323e62cc318>`_  2021-05-17   ``Replace DockerOperator's 'volumes' arg for 'mounts' (#15843)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ================================================================
+================================================================================================  ===========  =================================================================
 
 1.2.0
 .....
diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst
index c2ac51e..dc8f676 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -75,85 +75,4 @@ PIP package    Version required
 ``docker``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-* ``Replace DockerOperator's 'volumes' arg for 'mounts' (#15843)``
-
-The ``volumes`` parameter in
-:class:`~airflow.providers.docker.operators.docker.DockerOperator` and
-:class:`~airflow.providers.docker.operators.docker_swarm.DockerSwarmOperator`
-was replaced by the ``mounts`` parameter, which uses the newer
-`mount syntax <https://docs.docker.com/storage/>`__ instead of ``--bind``.
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Entrypoint support in docker operator (#14642)``
-* ``Add PythonVirtualenvDecorator to Taskflow API (#14761)``
-* ``Support all terminus task states in Docker Swarm Operator (#14960)``
-
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Add privileged option in DockerOperator (#14157)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-Bug fixes
-~~~~~~~~~
-
-* ``Remove failed DockerOperator tasks with auto_remove=True (#13532) (#13993)``
-* ``Fix error on DockerSwarmOperator with auto_remove True (#13532) (#13852)``
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/docker/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index e038ab6..1055e3c 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -31,14 +31,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-06-05
+Latest change: 2021-06-15
 
-================================================================================================  ===========  ================================================
+================================================================================================  ===========  ====================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ================================================
+================================================================================================  ===========  ====================================================================
+`e8d3de828 <https://github.com/apache/airflow/commit/e8d3de828f834ea9527c8d3d0d434675c0b3ee41>`_  2021-06-15   ``Add ElasticSearch Connection Doc (#16436)``
+`5cd0bf733 <https://github.com/apache/airflow/commit/5cd0bf733b839951c075c54e808a595ac923c4e8>`_  2021-06-11   ``Support remote logging in elasticsearch with filebeat 7 (#14625)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `3bdcd1a7d <https://github.com/apache/airflow/commit/3bdcd1a7d46ca06115a93b97f394486e0acaf52d>`_  2021-06-05   ``Docs: Fix url for ''Elasticsearch'' (#16275)``
 `476d0f6e3 <https://github.com/apache/airflow/commit/476d0f6e3d2059f56532cda36cdc51aa86bafb37>`_  2021-05-22   ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-================================================================================================  ===========  ================================================
+================================================================================================  ===========  ====================================================================
 
 1.0.4
 .....
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index 3b36aec..56ceac7 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -81,81 +81,4 @@ PIP package              Version required
 ``elasticsearch``        ``>7, <7.6.0``
 =======================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Docs: Fix url for ''Elasticsearch'' (#16275)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-
-1.0.4
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix 'logging.exception' redundancy (#14823)``
-* ``Fix exception caused by missing keys in the ElasticSearch Record (#15163)``
-
-1.0.3
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Elasticsearch Provider: Fix logs downloading for tasks (#14686)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-Bug fixes
-~~~~~~~~~
-
-* ``Respect LogFormat when using ES logging with Json Format (#13310)``
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/elasticsearch/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-exasol/commits.rst b/docs/apache-airflow-providers-exasol/commits.rst
index f856d63..3848fac 100644
--- a/docs/apache-airflow-providers-exasol/commits.rst
+++ b/docs/apache-airflow-providers-exasol/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-exasol/index.rst b/docs/apache-airflow-providers-exasol/index.rst
index 958d340..ba5ba82 100644
--- a/docs/apache-airflow-providers-exasol/index.rst
+++ b/docs/apache-airflow-providers-exasol/index.rst
@@ -73,60 +73,4 @@ PIP package    Version required
 ``pyexasol``   ``>=0.5.1,<1.0.0``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.1.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-Features
-~~~~~~~~
-
-* ``Add ExasolToS3Operator (#13847)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/exasol/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-facebook/commits.rst b/docs/apache-airflow-providers-facebook/commits.rst
index 137234a..8d86847 100644
--- a/docs/apache-airflow-providers-facebook/commits.rst
+++ b/docs/apache-airflow-providers-facebook/commits.rst
@@ -28,6 +28,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+2.0.0
+.....
+
+Latest change: 2021-06-07
+
+================================================================================================  ===========  =================================================================
+Commit                                                                                            Committed    Subject
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
+================================================================================================  ===========  =================================================================
+
 1.1.0
 .....
 
diff --git a/docs/apache-airflow-providers-facebook/index.rst b/docs/apache-airflow-providers-facebook/index.rst
index fbd72aa..cf39180 100644
--- a/docs/apache-airflow-providers-facebook/index.rst
+++ b/docs/apache-airflow-providers-facebook/index.rst
@@ -73,52 +73,4 @@ PIP package            Version required
 ``facebook-business``  ``>=6.0.2``
 =====================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/facebook/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ftp/commits.rst b/docs/apache-airflow-providers-ftp/commits.rst
index 7ccdd27..4bbbc6f 100644
--- a/docs/apache-airflow-providers-ftp/commits.rst
+++ b/docs/apache-airflow-providers-ftp/commits.rst
@@ -31,14 +31,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ==========================================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ==========================================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `904709d34 <https://github.com/apache/airflow/commit/904709d34fbe0b6062d72932b72954afe13ec148>`_  2021-05-27   ``Check synctatic correctness for code-snippets (#16005)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ==========================================================
+================================================================================================  ===========  =================================================================
 
 1.1.0
 .....
diff --git a/docs/apache-airflow-providers-ftp/index.rst b/docs/apache-airflow-providers-ftp/index.rst
index f855465..c8dcdaf 100644
--- a/docs/apache-airflow-providers-ftp/index.rst
+++ b/docs/apache-airflow-providers-ftp/index.rst
@@ -65,53 +65,4 @@ Installation
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install apache-airflow-providers-ftp``
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Check synctatic correctness for code-snippets (#16005)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Add logs to show last modified in SFTP, FTP and Filesystem sensor (#15134)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/ftp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index 6065bf6..acd110b 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -38,11 +38,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
 4.0.0
 .....
 
-Latest change: 2021-06-01
+Latest change: 2021-06-14
 
-================================================================================================  ===========  ==============================================================================
+================================================================================================  ===========  =========================================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ==============================================================================
+================================================================================================  ===========  =========================================================================================
+`3c5cc42e1 <https://github.com/apache/airflow/commit/3c5cc42e13322e9b2bc35be73bd04a8d59aa2447>`_  2021-06-14   ``Fix deprecation warnings location in google provider (#16403)``
+`b272f9cec <https://github.com/apache/airflow/commit/b272f9cec99fd0e3373d23b706f33892cbcb9626>`_  2021-06-13   ``fix: ensure datetime-related values fully compatible with MySQL and BigQuery (#15026)``
+`7f8f75eb8 <https://github.com/apache/airflow/commit/7f8f75eb80790d4be3167f5e1ffccc669a281d55>`_  2021-06-12   ``Add BigQueryToMsSqlOperator (#15422)``
+`0c80a7d41 <https://github.com/apache/airflow/commit/0c80a7d41100bf8d18b661c8286d6056e6d5d2f1>`_  2021-06-11   ``Fixes AzureFileShare connection extras (#16388)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `1e647029e <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_  2021-06-01   ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
 `99d153528 <https://github.com/apache/airflow/commit/99d1535287df7f8cfced39baff7a08f6fcfdf8ca>`_  2021-05-31   ``Fix: GCS To BigQuery source_object (#16160)``
 `e1137523d <https://github.com/apache/airflow/commit/e1137523d4e9cb5d5cfe8584963620677a4ad789>`_  2021-05-30   ``Fix: Unnecessary downloads in ''GCSToLocalFilesystemOperator'' (#16171)``
@@ -62,7 +67,7 @@ Commit
 `3b4fdd0a7 <https://github.com/apache/airflow/commit/3b4fdd0a7a176bfb2e9a17d4627b1d4ed40f1c86>`_  2021-05-06   ``add oracle  connection link (#15632)``
 `cf6324e43 <https://github.com/apache/airflow/commit/cf6324e43b2f7c183c3872704733b69d1498cda1>`_  2021-05-04   ``Implement BigQuery Table Schema Update Operator (#15367)``
 `0f97a3970 <https://github.com/apache/airflow/commit/0f97a3970d2c652beedbf2fbaa33e2b2bfd69bce>`_  2021-05-04   ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
-================================================================================================  ===========  ==============================================================================
+================================================================================================  ===========  =========================================================================================
 
 3.0.0
 .....
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index 396bb3c..33eb2a0 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -167,286 +167,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-google 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-4.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-google 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-4.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-4.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-* ``Move plyvel to google provider extra (#15812)``
-
-Features
-~~~~~~~~
-
-* ``Add short description to BaseSQLToGCSOperator docstring (#15728)``
-* ``Add extra links for google dataproc (#10343)``
-* ``add oracle  connection link (#15632)``
-* ``pass wait_for_done parameter down to _DataflowJobsController (#15541)``
-* ``Use api version only in GoogleAdsHook not operators (#15266)``
-* ``Implement BigQuery Table Schema Update Operator (#15367)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix: GCS To BigQuery source_object (#16160)``
-* ``Fix: Unnecessary downloads in ``GCSToLocalFilesystemOperator`` (#16171)``
-* ``Fix bigquery type error when export format is parquet (#16027)``
-* ``Fix spelling (#15699)``
-* ``Fix argument ordering and type of bucket and object (#15738)``
-* ``Fix sql_to_gcs docstring lint error (#15730)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
-   * ``Check synctatic correctness for code-snippets (#16005)``
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-   * ``Get rid of requests as core dependency (#15781)``
-   * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
-
-3.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-Change in ``AutoMLPredictOperator``
-```````````````````````````````````
-
-The ``params`` parameter in :class:`~airflow.providers.google.cloud.operators.automl.AutoMLPredictOperator` class
-was renamed ``operation_params`` because it conflicted with a ``param`` parameter in the ``BaseOperator`` class.
-
-Integration with the ``apache.beam`` provider
-`````````````````````````````````````````````
-
-In 3.0.0 version of the provider we've changed the way of integrating with the ``apache.beam`` provider.
-The previous versions of both providers caused conflicts when trying to install them together
-using PIP > 20.2.4. The conflict is not detected by PIP 20.2.4 and below but it was there and
-the version of ``Google BigQuery`` python client was not matching on both sides. As the result, when
-both ``apache.beam`` and ``google`` provider were installed, some features of the ``BigQuery`` operators
-might not work properly. This was cause by ``apache-beam`` client not yet supporting the new google
-python clients when ``apache-beam[gcp]`` extra was used. The ``apache-beam[gcp]`` extra is used
-by ``Dataflow`` operators and while they might work with the newer version of the ``Google BigQuery``
-python client, it is not guaranteed.
-
-This version introduces additional extra requirement for the ``apache.beam`` extra of the ``google`` provider
-and symmetrically the additional requirement for the ``google`` extra of the ``apache.beam`` provider.
-Both ``google`` and ``apache.beam`` provider do not use those extras by default, but you can specify
-them when installing the providers. The consequence of that is that some functionality of the ``Dataflow``
-operators might not be available.
-
-Unfortunately the only ``complete`` solution to the problem is for the ``apache.beam`` to migrate to the
-new (>=2.0.0) Google Python clients.
-
-This is the extra for the ``google`` provider:
-
-.. code-block:: python
-
-        extras_require={
-            ...
-            'apache.beam': ['apache-airflow-providers-apache-beam', 'apache-beam[gcp]'],
-            ....
-        },
-
-And likewise this is the extra for the ``apache.beam`` provider:
-
-.. code-block:: python
-
-        extras_require={'google': ['apache-airflow-providers-google', 'apache-beam[gcp]']},
-
-You can still run this with PIP version <= 20.2.4 and go back to the previous behaviour:
-
-.. code-block:: shell
-
-  pip install apache-airflow-providers-google[apache.beam]
-
-or
-
-.. code-block:: shell
-
-  pip install apache-airflow-providers-apache-beam[google]
-
-But be aware that some ``BigQuery`` operators functionality might not be available in this case.
-
-Features
-~~~~~~~~
-
-* ``[Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator (#15250)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Bugfix: Fix rendering of ''object_name'' in ''GCSToLocalFilesystemOperator'' (#15487)``
-* ``Fix typo in DataprocCreateClusterOperator (#15462)``
-* ``Fixes wrongly specified path for leveldb hook (#15453)``
-
-
-2.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)``
-* ``update remaining old import paths of operators (#15127)``
-* ``Override project in dataprocSubmitJobOperator (#14981)``
-* ``GCS to BigQuery Transfer Operator with Labels and Description parameter (#14881)``
-* ``Add GCS timespan transform operator (#13996)``
-* ``Add job labels to bigquery check operators. (#14685)``
-* ``Use libyaml C library when available. (#14577)``
-* ``Add Google leveldb hook and operator (#13109) (#14105)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Google Dataflow Hook to handle no Job Type (#14914)``
-
-2.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Corrects order of argument in docstring in GCSHook.download method (#14497)``
-* ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)``
-* ``Add GoogleDriveToLocalOperator (#14191)``
-* ``Add 'exists_ok' flag to BigQueryCreateEmptyTable(Dataset)Operator (#14026)``
-* ``Add materialized view support for BigQuery (#14201)``
-* ``Add BigQueryUpdateTableOperator (#14149)``
-* ``Add param to CloudDataTransferServiceOperator (#14118)``
-* ``Add gdrive_to_gcs operator, drive sensor, additional functionality to drive hook  (#13982)``
-* ``Improve GCSToSFTPOperator paths handling (#11284)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fixes to dataproc operators and hook (#14086)``
-* ``#9803 fix bug in copy operation without wildcard  (#13919)``
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-Updated ``google-cloud-*`` libraries
-````````````````````````````````````
-
-This release of the provider package contains third-party library updates, which may require updating your
-DAG files or custom hooks and operators, if you were using objects from those libraries.
-Updating of these libraries is necessary to be able to use new features made available by new versions of
-the libraries and to obtain bug fixes that are only available for new versions of the library.
-
-Details are covered in the UPDATING.md files for each library, but there are some details
-that you should pay attention to.
-
-
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| Library name                                                                                        | Previous constraints | Current constraints | Upgrade Documentation                                                                                                               |
-+=====================================================================================================+======================+=====================+=====================================================================================================================================+
-| `google-cloud-automl <https://pypi.org/project/google-cloud-automl/>`_                              | ``>=0.4.0,<2.0.0``   | ``>=2.1.0,<3.0.0``  | `Upgrading google-cloud-automl <https://github.com/googleapis/python-automl/blob/main/UPGRADING.md>`_                               |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-bigquery-datatransfer <https://pypi.org/project/google-cloud-bigquery-datatransfer>`_ | ``>=0.4.0,<2.0.0``   | ``>=3.0.0,<4.0.0``  | `Upgrading google-cloud-bigquery-datatransfer <https://github.com/googleapis/python-bigquery-datatransfer/blob/main/UPGRADING.md>`_ |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-datacatalog <https://pypi.org/project/google-cloud-datacatalog>`_                     | ``>=0.5.0,<0.8``     | ``>=3.0.0,<4.0.0``  | `Upgrading google-cloud-datacatalog <https://github.com/googleapis/python-datacatalog/blob/main/UPGRADING.md>`_                     |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-dataproc <https://pypi.org/project/google-cloud-dataproc/>`_                          | ``>=1.0.1,<2.0.0``   | ``>=2.2.0,<3.0.0``  | `Upgrading google-cloud-dataproc <https://github.com/googleapis/python-dataproc/blob/main/UPGRADING.md>`_                           |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-kms <https://pypi.org/project/google-cloud-kms>`_                                     | ``>=1.2.1,<2.0.0``   | ``>=2.0.0,<3.0.0``  | `Upgrading google-cloud-kms <https://github.com/googleapis/python-kms/blob/main/UPGRADING.md>`_                                     |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-logging <https://pypi.org/project/google-cloud-logging/>`_                            | ``>=1.14.0,<2.0.0``  | ``>=2.0.0,<3.0.0``  | `Upgrading google-cloud-logging <https://github.com/googleapis/python-logging/blob/main/UPGRADING.md>`_                             |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-monitoring <https://pypi.org/project/google-cloud-monitoring>`_                       | ``>=0.34.0,<2.0.0``  | ``>=2.0.0,<3.0.0``  | `Upgrading google-cloud-monitoring <https://github.com/googleapis/python-monitoring/blob/main/UPGRADING.md)>`_                      |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-os-login <https://pypi.org/project/google-cloud-os-login>`_                           | ``>=1.0.0,<2.0.0``   | ``>=2.0.0,<3.0.0``  | `Upgrading google-cloud-os-login <https://github.com/googleapis/python-oslogin/blob/main/UPGRADING.md>`_                            |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-pubsub <https://pypi.org/project/google-cloud-pubsub>`_                               | ``>=1.0.0,<2.0.0``   | ``>=2.0.0,<3.0.0``  | `Upgrading google-cloud-pubsub <https://github.com/googleapis/python-pubsub/blob/main/UPGRADING.md>`_                               |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-| `google-cloud-tasks <https://pypi.org/project/google-cloud-tasks>`_                                 | ``>=1.2.1,<2.0.0``   | ``>=2.0.0,<3.0.0``  | `Upgrading google-cloud-task <https://github.com/googleapis/python-tasks/blob/main/UPGRADING.md>`_                                  |
-+-----------------------------------------------------------------------------------------------------+----------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------+
-
-The field names use the snake_case convention
-`````````````````````````````````````````````
-
-If your DAG uses an object from the above mentioned libraries passed by XCom, it is necessary to update the
-naming convention of the fields that are read. Previously, the fields used the CamelSnake convention,
-now the snake_case convention is used.
-
-**Before:**
-
-.. code-block:: python
-
-    set_acl_permission = GCSBucketCreateAclEntryOperator(
-        task_id="gcs-set-acl-permission",
-        bucket=BUCKET_NAME,
-        entity="user-{{ task_instance.xcom_pull('get-instance')['persistenceIamIdentity']"
-        ".split(':', 2)[1] }}",
-        role="OWNER",
-    )
-
-
-**After:**
-
-.. code-block:: python
-
-    set_acl_permission = GCSBucketCreateAclEntryOperator(
-        task_id="gcs-set-acl-permission",
-        bucket=BUCKET_NAME,
-        entity="user-{{ task_instance.xcom_pull('get-instance')['persistence_iam_identity']"
-        ".split(':', 2)[1] }}",
-        role="OWNER",
-    )
-
-
-Features
-~~~~~~~~
-
-* ``Add Apache Beam operators (#12814)``
-* ``Add Google Cloud Workflows Operators (#13366)``
-* ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)``
-* ``Add How To Guide for Dataflow (#13461)``
-* ``Generalize MLEngineStartTrainingJobOperator to custom images (#13318)``
-* ``Add Parquet data type to BaseSQLToGCSOperator (#13359)``
-* ``Add DataprocCreateWorkflowTemplateOperator (#13338)``
-* ``Add OracleToGCS Transfer (#13246)``
-* ``Add timeout option to gcs hook methods. (#13156)``
-* ``Add regional support to dataproc workflow template operators (#12907)``
-* ``Add project_id to client inside BigQuery hook update_table method (#13018)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix four bugs in StackdriverTaskHandler (#13784)``
-* ``Decode Remote Google Logs (#13115)``
-* ``Fix and improve GCP BigTable hook and system test (#13896)``
-* ``updated Google DV360 Hook to fix SDF issue (#13703)``
-* ``Fix insert_all method of BigQueryHook to support tables without schema (#13138)``
-* ``Fix Google BigQueryHook method get_schema() (#13136)``
-* ``Fix Data Catalog operators (#13096)``
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-grpc/commits.rst b/docs/apache-airflow-providers-grpc/commits.rst
index 425147b..8a89a3a 100644
--- a/docs/apache-airflow-providers-grpc/commits.rst
+++ b/docs/apache-airflow-providers-grpc/commits.rst
@@ -31,13 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.1.0
 .....
diff --git a/docs/apache-airflow-providers-grpc/index.rst b/docs/apache-airflow-providers-grpc/index.rst
index d326913..3a556ce 100644
--- a/docs/apache-airflow-providers-grpc/index.rst
+++ b/docs/apache-airflow-providers-grpc/index.rst
@@ -81,52 +81,4 @@ PIP package               Version required
 ``grpcio``                ``>=1.15.0``
 ========================  ======================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``A bunch of template_fields_renderers additions (#15130)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/grpc/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst b/docs/apache-airflow-providers-hashicorp/commits.rst
index 183e46d..2e3ba15 100644
--- a/docs/apache-airflow-providers-hashicorp/commits.rst
+++ b/docs/apache-airflow-providers-hashicorp/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+2.0.0
+.....
+
+Latest change: 2021-06-12
+
+================================================================================================  ===========  ==================================================================================
+Commit                                                                                            Committed    Subject
+================================================================================================  ===========  ==================================================================================
+`70cfe0135 <https://github.com/apache/airflow/commit/70cfe0135373d1f0400e7d9b275ebb017429794b>`_  2021-06-12   ``Sanitize end of line character when loading token from a file (vault) (#16407)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
+================================================================================================  ===========  ==================================================================================
+
 1.0.2
 .....
 
diff --git a/docs/apache-airflow-providers-hashicorp/index.rst b/docs/apache-airflow-providers-hashicorp/index.rst
index fb19375..b976c20 100644
--- a/docs/apache-airflow-providers-hashicorp/index.rst
+++ b/docs/apache-airflow-providers-hashicorp/index.rst
@@ -107,52 +107,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-hashicorp 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-hashicorp 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.0.2
-.....
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix deprecated warning hvac auth (#15216)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/hashicorp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-http/commits.rst b/docs/apache-airflow-providers-http/commits.rst
index d7d9c66..4019eb4 100644
--- a/docs/apache-airflow-providers-http/commits.rst
+++ b/docs/apache-airflow-providers-http/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `904709d34 <https://github.com/apache/airflow/commit/904709d34fbe0b6062d72932b72954afe13ec148>`_  2021-05-27   ``Check synctatic correctness for code-snippets (#16005)``
 `f122e2826 <https://github.com/apache/airflow/commit/f122e2826d6415340c6f8f96cc53044a2395c1e7>`_  2021-05-10   ``Update 'SimpleHttpOperator' to take auth object (#15605)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
diff --git a/docs/apache-airflow-providers-http/index.rst b/docs/apache-airflow-providers-http/index.rst
index 5af7b15..4730640 100644
--- a/docs/apache-airflow-providers-http/index.rst
+++ b/docs/apache-airflow-providers-http/index.rst
@@ -81,68 +81,4 @@ PIP package    Version required
 ``requests``   ``>=2.20.0``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add documentation for the HTTP connection (#15379)``
-* ``Update 'SimpleHttpOperator' to take auth object (#15605)``
-* ``HttpHook: Use request factory and respect defaults (#14701)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Check synctatic correctness for code-snippets (#16005)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.1.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-Features
-~~~~~~~~
-
-* ``Add a new argument for HttpSensor to accept a list of http status code``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/http/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-imap/commits.rst b/docs/apache-airflow-providers-imap/commits.rst
index e8ef033..af7726a 100644
--- a/docs/apache-airflow-providers-imap/commits.rst
+++ b/docs/apache-airflow-providers-imap/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `5b2fe0e74 <https://github.com/apache/airflow/commit/5b2fe0e74013cd08d1f76f5c115f2c8f990ff9bc>`_  2021-04-27   ``Add Connection Documentation for Popular Providers (#15393)``
diff --git a/docs/apache-airflow-providers-imap/index.rst b/docs/apache-airflow-providers-imap/index.rst
index c8c7ab8..9d9c043 100644
--- a/docs/apache-airflow-providers-imap/index.rst
+++ b/docs/apache-airflow-providers-imap/index.rst
@@ -65,53 +65,4 @@ Installation
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install apache-airflow-providers-imap``
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Popular Providers (#15393)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove python2 related handlings and dependencies (#15301)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/imap/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-jdbc/commits.rst b/docs/apache-airflow-providers-jdbc/commits.rst
index e8be308..f01c7e1 100644
--- a/docs/apache-airflow-providers-jdbc/commits.rst
+++ b/docs/apache-airflow-providers-jdbc/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-jdbc/index.rst b/docs/apache-airflow-providers-jdbc/index.rst
index 06fc94c..3062a18 100644
--- a/docs/apache-airflow-providers-jdbc/index.rst
+++ b/docs/apache-airflow-providers-jdbc/index.rst
@@ -81,49 +81,4 @@ PIP package     Version required
 ``jaydebeapi``  ``>=1.1.1``
 ==============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Fix some small typos also TESTING.rst (#14594)``
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/jdbc/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst
index a2bbfaf..5834a17 100644
--- a/docs/apache-airflow-providers-jenkins/commits.rst
+++ b/docs/apache-airflow-providers-jenkins/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-jenkins/index.rst b/docs/apache-airflow-providers-jenkins/index.rst
index 2ac7d92..715973f 100644
--- a/docs/apache-airflow-providers-jenkins/index.rst
+++ b/docs/apache-airflow-providers-jenkins/index.rst
@@ -74,56 +74,4 @@ PIP package         Version required
 ``python-jenkins``  ``>=1.0.0``
 ==================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Fix string concatenation using 'f-strings' (#15200)``
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Add allowed_jenkins_states to JenkinsJobTriggerOperator (#14131)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/jenkins/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-jira/commits.rst b/docs/apache-airflow-providers-jira/commits.rst
index 50669bf..43bf0cf 100644
--- a/docs/apache-airflow-providers-jira/commits.rst
+++ b/docs/apache-airflow-providers-jira/commits.rst
@@ -31,13 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.0.2
 .....
diff --git a/docs/apache-airflow-providers-jira/index.rst b/docs/apache-airflow-providers-jira/index.rst
index 62cd7cb..836b320 100644
--- a/docs/apache-airflow-providers-jira/index.rst
+++ b/docs/apache-airflow-providers-jira/index.rst
@@ -73,49 +73,4 @@ PIP package    Version required
 ``JIRA``       ``>1.0.7``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.0.2
-.....
-
-* ``Fix 'logging.exception' redundancy (#14823)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/jira/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 8ecf436..da042da 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -31,11 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 3.0.0
 .....
 
-Latest change: 2021-05-22
+Latest change: 2021-06-11
 
 ================================================================================================  ===========  ==============================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ==============================================================================
+`0c80a7d41 <https://github.com/apache/airflow/commit/0c80a7d41100bf8d18b661c8286d6056e6d5d2f1>`_  2021-06-11   ``Fixes AzureFileShare connection extras (#16388)``
+`29b7f795d <https://github.com/apache/airflow/commit/29b7f795d6fb9fb8cab14158905c1b141044236d>`_  2021-06-07   ``fix wasb remote logging when blob already exists (#16280)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `476d0f6e3 <https://github.com/apache/airflow/commit/476d0f6e3d2059f56532cda36cdc51aa86bafb37>`_  2021-05-22   ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
 `c844ff742 <https://github.com/apache/airflow/commit/c844ff742e786973273c56348a09d073a4928878>`_  2021-05-18   ``Fix colon spacing in ''AzureDataExplorerHook'' docstring (#15841)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst
index 601a24e..cb1a4bf 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -124,119 +124,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-microsoft-azure 3.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-3.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-3.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-3.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-microsoft-azure 3.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-3.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-3.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-3.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-3.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``add oracle  connection link (#15632)``
-* ``Add delimiter argument to WasbHook delete_file method (#15637)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix colon spacing in ``AzureDataExplorerHook`` docstring (#15841)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
-   * ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
-   * ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)``
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Removes unnecessary AzureContainerInstance connection type (#15514)``
-
-This change removes ``azure_container_instance_default`` connection type and replaces it with the
-``azure_default``. The problem was that AzureContainerInstance was not needed as it was exactly the
-same as the plain "azure" connection, however it's presence caused duplication in the field names
-used in the UI editor for connections and unnecessary warnings generated. This version uses
-plain Azure Hook and connection also for Azure Container Instance. If you already have
-``azure_container_instance_default`` connection created in your DB, it will continue to work, but
-the first time you edit it with the UI you will have to change it's type to ``azure_default``.
-
-Features
-~~~~~~~~
-
-* ``Add dynamic connection fields to Azure Connection (#15159)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix 'logging.exception' redundancy (#14823)``
-
-
-1.3.0
-.....
-
-Features
-~~~~~~~~
-
-* ``A bunch of template_fields_renderers additions (#15130)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix attributes for AzureDataFactory hook (#14704)``
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Add Azure Data Factory hook (#11015)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``BugFix: Fix remote log in azure storage blob displays in one line (#14313)``
-* ``Fix AzureDataFactoryHook failing to instantiate its connection (#14565)``
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-Features
-~~~~~~~~
-
-* ``Upgrade azure blob to v12 (#12188)``
-* ``Fix Azure Data Explorer Operator (#13520)``
-* ``add AzureDatalakeStorageDeleteOperator (#13206)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-mssql/commits.rst b/docs/apache-airflow-providers-microsoft-mssql/commits.rst
index 021ada2..b7c3ba8 100644
--- a/docs/apache-airflow-providers-microsoft-mssql/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-mssql/commits.rst
@@ -31,13 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.1.0
 .....
diff --git a/docs/apache-airflow-providers-microsoft-mssql/index.rst b/docs/apache-airflow-providers-microsoft-mssql/index.rst
index d506251..3f953e5 100644
--- a/docs/apache-airflow-providers-microsoft-mssql/index.rst
+++ b/docs/apache-airflow-providers-microsoft-mssql/index.rst
@@ -73,53 +73,4 @@ PIP package    Version required
 ``pymssql``    ``~=2.1,>=2.1.5``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Remove odbc dependency in microsoft.mssql provider (#15594)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/microsoft/mssql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-winrm/commits.rst b/docs/apache-airflow-providers-microsoft-winrm/commits.rst
index e280d1c..3018493 100644
--- a/docs/apache-airflow-providers-microsoft-winrm/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-winrm/commits.rst
@@ -31,13 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.2.0
 .....
diff --git a/docs/apache-airflow-providers-microsoft-winrm/index.rst b/docs/apache-airflow-providers-microsoft-winrm/index.rst
index 3802b37..e1eb424 100644
--- a/docs/apache-airflow-providers-microsoft-winrm/index.rst
+++ b/docs/apache-airflow-providers-microsoft-winrm/index.rst
@@ -74,63 +74,4 @@ PIP package    Version required
 ``pywinrm``    ``~=0.4``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.2.0
-.....
-
-* ``Display explicit error in case UID has no actual username (#15212)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``WinRM Operator: Fix stout decoding issue (#13153)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``WinRM Operator: Fix stout decoding issue (#13153)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/microsoft/winrm/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-mongo/commits.rst b/docs/apache-airflow-providers-mongo/commits.rst
index 4a7b5b0..f5a9696 100644
--- a/docs/apache-airflow-providers-mongo/commits.rst
+++ b/docs/apache-airflow-providers-mongo/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `5b2fe0e74 <https://github.com/apache/airflow/commit/5b2fe0e74013cd08d1f76f5c115f2c8f990ff9bc>`_  2021-04-27   ``Add Connection Documentation for Popular Providers (#15393)``
diff --git a/docs/apache-airflow-providers-mongo/index.rst b/docs/apache-airflow-providers-mongo/index.rst
index 5e7ffdd..4bca04d 100644
--- a/docs/apache-airflow-providers-mongo/index.rst
+++ b/docs/apache-airflow-providers-mongo/index.rst
@@ -75,57 +75,4 @@ PIP package    Version required
 ``pymongo``    ``>=3.6.0``
 =============  ===================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Popular Providers (#15393)``
-
-Bug Fixes
-~~~~~~~~~
-
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Update Docstrings of Modules with Missing Params (#15391)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/mongo/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst
index 0bd4159..4fdb3a4 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `bf2b48174 <https://github.com/apache/airflow/commit/bf2b48174a1ccfe398eefba7f04a5cacac421266>`_  2021-04-27   ``Add Connection Documentation for Providers (#15499)``
diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst
index 9af517c..d6fab7e 100644
--- a/docs/apache-airflow-providers-mysql/index.rst
+++ b/docs/apache-airflow-providers-mysql/index.rst
@@ -118,81 +118,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-mysql 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-mysql 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-The version of MySQL server has to be 5.6.4+. The exact version upper bound depends
-on the version of ``mysqlclient`` package. For example, ``mysqlclient`` 1.3.12 can only be
-used with MySQL server 5.6.4 through 5.7.
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
-
-Bug Fixes
-~~~~~~~~~
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Make Airflow code Pylint 2.8 compatible (#15534)``
-   * ``Update Docstrings of Modules with Missing Params (#15391)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)``
-* ``A bunch of template_fields_renderers additions (#15130)``
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix autocommit calls for mysql-connector-python (#14869)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``MySQL hook respects conn_name_attr (#14240)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/mysql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-neo4j/commits.rst b/docs/apache-airflow-providers-neo4j/commits.rst
index ab7f2ab..dca2158 100644
--- a/docs/apache-airflow-providers-neo4j/commits.rst
+++ b/docs/apache-airflow-providers-neo4j/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-neo4j/index.rst b/docs/apache-airflow-providers-neo4j/index.rst
index f32fe43..f94e366 100644
--- a/docs/apache-airflow-providers-neo4j/index.rst
+++ b/docs/apache-airflow-providers-neo4j/index.rst
@@ -86,57 +86,4 @@ PIP package    Version required
 ``neo4j``      ``>=4.2.1``
 =============  ==================
 
-
-
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/neo4j/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-odbc/commits.rst b/docs/apache-airflow-providers-odbc/commits.rst
index c7243bf..330e2fe 100644
--- a/docs/apache-airflow-providers-odbc/commits.rst
+++ b/docs/apache-airflow-providers-odbc/commits.rst
@@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-11
+Latest change: 2021-06-13
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`8a4cfd734 <https://github.com/apache/airflow/commit/8a4cfd734127855c6de3236fddbcaba1bd96060e>`_  2021-06-13   ``OdbcHook returns None. Related to #15016 issue. (#15510)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `c8ef3a353 <https://github.com/apache/airflow/commit/c8ef3a3539f17b39d0a41d10a631d8d9ee564fde>`_  2021-05-11   ``Fix OdbcHook handling of port (#15772)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-odbc/index.rst b/docs/apache-airflow-providers-odbc/index.rst
index 9266f62..135b3b4 100644
--- a/docs/apache-airflow-providers-odbc/index.rst
+++ b/docs/apache-airflow-providers-odbc/index.rst
@@ -75,53 +75,4 @@ PIP package    Version required
 ``pyodbc``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix OdbcHook handling of port (#15772)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/odbc/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-openfaas/commits.rst b/docs/apache-airflow-providers-openfaas/commits.rst
index cf67d0d..f6ffc98 100644
--- a/docs/apache-airflow-providers-openfaas/commits.rst
+++ b/docs/apache-airflow-providers-openfaas/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
 `68e4c4dcb <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_  2021-03-20   ``Remove Backport Providers (#14886)``
diff --git a/docs/apache-airflow-providers-openfaas/index.rst b/docs/apache-airflow-providers-openfaas/index.rst
index 366b922..96185f2 100644
--- a/docs/apache-airflow-providers-openfaas/index.rst
+++ b/docs/apache-airflow-providers-openfaas/index.rst
@@ -64,58 +64,4 @@ Installation
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install apache-airflow-providers-openfaas``
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.1.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-* ``Add openfaas sync call (#13356)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/openfaas/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-opsgenie/commits.rst b/docs/apache-airflow-providers-opsgenie/commits.rst
index 9e0a3cc..c79825f 100644
--- a/docs/apache-airflow-providers-opsgenie/commits.rst
+++ b/docs/apache-airflow-providers-opsgenie/commits.rst
@@ -31,14 +31,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `10ed42a83 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_  2021-05-27   ``Fix hooks extended from http hook (#16109)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.0.2
 .....
diff --git a/docs/apache-airflow-providers-opsgenie/index.rst b/docs/apache-airflow-providers-opsgenie/index.rst
index 5408433..6c6a9b4 100644
--- a/docs/apache-airflow-providers-opsgenie/index.rst
+++ b/docs/apache-airflow-providers-opsgenie/index.rst
@@ -101,57 +101,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-opsgenie 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-opsgenie-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-opsgenie-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-opsgenie-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-opsgenie 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_opsgenie-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_opsgenie-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_opsgenie-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix hooks extended from http hook (#16109)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.0.2
-.....
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix type hints in OpsgenieAlertOperator (#14637)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/opsgenie/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-oracle/commits.rst b/docs/apache-airflow-providers-oracle/commits.rst
index a026ed5..abefb47 100644
--- a/docs/apache-airflow-providers-oracle/commits.rst
+++ b/docs/apache-airflow-providers-oracle/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-17
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `abcd48731 <https://github.com/apache/airflow/commit/abcd48731303d9e141bdc94acc2db46d73ccbe12>`_  2021-05-17   ``Add optional result handler to database hooks (#15581)``
 `30eeac7b7 <https://github.com/apache/airflow/commit/30eeac7b7ed4ab5ea191691a3b713e3d66c0baff>`_  2021-05-09   ``[Oracle] Add port to DSN (#15589)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
diff --git a/docs/apache-airflow-providers-oracle/index.rst b/docs/apache-airflow-providers-oracle/index.rst
index 0890662..82fc193 100644
--- a/docs/apache-airflow-providers-oracle/index.rst
+++ b/docs/apache-airflow-providers-oracle/index.rst
@@ -79,61 +79,4 @@ PIP package    Version required
 ``cx_Oracle``  ``>=5.1.2``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add optional result handler to database hooks (#15581)``
-* ``[Oracle] Add port to DSN (#15589)``
-* ``add oracle  connection link (#15632)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Update Docstrings of Modules with Missing Params (#15391)``
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``A bunch of template_fields_renderers additions (#15130)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/oracle/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-pagerduty/commits.rst b/docs/apache-airflow-providers-pagerduty/commits.rst
index e5a548e..fe5c92e 100644
--- a/docs/apache-airflow-providers-pagerduty/commits.rst
+++ b/docs/apache-airflow-providers-pagerduty/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
 `68e4c4dcb <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_  2021-03-20   ``Remove Backport Providers (#14886)``
diff --git a/docs/apache-airflow-providers-pagerduty/index.rst b/docs/apache-airflow-providers-pagerduty/index.rst
index c003be2..5e1ac13 100644
--- a/docs/apache-airflow-providers-pagerduty/index.rst
+++ b/docs/apache-airflow-providers-pagerduty/index.rst
@@ -73,48 +73,4 @@ PIP package    Version required
 ``pdpyras``    ``>=4.1.2,<5``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/pagerduty/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-papermill/commits.rst b/docs/apache-airflow-providers-papermill/commits.rst
index 5651d4b..e447dbf 100644
--- a/docs/apache-airflow-providers-papermill/commits.rst
+++ b/docs/apache-airflow-providers-papermill/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `09674537c <https://github.com/apache/airflow/commit/09674537cb12f46ca53054314aea4d8eec9c2e43>`_  2021-05-06   ``Emit error on duplicated DAG ID (#15302)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-papermill/index.rst b/docs/apache-airflow-providers-papermill/index.rst
index e127cda..3b30096 100644
--- a/docs/apache-airflow-providers-papermill/index.rst
+++ b/docs/apache-airflow-providers-papermill/index.rst
@@ -81,61 +81,4 @@ PIP package         Version required
 ``scrapbook[all]``
 ==================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Emit error on duplicated DAG ID (#15302)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/papermill/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-plexus/commits.rst b/docs/apache-airflow-providers-plexus/commits.rst
index 34de26b..2f328ae 100644
--- a/docs/apache-airflow-providers-plexus/commits.rst
+++ b/docs/apache-airflow-providers-plexus/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-24
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `5dd080279 <https://github.com/apache/airflow/commit/5dd080279937f1993ee4b093fad9371983ee5523>`_  2021-05-24   ``Removes arrow higher limits for plexus provider (#16026)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-plexus/index.rst b/docs/apache-airflow-providers-plexus/index.rst
index 8dd93fa..9620377 100644
--- a/docs/apache-airflow-providers-plexus/index.rst
+++ b/docs/apache-airflow-providers-plexus/index.rst
@@ -79,53 +79,4 @@ PIP package    Version required
 ``arrow``      ``>=0.16.0``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Removes arrow higher limits for plexus provider (#16026)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/plexus/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-postgres/commits.rst b/docs/apache-airflow-providers-postgres/commits.rst
index 11d60fb..c2e2f48 100644
--- a/docs/apache-airflow-providers-postgres/commits.rst
+++ b/docs/apache-airflow-providers-postgres/commits.rst
@@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-10
+Latest change: 2021-06-13
 
 ================================================================================================  ===========  ===============================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ===============================================================================
+`d99afc3c2 <https://github.com/apache/airflow/commit/d99afc3c21020e78fa3c5d2c80efce818ad2870c>`_  2021-06-13   ``postgres_hook_aws_conn_id (#16100)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `9c8391a13 <https://github.com/apache/airflow/commit/9c8391a13f6ba29749675cf23f2f874f96b0cc8c>`_  2021-05-10   ``Fix spelling (#15699)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `fc845caf7 <https://github.com/apache/airflow/commit/fc845caf785d2fe3f943a1120c743c983130ec27>`_  2021-05-02   ``PostgresHook: deepcopy connection to avoid mutating connection obj (#15412)``
diff --git a/docs/apache-airflow-providers-postgres/index.rst b/docs/apache-airflow-providers-postgres/index.rst
index 5667bd6..67b0884 100644
--- a/docs/apache-airflow-providers-postgres/index.rst
+++ b/docs/apache-airflow-providers-postgres/index.rst
@@ -114,60 +114,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-postgres 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-postgres 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``PostgresHook: deepcopy connection to avoid mutating connection obj (#15412)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix spelling (#15699)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.0.2
-.....
-
-* ``Do not forward cluster-identifier to psycopg2 (#15360)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files. Added HowTo guide for Postgres Operator.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/postgres/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-presto/commits.rst b/docs/apache-airflow-providers-presto/commits.rst
index 2f19e05..9ab55eb 100644
--- a/docs/apache-airflow-providers-presto/commits.rst
+++ b/docs/apache-airflow-providers-presto/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
 `68e4c4dcb <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_  2021-03-20   ``Remove Backport Providers (#14886)``
diff --git a/docs/apache-airflow-providers-presto/index.rst b/docs/apache-airflow-providers-presto/index.rst
index 6ab7575..9257c5a 100644
--- a/docs/apache-airflow-providers-presto/index.rst
+++ b/docs/apache-airflow-providers-presto/index.rst
@@ -73,55 +73,4 @@ PIP package               Version required
 ``presto-python-client``  ``>=0.7.0,<0.8``
 ========================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/presto/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-qubole/commits.rst b/docs/apache-airflow-providers-qubole/commits.rst
index a6e8fcf..7393602 100644
--- a/docs/apache-airflow-providers-qubole/commits.rst
+++ b/docs/apache-airflow-providers-qubole/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-06-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `1e647029e <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_  2021-06-01   ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
 `996965aad <https://github.com/apache/airflow/commit/996965aad9874e9c6dad0a1f147d779adc462278>`_  2021-05-11   ``Feature qubole hook support headers (#15683)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
diff --git a/docs/apache-airflow-providers-qubole/index.rst b/docs/apache-airflow-providers-qubole/index.rst
index cc09110..14d69aa 100644
--- a/docs/apache-airflow-providers-qubole/index.rst
+++ b/docs/apache-airflow-providers-qubole/index.rst
@@ -74,63 +74,4 @@ PIP package    Version required
 ``qds-sdk``    ``>=1.10.4``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Feature add support for include_headers in get_results (#15598)``
-* ``Feature qubole hook support headers (#15683)``
-* ``Feature qubole hook support headers (#15615)``
-
-.. Review and move the new changes to one of the sections above:
-   * ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Make Airflow code Pylint 2.8 compatible (#15534)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Features
-~~~~~~~~
-
-*  ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/qubole/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-redis/commits.rst b/docs/apache-airflow-providers-redis/commits.rst
index 59fc413..be881e1 100644
--- a/docs/apache-airflow-providers-redis/commits.rst
+++ b/docs/apache-airflow-providers-redis/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-redis/index.rst b/docs/apache-airflow-providers-redis/index.rst
index 72bbf03..71bc252 100644
--- a/docs/apache-airflow-providers-redis/index.rst
+++ b/docs/apache-airflow-providers-redis/index.rst
@@ -73,48 +73,4 @@ PIP package    Version required
 ``redis``      ``~=3.2``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/redis/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-salesforce/commits.rst b/docs/apache-airflow-providers-salesforce/commits.rst
index 150ba38..2599cc3 100644
--- a/docs/apache-airflow-providers-salesforce/commits.rst
+++ b/docs/apache-airflow-providers-salesforce/commits.rst
@@ -28,6 +28,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+3.0.0
+.....
+
+Latest change: 2021-06-07
+
+================================================================================================  ===========  =================================================================
+Commit                                                                                            Committed    Subject
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
+================================================================================================  ===========  =================================================================
+
 2.0.0
 .....
 
diff --git a/docs/apache-airflow-providers-salesforce/index.rst b/docs/apache-airflow-providers-salesforce/index.rst
index cab9d2f..8c4d6f4 100644
--- a/docs/apache-airflow-providers-salesforce/index.rst
+++ b/docs/apache-airflow-providers-salesforce/index.rst
@@ -109,61 +109,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-salesforce 3.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-salesforce-3.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-salesforce-3.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-salesforce-3.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-salesforce 3.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_salesforce-3.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_salesforce-3.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_salesforce-3.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-3.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-2.0.0
-.....
-
-Tableau provider moved to separate 'tableau' provider
-
-Things done:
-
-    - Tableau classes imports classes from 'tableau' provider with deprecation warning
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-You need to install ``apache-airflow-providers-tableau`` provider additionally to get
-Tableau integration working.
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/salesforce/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-samba/commits.rst b/docs/apache-airflow-providers-samba/commits.rst
index 6055221..0b01f6d 100644
--- a/docs/apache-airflow-providers-samba/commits.rst
+++ b/docs/apache-airflow-providers-samba/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-06-06
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `a47a2548b <https://github.com/apache/airflow/commit/a47a2548bed8a8e7206fe490a9be03b0513b4059>`_  2021-06-06   ``Add support for extra parameters to samba client (#16115)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-samba/index.rst b/docs/apache-airflow-providers-samba/index.rst
index 520c86c..935117b 100644
--- a/docs/apache-airflow-providers-samba/index.rst
+++ b/docs/apache-airflow-providers-samba/index.rst
@@ -73,53 +73,4 @@ PIP package      Version required
 ``pysmbclient``  ``>=0.1.3``
 ===============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add support for extra parameters to samba client (#16115)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/samba/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-segment/commits.rst b/docs/apache-airflow-providers-segment/commits.rst
index 831451a..76bb9fd 100644
--- a/docs/apache-airflow-providers-segment/commits.rst
+++ b/docs/apache-airflow-providers-segment/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-segment/index.rst b/docs/apache-airflow-providers-segment/index.rst
index f18faf1..f8dd9a8 100644
--- a/docs/apache-airflow-providers-segment/index.rst
+++ b/docs/apache-airflow-providers-segment/index.rst
@@ -73,48 +73,4 @@ PIP package           Version required
 ``analytics-python``  ``>=1.2.9``
 ====================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/segment/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sendgrid/commits.rst b/docs/apache-airflow-providers-sendgrid/commits.rst
index c7dc2bb..f5909f6 100644
--- a/docs/apache-airflow-providers-sendgrid/commits.rst
+++ b/docs/apache-airflow-providers-sendgrid/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
 `68e4c4dcb <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_  2021-03-20   ``Remove Backport Providers (#14886)``
diff --git a/docs/apache-airflow-providers-sendgrid/index.rst b/docs/apache-airflow-providers-sendgrid/index.rst
index 6749afb..b54ae52 100644
--- a/docs/apache-airflow-providers-sendgrid/index.rst
+++ b/docs/apache-airflow-providers-sendgrid/index.rst
@@ -73,57 +73,4 @@ PIP package    Version required
 ``sendgrid``   ``>=6.0.0,<7``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-* ``Deprecate email credentials from environment variables. (#13601)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/sendgrid/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst
index 1e891a1..b57d309 100644
--- a/docs/apache-airflow-providers-sftp/commits.rst
+++ b/docs/apache-airflow-providers-sftp/commits.rst
@@ -31,13 +31,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-10
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  ====================================================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  ====================================================================================================
+`9351e2a2d <https://github.com/apache/airflow/commit/9351e2a2d43b6ec3c019df19afb445a3dcf587ac>`_  2021-06-10   ``Depreciate private_key_pass in SFTPHook conn extra and rename to private_key_passphrase (#14028)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  ====================================================================================================
 
 1.2.0
 .....
diff --git a/docs/apache-airflow-providers-sftp/index.rst b/docs/apache-airflow-providers-sftp/index.rst
index 2e78515..5689b2a 100644
--- a/docs/apache-airflow-providers-sftp/index.rst
+++ b/docs/apache-airflow-providers-sftp/index.rst
@@ -104,68 +104,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-sftp 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-sftp 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Undeprecate private_key option in SFTPHook (#15348)``
-* ``Add logs to show last modified in SFTP, FTP and Filesystem sensor (#15134)``
-
-1.1.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-Features
-~~~~~~~~
-
-* ``Add retryer to SFTP hook connection (#13065)``
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/sftp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-singularity/commits.rst b/docs/apache-airflow-providers-singularity/commits.rst
index 6c76f06..38c2752 100644
--- a/docs/apache-airflow-providers-singularity/commits.rst
+++ b/docs/apache-airflow-providers-singularity/commits.rst
@@ -31,13 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ===============================================
+================================================================================================  ===========  =================================================================
 
 1.1.0
 .....
diff --git a/docs/apache-airflow-providers-singularity/index.rst b/docs/apache-airflow-providers-singularity/index.rst
index 084b1c7..d4d8f94 100644
--- a/docs/apache-airflow-providers-singularity/index.rst
+++ b/docs/apache-airflow-providers-singularity/index.rst
@@ -74,53 +74,4 @@ PIP package    Version required
 ``spython``    ``>=0.0.56``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.1.0
-.....
-
-Features
-~~~~~~~~
-
-* ``A bunch of template_fields_renderers additions (#15130)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/singularity/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst
index cbf2786..bd6d154 100644
--- a/docs/apache-airflow-providers-slack/commits.rst
+++ b/docs/apache-airflow-providers-slack/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 4.0.0
 .....
 
-Latest change: 2021-06-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `1e647029e <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_  2021-06-01   ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
 `10ed42a83 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_  2021-05-27   ``Fix hooks extended from http hook (#16109)``
 `6d9fc3ed9 <https://github.com/apache/airflow/commit/6d9fc3ed98f694a4f30bed29cb0599c5aa5b8ef1>`_  2021-05-14   ``Fix docstring formatting on ''SlackHook'' (#15840)``
diff --git a/docs/apache-airflow-providers-slack/index.rst b/docs/apache-airflow-providers-slack/index.rst
index fadb382..c2383c7 100644
--- a/docs/apache-airflow-providers-slack/index.rst
+++ b/docs/apache-airflow-providers-slack/index.rst
@@ -102,79 +102,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-slack 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-4.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-slack 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-4.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-4.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix hooks extended from http hook (#16109)``
-* ``Fix docstring formatting on ``SlackHook`` (#15840)``
-* ``Fix Sphinx Issues with Docstrings (#14968)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-3.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Don't allow SlackHook.call method accept *args (#14289)``
-
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-We updated the support for ``slack_sdk`` from ``>=2.0.0,<3.0.0`` to ``>=3.0.0,<4.0.0``. In most cases,
-this doesn't mean any breaking changes to the DAG files, but if you used this library directly
-then you have to make the changes. For details, see
-`the Migration Guide <https://slack.dev/python-slack-sdk/v3-migration/index.html#from-slackclient-2-x>`_
-for Python Slack SDK.
-
-* ``Upgrade slack_sdk to v3 (#13745)``
-
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/slack/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst
index 19db40d..e24337e 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -31,16 +31,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-15
 
-================================================================================================  ===========  ====================================================================================
+================================================================================================  ===========  =========================================================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ====================================================================================
+================================================================================================  ===========  =========================================================================================================
+`643e46ca7 <https://github.com/apache/airflow/commit/643e46ca7ad0b86ddcdae37ffe5b77d31c46b52f>`_  2021-06-15   ``Added ability for Snowflake to attribute usage to Airflow by adding an application parameter (#16420)``
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `aeb93f8e5 <https://github.com/apache/airflow/commit/aeb93f8e5bb4a9175e8834d476a6b679beff4a7e>`_  2021-05-27   ``fix: restore parameters support when sql passed to SnowflakeHook as str (#16102)``
 `20f363940 <https://github.com/apache/airflow/commit/20f363940316126e706923ee9caf7172dd4caeb6>`_  2021-05-19   ``Add 'template_fields' to 'S3ToSnowflake' operator (#15926)``
 `6f956dc99 <https://github.com/apache/airflow/commit/6f956dc99b6c6393f7b50e9da9f778b5cf0bef88>`_  2021-05-13   ``Allow S3ToSnowflakeOperator to omit schema (#15817)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
-================================================================================================  ===========  ====================================================================================
+================================================================================================  ===========  =========================================================================================================
 
 1.3.0
 .....
diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst
index e41bbd3..5c64973 100644
--- a/docs/apache-airflow-providers-snowflake/index.rst
+++ b/docs/apache-airflow-providers-snowflake/index.rst
@@ -110,86 +110,4 @@ You can download officially released packages and verify their checksums and sig
 * `The apache-airflow-providers-snowflake 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-2.0.0.tar.gz.sha512>`__)
 * `The apache-airflow-providers-snowflake 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-2.0.0-py3-none-any.whl.sha512>`__)
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add 'template_fields' to 'S3ToSnowflake' operator (#15926)``
-* ``Allow S3ToSnowflakeOperator to omit schema (#15817)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``fix: restore parameters support when sql passed to SnowflakeHook as str (#16102)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.3.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Expose snowflake query_id in snowflake hook and operator (#15533)``
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Add dynamic fields to snowflake connection (#14724)``
-
-1.1.1
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-* ``Prepare to release the next wave of providers: (#14487)``
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-Features
-~~~~~~~~
-
-* ``Fix S3ToSnowflakeOperator to support uploading all files in the specified stage (#12505)``
-* ``Add connection arguments in S3ToSnowflakeOperator (#12564)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/snowflake/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sqlite/commits.rst b/docs/apache-airflow-providers-sqlite/commits.rst
index c5e1ffd..c36d8ee 100644
--- a/docs/apache-airflow-providers-sqlite/commits.rst
+++ b/docs/apache-airflow-providers-sqlite/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-sqlite/index.rst b/docs/apache-airflow-providers-sqlite/index.rst
index bcafa9a..9c8e560 100644
--- a/docs/apache-airflow-providers-sqlite/index.rst
+++ b/docs/apache-airflow-providers-sqlite/index.rst
@@ -77,58 +77,4 @@ Installation
 You can install this package on top of an existing airflow 2.* installation via
 ``pip install apache-airflow-providers-sqlite``
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Corrections in docs and tools after releasing provider RCs (#14082)``
-
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-* ``Add example DAG & how-to guide for sqlite (#13196)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/sqlite/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst
index 8a8e753..c973014 100644
--- a/docs/apache-airflow-providers-ssh/commits.rst
+++ b/docs/apache-airflow-providers-ssh/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  ======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `7a0d41224 <https://github.com/apache/airflow/commit/7a0d4122459289e0f2db78ad2849d5ba42df4468>`_  2021-04-25   ``Add Connection Documentation to more Providers (#15408)``
diff --git a/docs/apache-airflow-providers-ssh/index.rst b/docs/apache-airflow-providers-ssh/index.rst
index 5f77cd1..43b145f 100644
--- a/docs/apache-airflow-providers-ssh/index.rst
+++ b/docs/apache-airflow-providers-ssh/index.rst
@@ -81,76 +81,4 @@ PIP package    Version required
 ``sshtunnel``  ``>=0.1.4,<0.2``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation to more Providers (#15408)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Display explicit error in case UID has no actual username (#15212)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-
-1.3.0
-.....
-
-Features
-~~~~~~~~
-
-* ``A bunch of template_fields_renderers additions (#15130)``
-
-1.2.0
-.....
-
-Features
-~~~~~~~~
-
-* ``Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook (#12467)``
-
-1.1.0
-.....
-
-Updated documentation and readme files.
-
-Features
-~~~~~~~~
-
-* ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/ssh/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-tableau/commits.rst b/docs/apache-airflow-providers-tableau/commits.rst
index 953c909..ffc751e 100644
--- a/docs/apache-airflow-providers-tableau/commits.rst
+++ b/docs/apache-airflow-providers-tableau/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-tableau/index.rst b/docs/apache-airflow-providers-tableau/index.rst
index 2fea078..a0fdf86 100644
--- a/docs/apache-airflow-providers-tableau/index.rst
+++ b/docs/apache-airflow-providers-tableau/index.rst
@@ -75,51 +75,4 @@ PIP package              Version required
 ``tableauserverclient``
 =======================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Features
-~~~~~~~~
-
-* ``Add Connection Documentation for Providers (#15499)``
-
-Bug Fixes
-~~~~~~~~~
-
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/tableau/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-telegram/commits.rst b/docs/apache-airflow-providers-telegram/commits.rst
index 6c9e6aa..3af6c49 100644
--- a/docs/apache-airflow-providers-telegram/commits.rst
+++ b/docs/apache-airflow-providers-telegram/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-27
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `904709d34 <https://github.com/apache/airflow/commit/904709d34fbe0b6062d72932b72954afe13ec148>`_  2021-05-27   ``Check synctatic correctness for code-snippets (#16005)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
diff --git a/docs/apache-airflow-providers-telegram/index.rst b/docs/apache-airflow-providers-telegram/index.rst
index ff25ca1..55e29b4 100644
--- a/docs/apache-airflow-providers-telegram/index.rst
+++ b/docs/apache-airflow-providers-telegram/index.rst
@@ -80,56 +80,4 @@ PIP package              Version required
 ``python-telegram-bot``  ``~=13.0``
 =======================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Check synctatic correctness for code-snippets (#16005)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-
-1.0.2
-.....
-
-Bug fixes
-~~~~~~~~~
-
-* ``Fix the AttributeError with text field in TelegramOperator (#13990)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/telegram/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-trino/commits.rst b/docs/apache-airflow-providers-trino/commits.rst
index 1f33a5e..dfbf7e5 100644
--- a/docs/apache-airflow-providers-trino/commits.rst
+++ b/docs/apache-airflow-providers-trino/commits.rst
@@ -28,6 +28,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+2.0.0
+.....
+
+Latest change: 2021-06-07
+
+================================================================================================  ===========  =================================================================
+Commit                                                                                            Committed    Subject
+================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
+================================================================================================  ===========  =================================================================
+
 1.0.0
 .....
 
diff --git a/docs/apache-airflow-providers-trino/index.rst b/docs/apache-airflow-providers-trino/index.rst
index 9467355..ff05e2c 100644
--- a/docs/apache-airflow-providers-trino/index.rst
+++ b/docs/apache-airflow-providers-trino/index.rst
@@ -73,39 +73,4 @@ PIP package    Version required
 ``trino``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/trino/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-vertica/commits.rst b/docs/apache-airflow-providers-vertica/commits.rst
index 2bc4b3d..13885df 100644
--- a/docs/apache-airflow-providers-vertica/commits.rst
+++ b/docs/apache-airflow-providers-vertica/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-vertica/index.rst b/docs/apache-airflow-providers-vertica/index.rst
index 81f2463..9c106eb 100644
--- a/docs/apache-airflow-providers-vertica/index.rst
+++ b/docs/apache-airflow-providers-vertica/index.rst
@@ -73,48 +73,4 @@ PIP package         Version required
 ``vertica-python``  ``>=0.5.1``
 ==================  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/vertica/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-yandex/commits.rst b/docs/apache-airflow-providers-yandex/commits.rst
index 4b1a02c..b920a1a 100644
--- a/docs/apache-airflow-providers-yandex/commits.rst
+++ b/docs/apache-airflow-providers-yandex/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-07
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `37681bca0 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_  2021-05-07   ``Auto-apply apply_default decorator (#15667)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `40a2476a5 <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_  2021-04-28   ``Adds interactivity when generating provider documentation. (#15518)``
diff --git a/docs/apache-airflow-providers-yandex/index.rst b/docs/apache-airflow-providers-yandex/index.rst
index 781cbe4..85ed14e 100644
--- a/docs/apache-airflow-providers-yandex/index.rst
+++ b/docs/apache-airflow-providers-yandex/index.rst
@@ -81,54 +81,4 @@ PIP package      Version required
 ``yandexcloud``  ``>=0.22.0``
 ===============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix Sphinx Issues with Docstrings (#14968)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Adds interactivity when generating provider documentation. (#15518)``
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Update docstrings to adhere to sphinx standards (#14918)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/yandex/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-zendesk/commits.rst b/docs/apache-airflow-providers-zendesk/commits.rst
index ecc2902..fe106ac 100644
--- a/docs/apache-airflow-providers-zendesk/commits.rst
+++ b/docs/apache-airflow-providers-zendesk/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 2.0.0
 .....
 
-Latest change: 2021-05-01
+Latest change: 2021-06-07
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
 `807ad32ce <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_  2021-05-01   ``Prepares provider release after PIP 21 compatibility (#15576)``
 `71c673e42 <https://github.com/apache/airflow/commit/71c673e427a89cae2a9f3174c32c5c85556d6342>`_  2021-04-22   ``Update Docstrings of Modules with Missing Params (#15391)``
 `68e4c4dcb <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_  2021-03-20   ``Remove Backport Providers (#14886)``
diff --git a/docs/apache-airflow-providers-zendesk/index.rst b/docs/apache-airflow-providers-zendesk/index.rst
index 7d49065..9bd02cf 100644
--- a/docs/apache-airflow-providers-zendesk/index.rst
+++ b/docs/apache-airflow-providers-zendesk/index.rst
@@ -68,48 +68,4 @@ PIP package    Version required
 ``zdesk``
 =============  ==================
 
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-
-Changelog
----------
-
-2.0.0
-.....
-
-Breaking changes
-~~~~~~~~~~~~~~~~
-
-* ``Auto-apply apply_default decorator (#15667)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepares provider release after PIP 21 compatibility (#15576)``
-   * ``Update Docstrings of Modules with Missing Params (#15391)``
-   * ``Remove Backport Providers (#14886)``
-   * ``Update documentation for broken package releases (#14734)``
-
-1.0.1
-.....
-
-Updated documentation and readme files.
-
-1.0.0
-.....
-
-Initial version of the provider.
+.. include:: ../../airflow/providers/zendesk/CHANGELOG.rst
diff --git a/docs/conf.py b/docs/conf.py
index 1e798df..5fa1b35 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -77,7 +77,7 @@ elif PACKAGE_NAME.startswith('apache-airflow-providers-'):
     except StopIteration:
         raise Exception(f"Could not find provider.yaml file for package: {PACKAGE_NAME}")
     PACKAGE_DIR = CURRENT_PROVIDER['package-dir']
-    PACKAGE_VERSION = 'devel'
+    PACKAGE_VERSION = CURRENT_PROVIDER['versions'][0]
 elif PACKAGE_NAME == 'helm-chart':
     PACKAGE_DIR = os.path.join(ROOT_DIR, 'chart')
     PACKAGE_VERSION = 'devel'  # TODO do we care? probably
@@ -90,7 +90,6 @@ if PACKAGE_DIR:
     os.environ['AIRFLOW_PACKAGE_DIR'] = PACKAGE_DIR
 os.environ['AIRFLOW_PACKAGE_VERSION'] = PACKAGE_VERSION
 
-
 # Hack to allow changing for piece of the code to behave differently while
 # the docs are being built. The main objective was to alter the
 # behavior of the utils.apply_default that was hiding function headers
@@ -326,8 +325,8 @@ html_context = {
     'conf_py_path': f'/docs/{PACKAGE_NAME}/',
     'github_user': 'apache',
     'github_repo': 'airflow',
-    'github_version': 'devel',
-    'display_github': 'devel',
+    'github_version': 'main',
+    'display_github': 'main',
     'suffix': '.rst',
 }
 
diff --git a/scripts/ci/libraries/_runs.sh b/scripts/ci/libraries/_runs.sh
index 76c3933..d15e68b 100644
--- a/scripts/ci/libraries/_runs.sh
+++ b/scripts/ci/libraries/_runs.sh
@@ -64,7 +64,7 @@ function runs::run_prepare_provider_packages() {
 # Docker command to generate release notes for provider packages
 function runs::run_prepare_provider_documentation() {
     local term_flag="-it"
-    if [[ ${NO_INTERACTIVE} == "true" ]]; then
+    if [[ ${NON_INTERACTIVE} == "true" ]]; then
          term_flag="-t"
     fi
     # No group here - groups are added internally
@@ -72,7 +72,7 @@ function runs::run_prepare_provider_documentation() {
         --entrypoint "/usr/local/bin/dumb-init"  \
         "${term_flag}" \
         -v "${AIRFLOW_SOURCES}:/opt/airflow" \
-        -e "NO_INTERACTIVE" \
+        -e "NON_INTERACTIVE" \
         "${AIRFLOW_CI_IMAGE}" \
         "--" "/opt/airflow/scripts/in_container/run_prepare_provider_documentation.sh" "${@}"
 }
diff --git a/scripts/in_container/run_prepare_provider_documentation.sh b/scripts/in_container/run_prepare_provider_documentation.sh
index d22f4df..bbc889b 100755
--- a/scripts/in_container/run_prepare_provider_documentation.sh
+++ b/scripts/in_container/run_prepare_provider_documentation.sh
@@ -50,7 +50,7 @@ function run_prepare_documentation() {
             --no-git-update \
             "${OPTIONAL_VERBOSE_FLAG[@]}" \
             "${OPTIONAL_RELEASE_VERSION_ARGUMENT[@]}" \
-            "${OPTIONAL_NO_INTERACTIVE_FLAG[@]}" \
+            "${OPTIONAL_NON_INTERACTIVE_FLAG[@]}" \
             "${provider_package}"
         res=$?
         if [[ ${res} == "64" ]]; then
@@ -76,7 +76,6 @@ function run_prepare_documentation() {
         python3 "${PROVIDER_PACKAGES_DIR}/prepare_provider_packages.py" \
             update-changelog \
             "${OPTIONAL_VERBOSE_FLAG[@]}" \
-            "${OPTIONAL_NO_INTERACTIVE_FLAG[@]}" \
             "${provider_package}"
         res=$?
         if [[ ${res} == "64" ]]; then
@@ -117,6 +116,10 @@ function run_prepare_documentation() {
         echo
         echo "${COLOR_RED}There were errors when preparing documentation. Exiting! ${COLOR_RESET}"
         exit 1
+    else
+        echo
+        echo "${COLOR_YELLOW}Please review the updated files, classify the changelog entries and commit the changes!${COLOR_RESET}"
+        echo
     fi
 }
 
@@ -137,9 +140,9 @@ if [[ $# != "0" && ${1} =~ ^[0-9][0-9][0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]$ ]]; th
     shift
 fi
 
-OPTIONAL_NO_INTERACTIVE_FLAG=()
-if [[ ${NO_INTERACTIVE=} == "true" ]]; then
-    OPTIONAL_NO_INTERACTIVE_FLAG+=("--non-interactive")
+OPTIONAL_NON_INTERACTIVE_FLAG=()
+if [[ ${NON_INTERACTIVE=} == "true" ]]; then
+    OPTIONAL_NON_INTERACTIVE_FLAG+=("--non-interactive")
 fi