Prepares docs for Rc2 release of July providers (#17116)

diff --git a/airflow/providers/airbyte/CHANGELOG.rst b/airflow/providers/airbyte/CHANGELOG.rst
index 3863acd..9a9371c 100644
--- a/airflow/providers/airbyte/CHANGELOG.rst
+++ b/airflow/providers/airbyte/CHANGELOG.rst
@@ -19,6 +19,29 @@
 Changelog
 ---------
 
+2.1.0
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``AirbyteHook - Consider incomplete status (#16965)``
+   * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Updating Airbyte example DAG to use XComArgs (#16867)``
+   * ``Removes pylint from our toolchain (#16682)``
+
 2.0.0
 .....
 
diff --git a/airflow/providers/airbyte/provider.yaml b/airflow/providers/airbyte/provider.yaml
index 87bb1d1..3ea8185 100644
--- a/airflow/providers/airbyte/provider.yaml
+++ b/airflow/providers/airbyte/provider.yaml
@@ -22,6 +22,7 @@
   `Airbyte <https://airbyte.io/>`__
 
 versions:
+  - 2.1.0
   - 2.0.0
   - 1.0.0
 
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index eac711d..788c5c4 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -29,6 +29,8 @@
 * ``Added select_query to the templated fields in RedshiftToS3Operator (#16767)``
 * ``AWS Hook - allow IDP HTTP retry (#12639) (#16612)``
 * ``Update Boto3 API calls in ECSOperator (#16050)``
+* ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)``
+* ``Adding SalesforceToS3Operator to Amazon Provider (#17094)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -36,12 +38,19 @@
 * ``AWS DataSync default polling adjusted from 5s to 30s (#11011)``
 * ``Fix wrong template_fields_renderers for AWS operators (#16820)``
 * ``AWS DataSync cancel task on exception (#11011) (#16589)``
+* ``Fixed template_fields_renderers for Amazon provider (#17087)``
+* ``removing try-catch block (#17081)``
+* ``ECSOperator / pass context to self.xcom_pull as it was missing (when using reattach) (#17141)``
+* ``Made S3ToRedshiftOperator transaction safe (#17117)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Bump sphinxcontrib-spelling and minor improvements (#16675)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Added docs &amp; doc ref&#39;s for AWS transfer operators between SFTP &amp; S3 (#16964)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)``
 
 2.0.0
 .....
diff --git a/airflow/providers/apache/beam/.latest-doc-only-change.txt b/airflow/providers/apache/beam/.latest-doc-only-change.txt
index e7e8156..20a51db 100644
--- a/airflow/providers/apache/beam/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/beam/.latest-doc-only-change.txt
@@ -1 +1 @@
-b916b7507921129dc48d6add1bdc4b923b60c9b9
+d02ded65eaa7d2281e249b3fa028605d1b4c52fb
diff --git a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
index e7e8156..da98624 100644
--- a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
@@ -1 +1 @@
-b916b7507921129dc48d6add1bdc4b923b60c9b9
+91f4d80ff09093de49478214c5bd027e02c92a0e
diff --git a/airflow/providers/apache/druid/CHANGELOG.rst b/airflow/providers/apache/druid/CHANGELOG.rst
index 3505973..7700a2e 100644
--- a/airflow/providers/apache/druid/CHANGELOG.rst
+++ b/airflow/providers/apache/druid/CHANGELOG.rst
@@ -19,6 +19,28 @@
 Changelog
 ---------
 
+2.0.1
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix error in Druid connection attribute retrieval (#17095)``
+* ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Removes pylint from our toolchain (#16682)``
+
 2.0.0
 .....
 
diff --git a/airflow/providers/apache/druid/provider.yaml b/airflow/providers/apache/druid/provider.yaml
index 66974e6..10fb84b 100644
--- a/airflow/providers/apache/druid/provider.yaml
+++ b/airflow/providers/apache/druid/provider.yaml
@@ -22,6 +22,7 @@
     `Apache Druid <https://druid.apache.org/>`__.
 
 versions:
+  - 2.0.1
   - 2.0.0
   - 1.1.0
   - 1.0.1
diff --git a/airflow/providers/apache/hdfs/.latest-doc-only-change.txt b/airflow/providers/apache/hdfs/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/apache/hdfs/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/hdfs/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst
index 4f86fbe..26b9b3e 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -31,6 +31,8 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Updating Apache example DAGs to use XComArgs (#16869)``
 
 2.0.0
 .....
diff --git a/airflow/providers/apache/kylin/.latest-doc-only-change.txt b/airflow/providers/apache/kylin/.latest-doc-only-change.txt
index b620a03..da98624 100644
--- a/airflow/providers/apache/kylin/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/kylin/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+91f4d80ff09093de49478214c5bd027e02c92a0e
diff --git a/airflow/providers/apache/livy/.latest-doc-only-change.txt b/airflow/providers/apache/livy/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/apache/livy/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/livy/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/apache/pig/.latest-doc-only-change.txt b/airflow/providers/apache/pig/.latest-doc-only-change.txt
index 8e901d0..da98624 100644
--- a/airflow/providers/apache/pig/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+91f4d80ff09093de49478214c5bd027e02c92a0e
diff --git a/airflow/providers/apache/pinot/.latest-doc-only-change.txt b/airflow/providers/apache/pinot/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/apache/pinot/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/pinot/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/apache/spark/.latest-doc-only-change.txt b/airflow/providers/apache/spark/.latest-doc-only-change.txt
index b620a03..da98624 100644
--- a/airflow/providers/apache/spark/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/spark/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+91f4d80ff09093de49478214c5bd027e02c92a0e
diff --git a/airflow/providers/apache/sqoop/CHANGELOG.rst b/airflow/providers/apache/sqoop/CHANGELOG.rst
index ff3484e..8a20450 100644
--- a/airflow/providers/apache/sqoop/CHANGELOG.rst
+++ b/airflow/providers/apache/sqoop/CHANGELOG.rst
@@ -31,6 +31,7 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
 
 2.0.0
 .....
diff --git a/airflow/providers/asana/.latest-doc-only-change.txt b/airflow/providers/asana/.latest-doc-only-change.txt
index b620a03..ba8d0c7 100644
--- a/airflow/providers/asana/.latest-doc-only-change.txt
+++ b/airflow/providers/asana/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index b03eed6..3135c57 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -22,6 +22,37 @@
 2.0.1
 .....
 
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+* ``BugFix: Using &#39;json&#39; string in template_field causes issue with K8s Operators (#16930)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Simplify &#39;default_args&#39; in Kubernetes example DAGs (#16870)``
+   * ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)``
+   * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Updating task dependencies (#16624)``
+   * ``Removes pylint from our toolchain (#16682)``
+
+2.1.0
+.....
+
+
+Features
+~~~~~~~~
+
+* ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)``
+
 Bug Fixes
 ~~~~~~~~~
 
@@ -32,6 +63,7 @@
    * ``Updating task dependencies (#16624)``
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
 
 2.0.0
 .....
diff --git a/airflow/providers/databricks/.latest-doc-only-change.txt b/airflow/providers/databricks/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/databricks/.latest-doc-only-change.txt
+++ b/airflow/providers/databricks/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/datadog/.latest-doc-only-change.txt b/airflow/providers/datadog/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/datadog/.latest-doc-only-change.txt
+++ b/airflow/providers/datadog/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/dingding/.latest-doc-only-change.txt b/airflow/providers/dingding/.latest-doc-only-change.txt
index 5bda817..ba8d0c7 100644
--- a/airflow/providers/dingding/.latest-doc-only-change.txt
+++ b/airflow/providers/dingding/.latest-doc-only-change.txt
@@ -1 +1 @@
-814e471d137aad68bd64a21d20736e7b88403f97
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index ab050e6..69272d0 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -26,26 +26,27 @@
 ~~~~~~~~
 
 * ``Adds option to disable mounting temporary folder in DockerOperator (#16932)``
-* if ``xcom_all`` is set to ``False``, only the last line of the log (separated by ``\n``) will be
-  included in the XCom value
 
 Bug Fixes
 ~~~~~~~~~
 
 * ``[FIX] Docker provider - retry docker in docker (#17061)``
+* ``fix string encoding when using xcom / json (#13536)``
+* if ``xcom_all`` is set to ``False``, only the last line of the log (separated by ``\n``) will be
+  included in the XCom value
 
 The ``DockerOperator`` in version 2.0.0 did not work for remote Docker Engine or Docker-In-Docker case.
 That was an unintended side effect of #15843 that has been fixed in #16932. There is a fallback mode
 which will make Docker Operator works with warning and you will be able to remove the warning by
 using the new parameter to disable mounting the folder.
 
-* the return value of XCom is of type ``str`` (as opposed to ``bytes``)
-
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
    * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Prepares documentation for RC2 release of Docker Provider (#17066)``
+   * ``Updating Docker example DAGs to use XComArgs (#16871)``
 
 2.0.0
 .....
diff --git a/airflow/providers/ftp/.latest-doc-only-change.txt b/airflow/providers/ftp/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/ftp/.latest-doc-only-change.txt
+++ b/airflow/providers/ftp/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index 0560bb8..062406e 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -18,13 +18,14 @@
 Changelog
 ---------
 
-4.1.0
+5.0.0
 .....
 
 Breaking changes
 ~~~~~~~~~~~~~~~~
 
 * ``Updated GoogleAdsHook to support newer API versions after google deprecated v5. Google Ads v8 is the new default API. (#17111)``
+* ``Google Ads Hook: Support newer versions of the google-ads library (#17160)``
 
 .. warning:: The underlying google-ads library had breaking changes.
 
@@ -41,16 +42,25 @@
 ~~~~~~~~
 
 * ``Standardise dataproc location param to region (#16034)``
+* ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)``
 
 Bug Fixes
 ~~~~~~~~~
 
 * ``Update alias for field_mask in Google Memmcache (#16975)``
+* ``fix: dataprocpysparkjob project_id as self.project_id (#17075)``
+* ``Fix GCStoGCS operator with replace diabled and existing destination object (#16991)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Fixes several failing tests after broken main (#17222)``
+   * ``Fixes statich check failures (#17218)``
+   * ``[CASSANDRA-16814] Fix cassandra to gcs type inconsistency. (#17183)``
+   * ``Updating Google Cloud example DAGs to use XComArgs (#16875)``
+   * ``Updating miscellaneous Google example DAGs to use XComArgs (#16876)``
 
 4.0.0
 .....
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index 9077a0f..92b67e8 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,7 +29,7 @@
       - `Google Workspace <https://workspace.google.pl/>`__ (formerly Google Suite)
 
 versions:
-  - 4.1.0
+  - 5.0.0
   - 4.0.0
   - 3.0.0
   - 2.2.0
diff --git a/airflow/providers/grpc/.latest-doc-only-change.txt b/airflow/providers/grpc/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/grpc/.latest-doc-only-change.txt
+++ b/airflow/providers/grpc/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/hashicorp/.latest-doc-only-change.txt b/airflow/providers/hashicorp/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/hashicorp/.latest-doc-only-change.txt
+++ b/airflow/providers/hashicorp/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/http/.latest-doc-only-change.txt b/airflow/providers/http/.latest-doc-only-change.txt
index b620a03..ba8d0c7 100644
--- a/airflow/providers/http/.latest-doc-only-change.txt
+++ b/airflow/providers/http/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/jdbc/.latest-doc-only-change.txt b/airflow/providers/jdbc/.latest-doc-only-change.txt
index 8e901d0..ba8d0c7 100644
--- a/airflow/providers/jdbc/.latest-doc-only-change.txt
+++ b/airflow/providers/jdbc/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/jenkins/CHANGELOG.rst b/airflow/providers/jenkins/CHANGELOG.rst
index a174612..520cd0f 100644
--- a/airflow/providers/jenkins/CHANGELOG.rst
+++ b/airflow/providers/jenkins/CHANGELOG.rst
@@ -31,6 +31,8 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Updating Jenkins example DAGs to use XComArgs (#16874)``
 
 2.0.0
 .....
diff --git a/airflow/providers/jira/.latest-doc-only-change.txt b/airflow/providers/jira/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/jira/.latest-doc-only-change.txt
+++ b/airflow/providers/jira/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index adbd740..673f447 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -37,6 +37,8 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Remove/refactor default_args pattern for Microsoft example DAGs (#16873)``
 
 3.0.0
 .....
diff --git a/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt b/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
index b620a03..7087d52 100644
--- a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+48ca9374bfe4a0784b5eb9ec74c1e3262a833677
diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst
index 425caeb..5ee34dd 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -30,11 +30,14 @@
 
 * ``Added template_fields_renderers for MySQL Operator (#16914)``
 * ``Extended template_fields_renderers for MySQL provider (#16987)``
+* ``Parse template parameters field for MySQL operator (#17080)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
 
 2.0.0
 .....
diff --git a/airflow/providers/neo4j/.latest-doc-only-change.txt b/airflow/providers/neo4j/.latest-doc-only-change.txt
index 8e901d0..ba8d0c7 100644
--- a/airflow/providers/neo4j/.latest-doc-only-change.txt
+++ b/airflow/providers/neo4j/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/odbc/.latest-doc-only-change.txt b/airflow/providers/odbc/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/odbc/.latest-doc-only-change.txt
+++ b/airflow/providers/odbc/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/opsgenie/.latest-doc-only-change.txt b/airflow/providers/opsgenie/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/opsgenie/.latest-doc-only-change.txt
+++ b/airflow/providers/opsgenie/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/oracle/.latest-doc-only-change.txt b/airflow/providers/oracle/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/oracle/.latest-doc-only-change.txt
+++ b/airflow/providers/oracle/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/pagerduty/.latest-doc-only-change.txt b/airflow/providers/pagerduty/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/pagerduty/.latest-doc-only-change.txt
+++ b/airflow/providers/pagerduty/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/papermill/.latest-doc-only-change.txt b/airflow/providers/papermill/.latest-doc-only-change.txt
index 8e901d0..ba8d0c7 100644
--- a/airflow/providers/papermill/.latest-doc-only-change.txt
+++ b/airflow/providers/papermill/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/plexus/.latest-doc-only-change.txt b/airflow/providers/plexus/.latest-doc-only-change.txt
index 8e901d0..ba8d0c7 100644
--- a/airflow/providers/plexus/.latest-doc-only-change.txt
+++ b/airflow/providers/plexus/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst
index f877230..18f4328 100644
--- a/airflow/providers/postgres/CHANGELOG.rst
+++ b/airflow/providers/postgres/CHANGELOG.rst
@@ -31,6 +31,8 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
 
 2.0.0
 .....
diff --git a/airflow/providers/presto/.latest-doc-only-change.txt b/airflow/providers/presto/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/presto/.latest-doc-only-change.txt
+++ b/airflow/providers/presto/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/qubole/.latest-doc-only-change.txt b/airflow/providers/qubole/.latest-doc-only-change.txt
index b620a03..ba8d0c7 100644
--- a/airflow/providers/qubole/.latest-doc-only-change.txt
+++ b/airflow/providers/qubole/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/salesforce/.latest-doc-only-change.txt b/airflow/providers/salesforce/.latest-doc-only-change.txt
index b620a03..526180a 100644
--- a/airflow/providers/salesforce/.latest-doc-only-change.txt
+++ b/airflow/providers/salesforce/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+763919d4152ffa13433e2489fec85ed286b7b196
diff --git a/airflow/providers/segment/.latest-doc-only-change.txt b/airflow/providers/segment/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/segment/.latest-doc-only-change.txt
+++ b/airflow/providers/segment/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/sendgrid/.latest-doc-only-change.txt b/airflow/providers/sendgrid/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/sendgrid/.latest-doc-only-change.txt
+++ b/airflow/providers/sendgrid/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index aa5d25f..2c4cc36 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -31,6 +31,7 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Remove redundant logging in SFTP Hook (#16704)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
 
 2.0.0
 .....
diff --git a/airflow/providers/singularity/.latest-doc-only-change.txt b/airflow/providers/singularity/.latest-doc-only-change.txt
index b620a03..ba8d0c7 100644
--- a/airflow/providers/singularity/.latest-doc-only-change.txt
+++ b/airflow/providers/singularity/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/slack/.latest-doc-only-change.txt b/airflow/providers/slack/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/slack/.latest-doc-only-change.txt
+++ b/airflow/providers/slack/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst
index 4c94ebb..0f0c2fe 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -40,6 +40,8 @@
    * ``Logging and returning info about query execution SnowflakeHook (#15736)``
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
 
 2.0.0
 .....
diff --git a/airflow/providers/sqlite/.latest-doc-only-change.txt b/airflow/providers/sqlite/.latest-doc-only-change.txt
index 8e901d0..ba8d0c7 100644
--- a/airflow/providers/sqlite/.latest-doc-only-change.txt
+++ b/airflow/providers/sqlite/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst
index 263825b..9779594 100644
--- a/airflow/providers/ssh/CHANGELOG.rst
+++ b/airflow/providers/ssh/CHANGELOG.rst
@@ -37,6 +37,7 @@
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
 
 2.0.0
 .....
diff --git a/airflow/providers/tableau/CHANGELOG.rst b/airflow/providers/tableau/CHANGELOG.rst
index 4e0a38f..14d614c 100644
--- a/airflow/providers/tableau/CHANGELOG.rst
+++ b/airflow/providers/tableau/CHANGELOG.rst
@@ -27,10 +27,14 @@
 
 * ``Allow disable SSL for TableauHook (#16365)``
 * ``Deprecate Tableau personal token authentication (#16916)``
+* ``Fix bool conversion Verify parameter in Tableau Hook (#17125)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
+   * ``Refactored waiting function for Tableau Jobs (#17034)``
+   * ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
 
 2.0.0
 .....
diff --git a/airflow/providers/telegram/.latest-doc-only-change.txt b/airflow/providers/telegram/.latest-doc-only-change.txt
index 8e901d0..ba8d0c7 100644
--- a/airflow/providers/telegram/.latest-doc-only-change.txt
+++ b/airflow/providers/telegram/.latest-doc-only-change.txt
@@ -1 +1 @@
-40a2476a5db14ee26b5108d72635da116eab720b
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/trino/.latest-doc-only-change.txt b/airflow/providers/trino/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/trino/.latest-doc-only-change.txt
+++ b/airflow/providers/trino/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/vertica/.latest-doc-only-change.txt b/airflow/providers/vertica/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/vertica/.latest-doc-only-change.txt
+++ b/airflow/providers/vertica/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/airflow/providers/yandex/.latest-doc-only-change.txt b/airflow/providers/yandex/.latest-doc-only-change.txt
index b620a03..ba8d0c7 100644
--- a/airflow/providers/yandex/.latest-doc-only-change.txt
+++ b/airflow/providers/yandex/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+0dbd0f420cc08e011317e2a9f21f92fff4a64c1b
diff --git a/airflow/providers/zendesk/.latest-doc-only-change.txt b/airflow/providers/zendesk/.latest-doc-only-change.txt
index b620a03..e7e8156 100644
--- a/airflow/providers/zendesk/.latest-doc-only-change.txt
+++ b/airflow/providers/zendesk/.latest-doc-only-change.txt
@@ -1 +1 @@
-866a601b76e219b3c043e1dbbc8fb22300866351
+b916b7507921129dc48d6add1bdc4b923b60c9b9
diff --git a/docs/apache-airflow-providers-airbyte/commits.rst b/docs/apache-airflow-providers-airbyte/commits.rst
index c9f26d1..bccf7e3 100644
--- a/docs/apache-airflow-providers-airbyte/commits.rst
+++ b/docs/apache-airflow-providers-airbyte/commits.rst
@@ -28,14 +28,30 @@
 
 
 
+2.1.0
+.....
+
+Latest change: 2021-07-19
+
+================================================================================================  ===========  ===================================================================
+Commit                                                                                            Committed    Subject
+================================================================================================  ===========  ===================================================================
+`fea29112b <https://github.com/apache/airflow/commit/fea29112bef4ad8787ae1482d829046bbba39f7e>`_  2021-07-19   ``AirbyteHook - Consider incomplete status (#16965)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
+`b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
+`1e1b21241 <https://github.com/apache/airflow/commit/1e1b212417e089b43474bc19eec05b654afe98fb>`_  2021-07-08   ``Updating Airbyte example DAG to use XComArgs (#16867)``
+`866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
+================================================================================================  ===========  ===================================================================
+
 2.0.0
 .....
 
-Latest change: 2021-06-16
+Latest change: 2021-06-18
 
 ================================================================================================  ===========  =================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =================================================================
+`bbc627a3d <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_  2021-06-18   ``Prepares documentation for rc2 release of Providers (#16501)``
 `cbf8001d7 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_  2021-06-16   ``Synchronizes updated changelog after buggfix release (#16464)``
 `1fba5402b <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_  2021-06-15   ``More documentation update for June providers release (#16405)``
 `9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
diff --git a/docs/apache-airflow-providers-airbyte/index.rst b/docs/apache-airflow-providers-airbyte/index.rst
index 0aaeb07..454f24a 100644
--- a/docs/apache-airflow-providers-airbyte/index.rst
+++ b/docs/apache-airflow-providers-airbyte/index.rst
@@ -57,7 +57,7 @@
 `Airbyte <https://airbyte.io/>`__
 
 
-Release: 2.0.0
+Release: 2.1.0
 
 Provider package
 ----------------
@@ -106,7 +106,7 @@
 You can download officially released packages and verify their checksums and signatures from the
 `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
 
-* `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>`__)
+* `The apache-airflow-providers-airbyte 2.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-2.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-2.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-2.1.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-airbyte 2.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-2.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-2.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-2.1.0-py3-none-any.whl.sha512>`__)
 
 .. 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 e2fda9c..3a2970c 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -31,11 +31,20 @@
 2.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  ===============================================================================
+================================================================================================  ===========  =================================================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===============================================================================
+================================================================================================  ===========  =================================================================================================
+`569659db3 <https://github.com/apache/airflow/commit/569659db38de8d708200b909e0cb410abc8772fa>`_  2021-07-26   ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)``
+`763919d41 <https://github.com/apache/airflow/commit/763919d4152ffa13433e2489fec85ed286b7b196>`_  2021-07-25   ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)``
+`8b100fcb4 <https://github.com/apache/airflow/commit/8b100fcb427dc8e6f511e6ce2deddb2e04909291>`_  2021-07-21   ``ECSOperator / pass context to self.xcom_pull as it was missing (when using reattach) (#17141)``
+`f44d7bd9c <https://github.com/apache/airflow/commit/f44d7bd9cfe00b1409db78c2a644516b0ab003e9>`_  2021-07-21   ``Made S3ToRedshiftOperator transaction safe (#17117)``
+`32582b5bf <https://github.com/apache/airflow/commit/32582b5bf1432e7c7603b959a675cf7edd76c9e6>`_  2021-07-21   ``Adding SalesforceToS3Operator to Amazon Provider (#17094)``
+`bb1d79cb8 <https://github.com/apache/airflow/commit/bb1d79cb81c5a5a80f97ab4fecfa7db7a52c7b4b>`_  2021-07-19   ``Fixed template_fields_renderers for Amazon provider (#17087)``
+`8f77a54b5 <https://github.com/apache/airflow/commit/8f77a54b53664c3b6dbcf2c955975ad121463550>`_  2021-07-19   ``removing try-catch block (#17081)``
+`cda78333b <https://github.com/apache/airflow/commit/cda78333b4ce9304abe315ab1afe41efe17fd2da>`_  2021-07-18   ``Added docs & doc ref's for AWS transfer operators between SFTP & S3 (#16964)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `fc0250f1d <https://github.com/apache/airflow/commit/fc0250f1d5c43784f353dbdf4a34089aa96c28e5>`_  2021-07-15   ``Allow attaching to previously launched task in ECSOperator (#16685)``
 `d3f300fba <https://github.com/apache/airflow/commit/d3f300fba8c252cac79a1654fddb91532f44c656>`_  2021-07-11   ``Fix wrong template_fields_renderers for AWS operators (#16820)``
@@ -46,7 +55,7 @@
 `3a57d9fc6 <https://github.com/apache/airflow/commit/3a57d9fc604f4478fd51e20287494d0d7a33f0e4>`_  2021-06-26   ``Bump ''sphinxcontrib-spelling'' and minor improvements (#16675)``
 `2543c74c1 <https://github.com/apache/airflow/commit/2543c74c1927b751e7492df81d762e61d2a4d5f6>`_  2021-06-24   ``AWS DataSync cancel task on exception (#11011) (#16589)``
 `2ab2cbf93 <https://github.com/apache/airflow/commit/2ab2cbf93df9eddfb527fcfd9d7b442678a57662>`_  2021-06-23   ``Update Boto3 API calls in ECSOperator (#16050)``
-================================================================================================  ===========  ===============================================================================
+================================================================================================  ===========  =================================================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 0ecf787..4aebf64 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -108,6 +108,7 @@
 `apache-airflow-providers-mongo <https://airflow.apache.org/docs/apache-airflow-providers-mongo>`_              ``mongo``
 `apache-airflow-providers-mysql <https://airflow.apache.org/docs/apache-airflow-providers-mysql>`_              ``mysql``
 `apache-airflow-providers-postgres <https://airflow.apache.org/docs/apache-airflow-providers-postgres>`_        ``postgres``
+`apache-airflow-providers-salesforce <https://airflow.apache.org/docs/apache-airflow-providers-salesforce>`_    ``salesforce``
 `apache-airflow-providers-ssh <https://airflow.apache.org/docs/apache-airflow-providers-ssh>`_                  ``ssh``
 ==============================================================================================================  ===============
 
diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst
index 9598499..eb768ed 100644
--- a/docs/apache-airflow-providers-apache-druid/commits.rst
+++ b/docs/apache-airflow-providers-apache-druid/commits.rst
@@ -28,14 +28,29 @@
 
 
 
+2.0.1
+.....
+
+Latest change: 2021-07-20
+
+================================================================================================  ===========  ===================================================================
+Commit                                                                                            Committed    Subject
+================================================================================================  ===========  ===================================================================
+`acb7a9020 <https://github.com/apache/airflow/commit/acb7a9020b5811eb816abf885d3adc5d67cff371>`_  2021-07-20   ``Fix error in Druid connection attribute retrieval (#17095)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
+`b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
+`866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
+================================================================================================  ===========  ===================================================================
+
 2.0.0
 .....
 
-Latest change: 2021-06-16
+Latest change: 2021-06-18
 
 ================================================================================================  ===========  =======================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =======================================================================
+`bbc627a3d <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_  2021-06-18   ``Prepares documentation for rc2 release of Providers (#16501)``
 `cbf8001d7 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_  2021-06-16   ``Synchronizes updated changelog after buggfix release (#16464)``
 `1fba5402b <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_  2021-06-15   ``More documentation update for June providers release (#16405)``
 `9c94b72d4 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_  2021-06-07   ``Updated documentation for June 2021 provider release (#16294)``
diff --git a/docs/apache-airflow-providers-apache-druid/index.rst b/docs/apache-airflow-providers-apache-druid/index.rst
index 9a32eda..088d35f 100644
--- a/docs/apache-airflow-providers-apache-druid/index.rst
+++ b/docs/apache-airflow-providers-apache-druid/index.rst
@@ -44,7 +44,7 @@
 `Apache Druid <https://druid.apache.org/>`__.
 
 
-Release: 2.0.0
+Release: 2.0.1
 
 Provider package
 ----------------
@@ -93,7 +93,7 @@
 You can download officially released packages and verify their checksums and signatures from the
 `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
 
-* `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>`__)
+* `The apache-airflow-providers-apache-druid 2.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-druid-2.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-druid-2.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-druid-2.0.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-druid 2.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-2.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-2.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-2.0.1-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/apache/druid/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst
index 763e4c7..28916c6 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -31,15 +31,17 @@
 2.0.1
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-23
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
+`91f4d80ff <https://github.com/apache/airflow/commit/91f4d80ff09093de49478214c5bd027e02c92a0e>`_  2021-07-23   ``Updating Apache example DAGs to use XComArgs (#16869)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
 `ce44b6289 <https://github.com/apache/airflow/commit/ce44b628904e4f7480a2c208b5d5e087526408b6>`_  2021-06-25   ``Add Python 3.9 support (#15515)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-apache-sqoop/commits.rst b/docs/apache-airflow-providers-apache-sqoop/commits.rst
index defa951..c9d4b06 100644
--- a/docs/apache-airflow-providers-apache-sqoop/commits.rst
+++ b/docs/apache-airflow-providers-apache-sqoop/commits.rst
@@ -33,13 +33,14 @@
 
 Latest change: 2021-07-15
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `fc917af8b <https://github.com/apache/airflow/commit/fc917af8b49a914d4404faebbec807679f0626af>`_  2021-07-10   ``Fix Minor Bugs in Apache Sqoop Hook and Operator (#16350)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 8b452e6..4c3f83f 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -31,11 +31,14 @@
 2.0.1
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-21
 
 ================================================================================================  ===========  ==========================================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ==========================================================================================
+`d48b4e0ca <https://github.com/apache/airflow/commit/d48b4e0caf6218558378c7c3349b22adfc5c0785>`_  2021-07-21   ``Simplify 'default_args' in Kubernetes example DAGs (#16870)``
+`3939e8416 <https://github.com/apache/airflow/commit/3939e841616d70ea2d930f55e6a5f73a2a99be07>`_  2021-07-20   ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `b2c66e45b <https://github.com/apache/airflow/commit/b2c66e45b7c27d187491ec6a1dd5cc92ac7a1e32>`_  2021-07-11   ``BugFix: Using 'json' string in template_field causes issue with K8s Operators (#16930)``
 `9d6ae609b <https://github.com/apache/airflow/commit/9d6ae609b60449bd274c2f96e72486d73ad2b8f9>`_  2021-06-28   ``Updating task dependencies (#16624)``
diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst
index 93605c1..55faca0 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -31,11 +31,14 @@
 2.1.0
 .....
 
-Latest change: 2021-07-18
+Latest change: 2021-07-26
 
 ================================================================================================  ===========  ===============================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  ===============================================================================
+`b10ed95a2 <https://github.com/apache/airflow/commit/b10ed95a2aded01eb5580120ab2abbde1bac633b>`_  2021-07-26   ``Updating Docker example DAGs to use XComArgs (#16871)``
+`cd3307ff2 <https://github.com/apache/airflow/commit/cd3307ff2147b170dc3feb5999edf5c8eebed4ba>`_  2021-07-26   ``fix string encoding when using xcom / json (#13536)``
+`24d02bfa8 <https://github.com/apache/airflow/commit/24d02bfa840ae2a315af4280b2c185122e3c30e1>`_  2021-07-19   ``Prepares documentation for RC2 release of Docker Provider (#17066)``
 `b076ac592 <https://github.com/apache/airflow/commit/b076ac5925e1a316dd6e9ad8ee4d1a2223e376ca>`_  2021-07-18   ``[FIX] Docker provider - retry docker in docker (#17061)``
 `d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index 91e0a86..0962052 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,19 +35,29 @@
 
 
 
-4.1.0
+5.0.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =======================================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =======================================================================================
+`448e50bd2 <https://github.com/apache/airflow/commit/448e50bd23b4493980a41a5d4241ad3ecef087fb>`_  2021-07-26   ``Updating Google Cloud example DAGs to use XComArgs (#16875)``
+`aaf44ccac <https://github.com/apache/airflow/commit/aaf44ccace2336d00240e7e093094a9b808402d9>`_  2021-07-26   ``Updating miscellaneous Google example DAGs to use XComArgs (#16876)``
+`d01cc945d <https://github.com/apache/airflow/commit/d01cc945ddb03620216159335729a36c1a20f9f2>`_  2021-07-26   ``Fixes several failing tests after broken main (#17222)``
+`babc4250f <https://github.com/apache/airflow/commit/babc4250f3c5420e8d8059d500ba8d0e95d70873>`_  2021-07-26   ``Fixes statich check failures (#17218)``
+`5d2224795 <https://github.com/apache/airflow/commit/5d2224795b3548516311025d5549094a9b168f3b>`_  2021-07-25   ``Google Ads Hook: Support newer versions of the google-ads library (#17160)``
+`966b25019 <https://github.com/apache/airflow/commit/966b2501995279b7b5f2e1d0bf1c63a511dd382e>`_  2021-07-25   ``Fix GCStoGCS operator with replace diabled and existing destination object (#16991)``
+`763919d41 <https://github.com/apache/airflow/commit/763919d4152ffa13433e2489fec85ed286b7b196>`_  2021-07-25   ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)``
+`81bd40933 <https://github.com/apache/airflow/commit/81bd40933ea85a0d7807cf7f9a841157ec885cdf>`_  2021-07-23   ``[CASSANDRA-16814] Fix cassandra to gcs type inconsistency. (#17183)``
+`026ffe65d <https://github.com/apache/airflow/commit/026ffe65d4738674512f691a56b922e82d0a2309>`_  2021-07-19   ``fix: dataprocpysparkjob project_id as self.project_id (#17075)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `a3f5c9380 <https://github.com/apache/airflow/commit/a3f5c93806258b5ad396a638ba0169eca7f9d065>`_  2021-07-13   ``Update alias for field_mask in Google Memmcache (#16975)``
 `b0f7f91fe <https://github.com/apache/airflow/commit/b0f7f91fe29d1314b71c76de0f11d2dbe81c5c4a>`_  2021-07-07   ``Standardise dataproc location param to region (#16034)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =======================================================================================
 
 4.0.0
 .....
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index 99d0455..b7c06c8 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -68,7 +68,7 @@
   - `Google Workspace <https://workspace.google.pl/>`__ (formerly Google Suite)
 
 
-Release: 4.1.0
+Release: 5.0.0
 
 Provider package
 ----------------
@@ -165,7 +165,7 @@
 You can download officially released packages and verify their checksums and signatures from the
 `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-google 4.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-4.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-4.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-4.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 4.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-4.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-4.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-4.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 5.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-5.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-5.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 5.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-5.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-5.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-5.0.0-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst
index dfddc5b..0320503 100644
--- a/docs/apache-airflow-providers-jenkins/commits.rst
+++ b/docs/apache-airflow-providers-jenkins/commits.rst
@@ -31,15 +31,17 @@
 2.0.1
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
+`a77753759 <https://github.com/apache/airflow/commit/a7775375943633eab90c28cc2a3973608f7ed54c>`_  2021-07-26   ``Updating Jenkins example DAGs to use XComArgs (#16874)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `9ff781ad8 <https://github.com/apache/airflow/commit/9ff781ad8fd6b1d8d678227872b642b540b4dc55>`_  2021-07-13   ``Fixed to check number key from jenkins response (#16963)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 21c5ed3..da37e4e 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -31,11 +31,13 @@
 3.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
 ================================================================================================  ===========  =============================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =============================================================================
+`48ca9374b <https://github.com/apache/airflow/commit/48ca9374bfe4a0784b5eb9ec74c1e3262a833677>`_  2021-07-26   ``Remove/refactor default_args pattern for Microsoft example DAGs (#16873)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
 `caf0a8499 <https://github.com/apache/airflow/commit/caf0a8499f6099c943b0dd5054a9480b2e046bf1>`_  2021-06-25   ``Add support for managed identity in WASB hook (#16628)``
diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst
index ef0a5d0..fdd1c14 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -31,16 +31,19 @@
 2.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  ==================================================================
+================================================================================================  ===========  =============================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ==================================================================
+================================================================================================  ===========  =============================================================================
+`0dbd0f420 <https://github.com/apache/airflow/commit/0dbd0f420cc08e011317e2a9f21f92fff4a64c1b>`_  2021-07-26   ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
+`a1d3b271e <https://github.com/apache/airflow/commit/a1d3b271edb2e938a7e76c10c5617425d0f48591>`_  2021-07-19   ``Parse template parameters field for MySQL operator (#17080)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `6ab00bfcf <https://github.com/apache/airflow/commit/6ab00bfcfdfe1213928281527f32ca31b77cce1b>`_  2021-07-14   ``Extended template_fields_renderers for MySQL provider (#16987)``
 `c3b8212b6 <https://github.com/apache/airflow/commit/c3b8212b6e82145f96d17e51cc462db8e2506220>`_  2021-07-10   ``Added template_fields_renderers for MySQL Operator (#16914)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
-================================================================================================  ===========  ==================================================================
+================================================================================================  ===========  =============================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-postgres/commits.rst b/docs/apache-airflow-providers-postgres/commits.rst
index 589cbdf..b8eed90 100644
--- a/docs/apache-airflow-providers-postgres/commits.rst
+++ b/docs/apache-airflow-providers-postgres/commits.rst
@@ -31,15 +31,17 @@
 2.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =============================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =============================================================================
+`0dbd0f420 <https://github.com/apache/airflow/commit/0dbd0f420cc08e011317e2a9f21f92fff4a64c1b>`_  2021-07-26   ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
 `3ee916e9e <https://github.com/apache/airflow/commit/3ee916e9e11f0e9d9c794fa41b102161df3f2cd4>`_  2021-06-23   ``Add schema as DbApiHook instance attribute (#16521)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =============================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst
index 4a6d04b..63309a2 100644
--- a/docs/apache-airflow-providers-sftp/commits.rst
+++ b/docs/apache-airflow-providers-sftp/commits.rst
@@ -33,13 +33,14 @@
 
 Latest change: 2021-07-15
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `81be82bfb <https://github.com/apache/airflow/commit/81be82bfb73f263ecd3b2d5f664e9c1ea751408a>`_  2021-07-02   ``Remove redundant logging in SFTP Hook (#16704)``
 `50e334df3 <https://github.com/apache/airflow/commit/50e334df3245072f55ce75c2611dca2df0cbd031>`_  2021-06-24   ``Add support for non-RSA type key for SFTP hook (#16314)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  ===================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst
index 0d188bc..5830bd9 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -31,16 +31,18 @@
 2.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  ===========================================================================
+================================================================================================  ===========  =============================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  ===========================================================================
+================================================================================================  ===========  =============================================================================
+`0dbd0f420 <https://github.com/apache/airflow/commit/0dbd0f420cc08e011317e2a9f21f92fff4a64c1b>`_  2021-07-26   ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `5999cb9a6 <https://github.com/apache/airflow/commit/5999cb9a660fcf54e68d8b331b0d912f71f4836d>`_  2021-07-07   ``Adding: Snowflake Role in snowflake provider hook (#16735)``
 `8b41c2e0b <https://github.com/apache/airflow/commit/8b41c2e0b982335ee380f732452d133ad2dd7ce9>`_  2021-07-01   ``Logging and returning info about query execution SnowflakeHook (#15736)``
 `866a601b7 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_  2021-06-28   ``Removes pylint from our toolchain (#16682)``
-================================================================================================  ===========  ===========================================================================
+================================================================================================  ===========  =============================================================================
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst
index 5ca3fac..17eb4fc 100644
--- a/docs/apache-airflow-providers-ssh/commits.rst
+++ b/docs/apache-airflow-providers-ssh/commits.rst
@@ -36,6 +36,7 @@
 ================================================================================================  ===========  =========================================================================================
 Commit                                                                                            Committed    Subject
 ================================================================================================  ===========  =========================================================================================
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `a2dc01b34 <https://github.com/apache/airflow/commit/a2dc01b34590fc7830bdb76fea653e1a0ebecbd3>`_  2021-07-03   ``SSHHook: Using correct hostname for host_key when using non-default ssh port (#15964)``
 `7777d4f2f <https://github.com/apache/airflow/commit/7777d4f2fd0a63758c34769f8aa0438c8b4c6d83>`_  2021-07-01   ``Correctly load openssh-gerenated private keys in SSHHook (#16756)``
diff --git a/docs/apache-airflow-providers-tableau/commits.rst b/docs/apache-airflow-providers-tableau/commits.rst
index 2c1bb7f..e295344 100644
--- a/docs/apache-airflow-providers-tableau/commits.rst
+++ b/docs/apache-airflow-providers-tableau/commits.rst
@@ -31,15 +31,19 @@
 2.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-26
 
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =============================================================================
 Commit                                                                                            Committed    Subject
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =============================================================================
+`0dbd0f420 <https://github.com/apache/airflow/commit/0dbd0f420cc08e011317e2a9f21f92fff4a64c1b>`_  2021-07-26   ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
+`29b6be848 <https://github.com/apache/airflow/commit/29b6be8482f4cd5da46511e91d3b910014980308>`_  2021-07-21   ``Refactored waiting function for Tableau Jobs (#17034)``
+`ef3c75df1 <https://github.com/apache/airflow/commit/ef3c75df17d87b292f8c06b250a41633aaccbdc0>`_  2021-07-21   ``Fix bool conversion Verify parameter in Tableau Hook (#17125)``
+`d02ded65e <https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
 `b916b7507 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `53246ebef <https://github.com/apache/airflow/commit/53246ebef716933f71a28901e19367d84b0daa81>`_  2021-07-15   ``Deprecate Tableau personal token authentication (#16916)``
 `df0746e13 <https://github.com/apache/airflow/commit/df0746e133ca0f54adb93257c119dd550846bb89>`_  2021-07-10   ``Allow disable SSL for TableauHook (#16365)``
-================================================================================================  ===========  =================================================================
+================================================================================================  ===========  =============================================================================
 
 2.0.0
 .....