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

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


The following commit(s) were added to refs/heads/main by this push:
     new 60677b0ba3 Prepare docs for Aug 2023 1st wave of Providers (#33128)
60677b0ba3 is described below

commit 60677b0ba3c9e81595ec2aa3d4be2737e5b32054
Author: eladkal <[email protected]>
AuthorDate: Sat Aug 5 00:33:11 2023 +0300

    Prepare docs for Aug 2023 1st wave of Providers (#33128)
    
    * Prepare docs for Aug 2023 1st wave of Providers
    
    * add openlineage
    
    * update sqoop CHANGELOG.rst
---
 airflow/providers/amazon/CHANGELOG.rst             | 27 +++++++++++++++++++
 airflow/providers/amazon/__init__.py               |  2 +-
 airflow/providers/amazon/provider.yaml             |  1 +
 airflow/providers/apache/drill/CHANGELOG.rst       |  8 ++++++
 airflow/providers/apache/drill/__init__.py         |  2 +-
 airflow/providers/apache/drill/provider.yaml       |  1 +
 airflow/providers/apache/hive/CHANGELOG.rst        |  8 ++++++
 airflow/providers/apache/hive/__init__.py          |  2 +-
 airflow/providers/apache/hive/provider.yaml        |  1 +
 airflow/providers/apache/spark/CHANGELOG.rst       |  8 ++++++
 airflow/providers/apache/spark/__init__.py         |  2 +-
 airflow/providers/apache/spark/provider.yaml       |  1 +
 airflow/providers/apache/sqoop/CHANGELOG.rst       | 10 +++++++
 airflow/providers/apache/sqoop/__init__.py         |  6 +++--
 airflow/providers/asana/CHANGELOG.rst              | 16 +++++++++++
 airflow/providers/asana/__init__.py                |  6 +++--
 airflow/providers/asana/provider.yaml              |  1 +
 airflow/providers/celery/CHANGELOG.rst             |  9 +++++++
 airflow/providers/celery/__init__.py               |  2 +-
 airflow/providers/celery/provider.yaml             |  1 +
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    | 23 ++++++++++++++++
 airflow/providers/cncf/kubernetes/__init__.py      |  2 +-
 airflow/providers/cncf/kubernetes/provider.yaml    |  1 +
 airflow/providers/common/sql/CHANGELOG.rst         |  9 +++++++
 airflow/providers/common/sql/__init__.py           |  2 +-
 airflow/providers/common/sql/provider.yaml         |  1 +
 airflow/providers/docker/CHANGELOG.rst             | 16 +++++++++++
 airflow/providers/docker/__init__.py               |  6 +++--
 airflow/providers/docker/provider.yaml             |  1 +
 airflow/providers/ftp/CHANGELOG.rst                | 16 +++++++++++
 airflow/providers/ftp/__init__.py                  |  6 +++--
 airflow/providers/ftp/provider.yaml                |  1 +
 airflow/providers/google/CHANGELOG.rst             | 31 ++++++++++++++++++++--
 airflow/providers/google/__init__.py               |  2 +-
 airflow/providers/google/provider.yaml             |  1 +
 airflow/providers/imap/CHANGELOG.rst               | 17 ++++++++++++
 airflow/providers/imap/__init__.py                 |  6 +++--
 airflow/providers/imap/provider.yaml               |  1 +
 airflow/providers/microsoft/azure/CHANGELOG.rst    | 13 +++++++++
 airflow/providers/microsoft/azure/__init__.py      |  2 +-
 airflow/providers/microsoft/azure/provider.yaml    |  1 +
 airflow/providers/mysql/CHANGELOG.rst              |  9 +++++++
 airflow/providers/mysql/__init__.py                |  2 +-
 airflow/providers/mysql/provider.yaml              |  1 +
 airflow/providers/openlineage/CHANGELOG.rst        | 15 +++++++++++
 airflow/providers/openlineage/__init__.py          |  2 +-
 airflow/providers/openlineage/provider.yaml        |  1 +
 airflow/providers/redis/CHANGELOG.rst              |  8 ++++++
 airflow/providers/redis/__init__.py                |  2 +-
 airflow/providers/redis/provider.yaml              |  1 +
 airflow/providers/smtp/CHANGELOG.rst               | 16 +++++++++++
 airflow/providers/smtp/__init__.py                 |  6 +++--
 airflow/providers/smtp/provider.yaml               |  1 +
 airflow/providers/snowflake/CHANGELOG.rst          |  8 ++++++
 airflow/providers/snowflake/__init__.py            |  2 +-
 airflow/providers/snowflake/provider.yaml          |  1 +
 docs/apache-airflow-providers-amazon/commits.rst   | 22 ++++++++++++++-
 docs/apache-airflow-providers-amazon/index.rst     |  7 ++---
 .../commits.rst                                    | 14 +++++++++-
 .../index.rst                                      |  6 ++---
 .../commits.rst                                    | 14 +++++++++-
 .../apache-airflow-providers-apache-hive/index.rst |  6 ++---
 .../commits.rst                                    | 14 +++++++++-
 .../index.rst                                      |  6 ++---
 .../changelog.rst                                  |  2 --
 .../commits.rst                                    | 17 ++++++++++++
 .../index.rst                                      |  2 +-
 docs/apache-airflow-providers-asana/changelog.rst  |  2 --
 docs/apache-airflow-providers-asana/commits.rst    | 17 ++++++++++++
 docs/apache-airflow-providers-asana/index.rst      |  4 +--
 docs/apache-airflow-providers-celery/commits.rst   | 13 +++++++++
 docs/apache-airflow-providers-celery/index.rst     |  6 ++---
 .../commits.rst                                    | 18 +++++++++++++
 .../index.rst                                      |  2 +-
 .../commits.rst                                    | 15 ++++++++++-
 docs/apache-airflow-providers-common-sql/index.rst |  6 ++---
 docs/apache-airflow-providers-docker/changelog.rst |  2 --
 docs/apache-airflow-providers-docker/commits.rst   | 17 ++++++++++++
 docs/apache-airflow-providers-docker/index.rst     |  2 +-
 docs/apache-airflow-providers-ftp/changelog.rst    |  2 --
 docs/apache-airflow-providers-ftp/commits.rst      | 17 ++++++++++++
 docs/apache-airflow-providers-ftp/index.rst        | 30 ++++++++++++++++++++-
 docs/apache-airflow-providers-google/commits.rst   | 20 ++++++++++++++
 docs/apache-airflow-providers-google/index.rst     |  8 +++---
 docs/apache-airflow-providers-imap/changelog.rst   |  2 --
 docs/apache-airflow-providers-imap/commits.rst     | 18 +++++++++++++
 docs/apache-airflow-providers-imap/index.rst       |  2 +-
 .../commits.rst                                    | 16 ++++++++++-
 .../index.rst                                      |  6 ++---
 docs/apache-airflow-providers-mysql/commits.rst    | 14 +++++++++-
 docs/apache-airflow-providers-mysql/index.rst      |  7 ++---
 .../commits.rst                                    | 17 +++++++++++-
 .../apache-airflow-providers-openlineage/index.rst |  6 ++---
 docs/apache-airflow-providers-redis/commits.rst    | 14 +++++++++-
 docs/apache-airflow-providers-redis/index.rst      |  2 +-
 docs/apache-airflow-providers-smtp/changelog.rst   |  2 --
 docs/apache-airflow-providers-smtp/commits.rst     | 17 ++++++++++++
 docs/apache-airflow-providers-smtp/index.rst       |  2 +-
 .../apache-airflow-providers-snowflake/commits.rst | 14 +++++++++-
 docs/apache-airflow-providers-snowflake/index.rst  |  6 ++---
 100 files changed, 691 insertions(+), 92 deletions(-)

diff --git a/airflow/providers/amazon/CHANGELOG.rst 
b/airflow/providers/amazon/CHANGELOG.rst
index 8b87872ef2..f5ff6baba3 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -26,6 +26,33 @@
 Changelog
 ---------
 
+8.5.0
+.....
+
+Features
+~~~~~~~~
+
+* ``openlineage, sagemaker: add OpenLineage support for SageMaker's 
Processing, Transform and Training operators (#31816)``
+* ``Add Amazon EventBridge PutRule hook and operator (#32869)``
+* ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Check google provider version in GCSToS3Operator before provide match_glob 
param (#32925)``
+* ``Set longer default 'waiter_max_attempts' for deferred BatchJobOperator 
(#33045)``
+
+Misc
+~~~~
+
+* ``openlineage, sagemaker: add missing OpenLineage type signature (#33114)``
+* ``Add S3Bucket for mypy (#33028)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Deferrable mode for Sqs Sensor (#32809)``
+   * ``Increase the number of attempts in AWS system test 'example_rds_export' 
(#32976)``
+
 8.4.0
 .....
 
diff --git a/airflow/providers/amazon/__init__.py 
b/airflow/providers/amazon/__init__.py
index 71839706a1..12d79d7453 100644
--- a/airflow/providers/amazon/__init__.py
+++ b/airflow/providers/amazon/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "8.4.0"
+__version__ = "8.5.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/amazon/provider.yaml 
b/airflow/providers/amazon/provider.yaml
index 76d1cb376e..5e1a8ad103 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 8.5.0
   - 8.4.0
   - 8.3.1
   - 8.3.0
diff --git a/airflow/providers/apache/drill/CHANGELOG.rst 
b/airflow/providers/apache/drill/CHANGELOG.rst
index a96e3d8bc1..92e2f9a4f5 100644
--- a/airflow/providers/apache/drill/CHANGELOG.rst
+++ b/airflow/providers/apache/drill/CHANGELOG.rst
@@ -27,6 +27,14 @@ Changelog
 ---------
 
 
+2.4.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Validate database URL passed to create_engine of Drill hook's connection 
(#33074)``
+
 2.4.2
 .....
 
diff --git a/airflow/providers/apache/drill/__init__.py 
b/airflow/providers/apache/drill/__init__.py
index c9fd5e17cc..59cb119771 100644
--- a/airflow/providers/apache/drill/__init__.py
+++ b/airflow/providers/apache/drill/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "2.4.2"
+__version__ = "2.4.3"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/apache/drill/provider.yaml 
b/airflow/providers/apache/drill/provider.yaml
index 608155cee8..4ba0ba7469 100644
--- a/airflow/providers/apache/drill/provider.yaml
+++ b/airflow/providers/apache/drill/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 2.4.3
   - 2.4.2
   - 2.4.1
   - 2.4.0
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst 
b/airflow/providers/apache/hive/CHANGELOG.rst
index b761d8dc8c..90c625c6c7 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -27,6 +27,14 @@
 Changelog
 ---------
 
+6.1.4
+.....
+
+Misc
+~~~~
+
+* ``Bring back mysql-connector-python as required depednency (#32989)``
+
 6.1.3
 .....
 
diff --git a/airflow/providers/apache/hive/__init__.py 
b/airflow/providers/apache/hive/__init__.py
index 352dcb30a3..785fbc4cd3 100644
--- a/airflow/providers/apache/hive/__init__.py
+++ b/airflow/providers/apache/hive/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "6.1.3"
+__version__ = "6.1.4"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/apache/hive/provider.yaml 
b/airflow/providers/apache/hive/provider.yaml
index 78c2b7f486..fe5e46529e 100644
--- a/airflow/providers/apache/hive/provider.yaml
+++ b/airflow/providers/apache/hive/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 6.1.4
   - 6.1.3
   - 6.1.2
   - 6.1.1
diff --git a/airflow/providers/apache/spark/CHANGELOG.rst 
b/airflow/providers/apache/spark/CHANGELOG.rst
index 68087341b2..bffd0f8b9e 100644
--- a/airflow/providers/apache/spark/CHANGELOG.rst
+++ b/airflow/providers/apache/spark/CHANGELOG.rst
@@ -29,6 +29,14 @@
 Changelog
 ---------
 
+4.1.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Validate conn_prefix in extra field for Spark JDBC hook (#32946)``
+
 4.1.2
 .....
 
diff --git a/airflow/providers/apache/spark/__init__.py 
b/airflow/providers/apache/spark/__init__.py
index 65a258080b..03ba9ea75e 100644
--- a/airflow/providers/apache/spark/__init__.py
+++ b/airflow/providers/apache/spark/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "4.1.2"
+__version__ = "4.1.3"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/apache/spark/provider.yaml 
b/airflow/providers/apache/spark/provider.yaml
index 30878d4913..d3e35b89b6 100644
--- a/airflow/providers/apache/spark/provider.yaml
+++ b/airflow/providers/apache/spark/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 4.1.3
   - 4.1.2
   - 4.1.1
   - 4.1.0
diff --git a/airflow/providers/apache/sqoop/CHANGELOG.rst 
b/airflow/providers/apache/sqoop/CHANGELOG.rst
index 87823fcb32..deb6f83b8a 100644
--- a/airflow/providers/apache/sqoop/CHANGELOG.rst
+++ b/airflow/providers/apache/sqoop/CHANGELOG.rst
@@ -40,6 +40,15 @@ are no longer accepted as arguments for those methods. These 
should instead be p
 as ``extra_options`` while initializing the Hook or via ``extra_options`` 
parameter to the
 operator which instantiates the hook with those given ``extra_options`` 
dictionary.
 
+* ``Validate SqoopHook connection string and disable extra options from public 
hook methods (#33039)``
+
+.. Review and move the new changes to one of the sections above:
+   * ``Validate connection host field for Sqoop connection (#32968)``
+   * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+   * ``Remove spurious headers for provider changelogs (#32373)``
+   * ``Prepare docs for July 2023 wave of Providers (#32298)``
+   * ``Improve provider documentation and README structure (#32125)``
+
 3.2.1
 .....
 
@@ -82,6 +91,7 @@ Misc
 
 Bug Fixes
 ~~~~~~~~~
+
 * ``Move libjars parameter in Sqoop Hook to Hook parameter (#29500)``
 
 3.1.0
diff --git a/airflow/providers/apache/sqoop/__init__.py 
b/airflow/providers/apache/sqoop/__init__.py
index c57990e7f9..59c7b4870a 100644
--- a/airflow/providers/apache/sqoop/__init__.py
+++ b/airflow/providers/apache/sqoop/__init__.py
@@ -28,14 +28,16 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "3.2.1"
+__version__ = "4.0.0"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
+    "2.4.0"
+):
     raise RuntimeError(
         f"The package `apache-airflow-providers-apache-sqoop:{__version__}` 
requires Apache Airflow 2.4.0+"  # NOQA: E501
     )
diff --git a/airflow/providers/asana/CHANGELOG.rst 
b/airflow/providers/asana/CHANGELOG.rst
index 1a811682b7..306d676d53 100644
--- a/airflow/providers/asana/CHANGELOG.rst
+++ b/airflow/providers/asana/CHANGELOG.rst
@@ -26,6 +26,22 @@
 Changelog
 ---------
 
+2.2.2
+.....
+
+Misc
+~~~~
+
+* ``Limit Asana Python client until provider is adapted to 4.* version 
(#32995)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+   * ``Remove spurious headers for provider changelogs (#32373)``
+   * ``Prepare docs for July 2023 wave of Providers (#32298)``
+   * ``D205 Support - Providers: Apache to Common (inclusive) (#32226)``
+   * ``Improve provider documentation and README structure (#32125)``
+
 2.2.1
 .....
 
diff --git a/airflow/providers/asana/__init__.py 
b/airflow/providers/asana/__init__.py
index 5328ca5d80..87b640c3e1 100644
--- a/airflow/providers/asana/__init__.py
+++ b/airflow/providers/asana/__init__.py
@@ -28,14 +28,16 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "2.2.1"
+__version__ = "2.2.2"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
+    "2.4.0"
+):
     raise RuntimeError(
         f"The package `apache-airflow-providers-asana:{__version__}` requires 
Apache Airflow 2.4.0+"  # NOQA: E501
     )
diff --git a/airflow/providers/asana/provider.yaml 
b/airflow/providers/asana/provider.yaml
index ed7ca815f3..e567d5966e 100644
--- a/airflow/providers/asana/provider.yaml
+++ b/airflow/providers/asana/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 2.2.2
   - 2.2.1
   - 2.2.0
   - 2.1.0
diff --git a/airflow/providers/celery/CHANGELOG.rst 
b/airflow/providers/celery/CHANGELOG.rst
index b685c89569..886641f6bc 100644
--- a/airflow/providers/celery/CHANGELOG.rst
+++ b/airflow/providers/celery/CHANGELOG.rst
@@ -27,6 +27,15 @@
 Changelog
 ---------
 
+3.3.1
+.....
+
+Misc
+~~~~
+
+* ``aDd documentation generation for CLI commands from executors (#33081)``
+* ``Get rid of Python2 numeric relics (#33050)``
+
 3.3.0
 .....
 
diff --git a/airflow/providers/celery/__init__.py 
b/airflow/providers/celery/__init__.py
index 034ed2418f..4ac86a41e8 100644
--- a/airflow/providers/celery/__init__.py
+++ b/airflow/providers/celery/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "3.3.0"
+__version__ = "3.3.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/celery/provider.yaml 
b/airflow/providers/celery/provider.yaml
index 0eccce6890..6500d77132 100644
--- a/airflow/providers/celery/provider.yaml
+++ b/airflow/providers/celery/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 3.3.1
   - 3.3.0
   - 3.2.1
   - 3.2.0
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst 
b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 5dfd58884b..894ae455f2 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -27,6 +27,29 @@
 Changelog
 ---------
 
+7.4.1
+.....
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix waiting the base container when reading the logs of other containers 
(#33127)``
+* ``Fix: Configurable Docker image of 'xcom_sidecar' (#32858)``
+* ``Fix 'KubernetesPodOperator' sub classes default container_logs (#33090)``
+* ``Consider custom pod labels on pod finding process on 
'KubernetesPodOperator' (#33057)``
+
+Misc
+~~~~
+
+* ``aDd documentation generation for CLI commands from executors (#33081)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Revert "Fix waiting the base container when reading the logs of other 
containers (#33092)" (#33125)``
+   * ``Fix waiting the base container when reading the logs of other 
containers (#33092)``
+
 7.4.0
 .....
 
diff --git a/airflow/providers/cncf/kubernetes/__init__.py 
b/airflow/providers/cncf/kubernetes/__init__.py
index d17faa1f5a..625cb5ef30 100644
--- a/airflow/providers/cncf/kubernetes/__init__.py
+++ b/airflow/providers/cncf/kubernetes/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "7.4.0"
+__version__ = "7.4.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml 
b/airflow/providers/cncf/kubernetes/provider.yaml
index d9b2966bba..9d7ec76a92 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 7.4.1
   - 7.4.0
   - 7.3.0
   - 7.2.0
diff --git a/airflow/providers/common/sql/CHANGELOG.rst 
b/airflow/providers/common/sql/CHANGELOG.rst
index 717ea371eb..c296470a90 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -23,6 +23,15 @@
 
 ------
 
+1.6.2
+.....
+
+Misc
+~~~~
+
+* ``Make SQLExecute Query signature consistent with other SQL operators 
(#32974)``
+* ``Get rid of Python2 numeric relics (#33050)``
+
 1.6.1
 .....
 
diff --git a/airflow/providers/common/sql/__init__.py 
b/airflow/providers/common/sql/__init__.py
index 5379017425..6efdd09fdf 100644
--- a/airflow/providers/common/sql/__init__.py
+++ b/airflow/providers/common/sql/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "1.6.1"
+__version__ = "1.6.2"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/common/sql/provider.yaml 
b/airflow/providers/common/sql/provider.yaml
index 8f1b435821..0a4fa852c4 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 1.6.2
   - 1.6.1
   - 1.6.0
   - 1.5.2
diff --git a/airflow/providers/docker/CHANGELOG.rst 
b/airflow/providers/docker/CHANGELOG.rst
index 58f996d694..6f0b237967 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -27,6 +27,22 @@
 Changelog
 ---------
 
+3.7.2
+.....
+
+Misc
+~~~~
+
+* ``Get rid of Python2 numeric relics (#33050)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+   * ``Remove spurious headers for provider changelogs (#32373)``
+   * ``Prepare docs for July 2023 wave of Providers (#32298)``
+   * ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)``
+   * ``Improve provider documentation and README structure (#32125)``
+
 3.7.1
 .....
 
diff --git a/airflow/providers/docker/__init__.py 
b/airflow/providers/docker/__init__.py
index 9d793a4ba2..62cb479e54 100644
--- a/airflow/providers/docker/__init__.py
+++ b/airflow/providers/docker/__init__.py
@@ -28,14 +28,16 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "3.7.1"
+__version__ = "3.7.2"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
+    "2.4.0"
+):
     raise RuntimeError(
         f"The package `apache-airflow-providers-docker:{__version__}` requires 
Apache Airflow 2.4.0+"  # NOQA: E501
     )
diff --git a/airflow/providers/docker/provider.yaml 
b/airflow/providers/docker/provider.yaml
index ed24724ebd..f59709e4e2 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 3.7.2
   - 3.7.1
   - 3.7.0
   - 3.6.0
diff --git a/airflow/providers/ftp/CHANGELOG.rst 
b/airflow/providers/ftp/CHANGELOG.rst
index 9316062acb..a8ce575366 100644
--- a/airflow/providers/ftp/CHANGELOG.rst
+++ b/airflow/providers/ftp/CHANGELOG.rst
@@ -27,6 +27,22 @@
 Changelog
 ---------
 
+3.5.0
+.....
+
+Features
+~~~~~~~~
+
+* ``openlineage, ftp: add OpenLineage support for FTPFileTransferOperator 
(#31354)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+   * ``Remove spurious headers for provider changelogs (#32373)``
+   * ``Prepare docs for July 2023 wave of Providers (#32298)``
+   * ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)``
+   * ``Improve provider documentation and README structure (#32125)``
+
 3.4.2
 .....
 
diff --git a/airflow/providers/ftp/__init__.py 
b/airflow/providers/ftp/__init__.py
index 31e7b96db2..ce3ed03032 100644
--- a/airflow/providers/ftp/__init__.py
+++ b/airflow/providers/ftp/__init__.py
@@ -28,14 +28,16 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "3.4.2"
+__version__ = "3.5.0"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
+    "2.4.0"
+):
     raise RuntimeError(
         f"The package `apache-airflow-providers-ftp:{__version__}` requires 
Apache Airflow 2.4.0+"  # NOQA: E501
     )
diff --git a/airflow/providers/ftp/provider.yaml 
b/airflow/providers/ftp/provider.yaml
index 640aaaa95b..00d5aac66e 100644
--- a/airflow/providers/ftp/provider.yaml
+++ b/airflow/providers/ftp/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 3.5.0
   - 3.4.2
   - 3.4.1
   - 3.4.0
diff --git a/airflow/providers/google/CHANGELOG.rst 
b/airflow/providers/google/CHANGELOG.rst
index b085980237..fe4a5f3d39 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -27,6 +27,33 @@
 Changelog
 ---------
 
+10.6.0
+......
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+* ``openlineage, bigquery: add openlineage method support for 
BigQueryExecuteQueryOperator (#31293)``
+* ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)``
+* ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator 
(#32960)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix 'DataFusionAsyncHook' catch 404 (#32855)``
+* ``Fix system test for MetastoreHivePartitionSensor (#32861)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Get rid of Python2 numeric relics (#33050)``
+   * ``Refactor of links in Dataproc. (#31895)``
+   * ``Handle multiple connections using exceptions (#32365)``
+   * ``openlineage,gcs: use proper name for openlineage methods (#32956)``
+
 10.5.0
 ......
 
@@ -41,7 +68,6 @@ Features
 Bug Fixes
 ~~~~~~~~~
 
-* ``Fixup docstring for deprecated DataprocSubmitSparkJobOperator and 
refactoring system tests (#32743)``
 * ``Fix BigQueryGetDataOperator where project_id is not being respected in 
deferrable mode (#32488)``
 * ``Refresh GKE OAuth2 tokens (#32673)``
 * ``Fix 'BigQueryInsertJobOperator' not exiting deferred state (#31591)``
@@ -49,15 +75,16 @@ Bug Fixes
 Misc
 ~~~~
 
+* ``Fixup docstring for deprecated DataprocSubmitSparkJobOperator and 
refactoring system tests (#32743)``
 * ``Add more accurate typing for DbApiHook.run method (#31846)``
 * ``Add deprecation info to the providers modules and classes docstring 
(#32536)``
 * ``Fixup docstring for deprecated DataprocSubmitHiveJobOperator (#32723)``
-* ``Fixup docs and optimize system test for DataprocSubmitJobOperator (Hadoop 
job) (#32722)``
 * ``Fixup docstring for deprecated DataprocSubmitPigJobOperator (#32739)``
 * ``Fix Datafusion system tests (#32749)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Fixup docs and optimize system test for DataprocSubmitJobOperator 
(Hadoop job) (#32722)``
    * ``Fixup system test for DataprocSubmitJobOperator (SparkSQL job) 
(#32745)``
    * ``Fixup system test for DataprocSubmitJobOperator (PySpark job) (#32740)``
    * ``Migrate system test for PostgresToGCSOperator to new design AIP-47 
(#32641)``
diff --git a/airflow/providers/google/__init__.py 
b/airflow/providers/google/__init__.py
index db8c613783..8618abc5ac 100644
--- a/airflow/providers/google/__init__.py
+++ b/airflow/providers/google/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "10.5.0"
+__version__ = "10.6.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/google/provider.yaml 
b/airflow/providers/google/provider.yaml
index f43b088720..411e8a2e16 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -30,6 +30,7 @@ description: |
 
 suspended: false
 versions:
+  - 10.6.0
   - 10.5.0
   - 10.4.0
   - 10.3.0
diff --git a/airflow/providers/imap/CHANGELOG.rst 
b/airflow/providers/imap/CHANGELOG.rst
index 94eff36ec1..a80dbc88ac 100644
--- a/airflow/providers/imap/CHANGELOG.rst
+++ b/airflow/providers/imap/CHANGELOG.rst
@@ -26,6 +26,9 @@
 Changelog
 ---------
 
+3.3.0
+.....
+
 In case of IMAP SSL connection, the context now uses the "default" context
 
 The "default" context is Python's ``default_ssl_context`` instead of 
previously used "none". The
@@ -40,6 +43,20 @@ of certificates and allows MITM attacks.
 
 You can also override "ssl_context" per-connection by setting "ssl_context" in 
the connection extra.
 
+Features
+~~~~~~~~
+
+* ``Allows to choose SSL context for IMAP provider (#33108)``
+* ``Add possibility to use 'ssl_context' extra for SMTP and IMAP connections 
(#33112)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+   * ``Remove spurious headers for provider changelogs (#32373)``
+   * ``Prepare docs for July 2023 wave of Providers (#32298)``
+   * ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)``
+   * ``Improve provider documentation and README structure (#32125)``
+
 3.2.2
 .....
 
diff --git a/airflow/providers/imap/__init__.py 
b/airflow/providers/imap/__init__.py
index d0bd158797..fa26a32e14 100644
--- a/airflow/providers/imap/__init__.py
+++ b/airflow/providers/imap/__init__.py
@@ -28,14 +28,16 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "3.2.2"
+__version__ = "3.3.0"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
+    "2.4.0"
+):
     raise RuntimeError(
         f"The package `apache-airflow-providers-imap:{__version__}` requires 
Apache Airflow 2.4.0+"  # NOQA: E501
     )
diff --git a/airflow/providers/imap/provider.yaml 
b/airflow/providers/imap/provider.yaml
index e7d427a813..eba093238d 100644
--- a/airflow/providers/imap/provider.yaml
+++ b/airflow/providers/imap/provider.yaml
@@ -24,6 +24,7 @@ description: |
 
 suspended: false
 versions:
+  - 3.3.0
   - 3.2.2
   - 3.2.1
   - 3.2.0
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst 
b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 65e3615374..9086ced784 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -27,6 +27,19 @@
 Changelog
 ---------
 
+6.2.3
+.....
+
+Misc
+~~~~
+
+* ``Refactor account_url use in WasbHook (#32980)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Delete azure cosmos DB sensor example_dag (#32906)``
+   * ``Add issue link for TODO wrt Azure integration pinned dependencies 
(#33064)``
+
 6.2.2
 .....
 
diff --git a/airflow/providers/microsoft/azure/__init__.py 
b/airflow/providers/microsoft/azure/__init__.py
index 5726fe6f53..be9b322704 100644
--- a/airflow/providers/microsoft/azure/__init__.py
+++ b/airflow/providers/microsoft/azure/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "6.2.2"
+__version__ = "6.2.3"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/microsoft/azure/provider.yaml 
b/airflow/providers/microsoft/azure/provider.yaml
index a72a201b93..3daf096840 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Microsoft Azure <https://azure.microsoft.com/>`__
 suspended: false
 versions:
+  - 6.2.3
   - 6.2.2
   - 6.2.1
   - 6.2.0
diff --git a/airflow/providers/mysql/CHANGELOG.rst 
b/airflow/providers/mysql/CHANGELOG.rst
index 39dd1bdd98..c592fdc385 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -26,9 +26,18 @@
 Changelog
 ---------
 
+5.2.1
+.....
+
 This release brings back mysql-connector-python as required dependency of the 
provider - since 8.1.0
 version has been released with Protobuf 4 support, removing dependency 
conflicts with other providers.
 
+Misc
+~~~~
+
+* ``Bring back mysql-connector-python as required depednency (#32989)``
+
+
 5.2.0
 .....
 
diff --git a/airflow/providers/mysql/__init__.py 
b/airflow/providers/mysql/__init__.py
index d9523f9a14..4853497de4 100644
--- a/airflow/providers/mysql/__init__.py
+++ b/airflow/providers/mysql/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "5.2.0"
+__version__ = "5.2.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/mysql/provider.yaml 
b/airflow/providers/mysql/provider.yaml
index f565d7cb92..093178df31 100644
--- a/airflow/providers/mysql/provider.yaml
+++ b/airflow/providers/mysql/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 5.2.1
   - 5.2.0
   - 5.1.1
   - 5.1.0
diff --git a/airflow/providers/openlineage/CHANGELOG.rst 
b/airflow/providers/openlineage/CHANGELOG.rst
index a8494511a5..be0462108c 100644
--- a/airflow/providers/openlineage/CHANGELOG.rst
+++ b/airflow/providers/openlineage/CHANGELOG.rst
@@ -26,6 +26,21 @@
 Changelog
 ---------
 
+1.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``openlineage: disable running listener if not configured (#33120)``
+* ``Don't use database as fallback when no schema parsed. (#32959)``
+
+Misc
+~~~~
+
+* ``openlineage, bigquery: add openlineage method support for 
BigQueryExecuteQueryOperator (#31293)``
+* ``Move openlineage configuration to provider (#33124)``
+
 1.0.0
 .....
 
diff --git a/airflow/providers/openlineage/__init__.py 
b/airflow/providers/openlineage/__init__.py
index aaaec9042c..f49c25c9d4 100644
--- a/airflow/providers/openlineage/__init__.py
+++ b/airflow/providers/openlineage/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "1.0.0"
+__version__ = "1.0.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/openlineage/provider.yaml 
b/airflow/providers/openlineage/provider.yaml
index 5c64c9f6c3..0839428e44 100644
--- a/airflow/providers/openlineage/provider.yaml
+++ b/airflow/providers/openlineage/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 1.0.1
   - 1.0.0
 
 dependencies:
diff --git a/airflow/providers/redis/CHANGELOG.rst 
b/airflow/providers/redis/CHANGELOG.rst
index 4799ed26cd..d2da153c53 100644
--- a/airflow/providers/redis/CHANGELOG.rst
+++ b/airflow/providers/redis/CHANGELOG.rst
@@ -27,6 +27,14 @@
 Changelog
 ---------
 
+3.3.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Move redis subscribe to poke() method in Redis Sensor (#32984)``
+
 3.3.0
 .....
 
diff --git a/airflow/providers/redis/__init__.py 
b/airflow/providers/redis/__init__.py
index 59d915cb68..c76cc130a6 100644
--- a/airflow/providers/redis/__init__.py
+++ b/airflow/providers/redis/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "3.3.0"
+__version__ = "3.3.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/redis/provider.yaml 
b/airflow/providers/redis/provider.yaml
index 2169ffdc9c..cb2c85d3c8 100644
--- a/airflow/providers/redis/provider.yaml
+++ b/airflow/providers/redis/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 3.3.1
   - 3.3.0
   - 3.2.1
   - 3.2.0
diff --git a/airflow/providers/smtp/CHANGELOG.rst 
b/airflow/providers/smtp/CHANGELOG.rst
index b9d4872e59..e6eb85a620 100644
--- a/airflow/providers/smtp/CHANGELOG.rst
+++ b/airflow/providers/smtp/CHANGELOG.rst
@@ -27,6 +27,9 @@
 Changelog
 ---------
 
+1.3.0
+.....
+
 In case of SMTP SSL connection, the default context now uses "default" context
 
 The "default" context is Python's ``default_ssl_context`` instead of 
previously used "none". The
@@ -41,6 +44,19 @@ of certificates and allows MITM attacks.
 
 You can also override "ssl_context" per-connection by setting "ssl_context" in 
the connection extra.
 
+Features
+~~~~~~~~
+
+* ``Add possibility to use 'ssl_context' extra for SMTP and IMAP connections 
(#33112)``
+* ``Allows to choose SSL context for SMTP provider (#33075)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+   * ``D205 Support - Providers: Pagerduty to SMTP (inclusive) (#32358)``
+   * ``Remove spurious headers for provider changelogs (#32373)``
+   * ``Improve provider documentation and README structure (#32125)``
+
 1.2.0
 .....
 
diff --git a/airflow/providers/smtp/__init__.py 
b/airflow/providers/smtp/__init__.py
index 9b822281ed..c077bd3a63 100644
--- a/airflow/providers/smtp/__init__.py
+++ b/airflow/providers/smtp/__init__.py
@@ -28,14 +28,16 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "1.2.0"
+__version__ = "1.3.0"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
+    "2.4.0"
+):
     raise RuntimeError(
         f"The package `apache-airflow-providers-smtp:{__version__}` requires 
Apache Airflow 2.4.0+"  # NOQA: E501
     )
diff --git a/airflow/providers/smtp/provider.yaml 
b/airflow/providers/smtp/provider.yaml
index 6132969a2c..e1393cf385 100644
--- a/airflow/providers/smtp/provider.yaml
+++ b/airflow/providers/smtp/provider.yaml
@@ -24,6 +24,7 @@ description: |
 
 suspended: false
 versions:
+  - 1.3.0
   - 1.2.0
   - 1.1.0
   - 1.0.1
diff --git a/airflow/providers/snowflake/CHANGELOG.rst 
b/airflow/providers/snowflake/CHANGELOG.rst
index 0d98366957..31cca60117 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -27,6 +27,14 @@
 Changelog
 ---------
 
+4.4.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix connection parameters of 'SnowflakeValueCheckOperator' (#32605)``
+
 4.4.0
 .....
 
diff --git a/airflow/providers/snowflake/__init__.py 
b/airflow/providers/snowflake/__init__.py
index 9ba9b68102..8aa74c2be8 100644
--- a/airflow/providers/snowflake/__init__.py
+++ b/airflow/providers/snowflake/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
 
 __all__ = ["__version__"]
 
-__version__ = "4.4.0"
+__version__ = "4.4.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/snowflake/provider.yaml 
b/airflow/providers/snowflake/provider.yaml
index 7fa93163fd..c641e986e9 100644
--- a/airflow/providers/snowflake/provider.yaml
+++ b/airflow/providers/snowflake/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
 suspended: false
 versions:
+  - 4.4.1
   - 4.4.0
   - 4.3.1
   - 4.3.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst 
b/docs/apache-airflow-providers-amazon/commits.rst
index f4344335d1..f2a1aff289 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,14 +28,34 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+8.5.0
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=========================================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=========================================================================================================================
+`519d99baee 
<https://github.com/apache/airflow/commit/519d99baee058dfa56f293f94222309c493ba3c4>`_
  2023-08-04   ``Check google provider version in GCSToS3Operator before 
provide match_glob param (#32925)``
+`bbc0968905 
<https://github.com/apache/airflow/commit/bbc096890512ba2212f318558ca1e954ab399657>`_
  2023-08-04   ``openlineage, sagemaker: add missing OpenLineage type signature 
(#33114)``
+`087d14ada2 
<https://github.com/apache/airflow/commit/087d14ada24e87fdf9db58a13acf0f2753191256>`_
  2023-08-03   ``Deferrable mode for Sqs Sensor (#32809)``
+`4e42edb203 
<https://github.com/apache/airflow/commit/4e42edb203a0fa0958830ac3aa56a37b8eb678e8>`_
  2023-08-03   ``Set longer default 'waiter_max_attempts' for deferred 
BatchJobOperator (#33045)``
+`44234c2bf0 
<https://github.com/apache/airflow/commit/44234c2bf05f93a9772b7c9320a69a5c150c1d56>`_
  2023-08-03   ``Add S3Bucket for mypy (#33028)``
+`62f9e68a54 
<https://github.com/apache/airflow/commit/62f9e68a54d1223d169551ed301651cf0068e004>`_
  2023-08-02   ``openlineage, sagemaker: add OpenLineage support for 
SageMaker's Processing, Transform and Training operators (#31816)``
+`86193f5608 
<https://github.com/apache/airflow/commit/86193f560815507b9abf1008c19b133d95c4da9f>`_
  2023-07-31   ``Increase the number of attempts in AWS system test 
'example_rds_export' (#32976)``
+`196d336585 
<https://github.com/apache/airflow/commit/196d3365852452f1651e0091aad1451564da453b>`_
  2023-07-31   ``Add Amazon EventBridge PutRule hook and operator (#32869)``
+`915f9e4060 
<https://github.com/apache/airflow/commit/915f9e40601fbfa3ebcf2fe82ced14191b12ab18>`_
  2023-07-31   ``Add GCS Requester Pays bucket support to GCSToS3Operator 
(#32760)``
+=================================================================================================
  ===========  
=========================================================================================================================
+
 8.4.0
 .....
 
-Latest change: 2023-07-28
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
====================================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
====================================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `ddb685cf26 
<https://github.com/apache/airflow/commit/ddb685cf2669f9debf1a8ed8c6b5204be7071893>`_
  2023-07-28   ``Further limit mypy-boto3-appflow as the fix is not in sight 
(#32927)``
 `25124dfd8b 
<https://github.com/apache/airflow/commit/25124dfd8bccad2385f72cff332fe9deb8d921bc>`_
  2023-07-28   ``Limit Appflow mypy to 1.28.12 as it introduces strange typing 
issue (#32901)``
 `e93460383f 
<https://github.com/apache/airflow/commit/e93460383f287f9b2af4b6bda3ea6ba17ba3c08b>`_
  2023-07-26   ``Move all k8S classes to cncf.kubernetes provider (#32767)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst 
b/docs/apache-airflow-providers-amazon/index.rst
index bdd40f9403..d0098002ea 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -82,7 +82,7 @@ Package apache-airflow-providers-amazon
 Amazon integration (including `Amazon Web Services (AWS) 
<https://aws.amazon.com/>`__).
 
 
-Release: 8.4.0
+Release: 8.5.0
 
 Provider package
 ----------------
@@ -147,6 +147,7 @@ Dependent package
 `apache-airflow-providers-imap 
<https://airflow.apache.org/docs/apache-airflow-providers-imap>`_               
         ``imap``
 `apache-airflow-providers-microsoft-azure 
<https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure>`_  
``microsoft.azure``
 `apache-airflow-providers-mongo 
<https://airflow.apache.org/docs/apache-airflow-providers-mongo>`_              
        ``mongo``
+`apache-airflow-providers-openlineage 
<https://airflow.apache.org/docs/apache-airflow-providers-openlineage>`_        
  ``openlineage``
 `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``
 
======================================================================================================================
  ===================
@@ -157,5 +158,5 @@ Downloading official packages
 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-amazon 8.4.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.4.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.4.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.4.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 8.4.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.4.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.4.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.4.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 8.5.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.5.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.5.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.5.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 8.5.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.5.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.5.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.5.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-apache-drill/commits.rst 
b/docs/apache-airflow-providers-apache-drill/commits.rst
index aa4590d893..057a0771cf 100644
--- a/docs/apache-airflow-providers-apache-drill/commits.rst
+++ b/docs/apache-airflow-providers-apache-drill/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+2.4.3
+.....
+
+Latest change: 2023-08-03
+
+=================================================================================================
  ===========  
=====================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=====================================================================================
+`394a727ac2 
<https://github.com/apache/airflow/commit/394a727ac2c18d58978bf186a7a92923460ec110>`_
  2023-08-03   ``Validate database URL passed to create_engine of Drill hook's 
connection (#33074)``
+=================================================================================================
  ===========  
=====================================================================================
+
 2.4.2
 .....
 
-Latest change: 2023-07-13
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `e01323635a 
<https://github.com/apache/airflow/commit/e01323635a88ecf313a415ea41d32d6d28fa0794>`_
  2023-07-13   ``Add deprecation info to the providers modules and classes 
docstring (#32536)``
 `225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
 `3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
diff --git a/docs/apache-airflow-providers-apache-drill/index.rst 
b/docs/apache-airflow-providers-apache-drill/index.rst
index 82f23cfd89..04323563d4 100644
--- a/docs/apache-airflow-providers-apache-drill/index.rst
+++ b/docs/apache-airflow-providers-apache-drill/index.rst
@@ -76,7 +76,7 @@ Package apache-airflow-providers-apache-drill
 `Apache Drill <https://drill.apache.org/>`__.
 
 
-Release: 2.4.2
+Release: 2.4.3
 
 Provider package
 ----------------
@@ -129,5 +129,5 @@ Downloading official packages
 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-drill 2.4.2 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.4.2.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.4.2.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.4.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-drill 2.4.2 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.4.2-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.4.2-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.4.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-drill 2.4.3 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.4.3.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.4.3.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.4.3.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-drill 2.4.3 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.4.3-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.4.3-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.4.3-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst 
b/docs/apache-airflow-providers-apache-hive/commits.rst
index 2d88bcc244..6a00037125 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+6.1.4
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=====================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=====================================================================
+`108a07b580 
<https://github.com/apache/airflow/commit/108a07b580ca185b5982f2e60deb70f73a1f745a>`_
  2023-08-04   ``Bring back mysql-connector-python as required depednency 
(#32989)``
+=================================================================================================
  ===========  
=====================================================================
+
 6.1.3
 .....
 
-Latest change: 2023-07-24
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  ==============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  ==============================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `0c0b8a3a0e 
<https://github.com/apache/airflow/commit/0c0b8a3a0e7d6f23029f76d3fb0d185cdcc671ec>`_
  2023-07-24   ``Move Hive configuration to Apache Hive provider (#32777)``
 `00aa6ea72c 
<https://github.com/apache/airflow/commit/00aa6ea72c4d72df6c62ac1dda9bb145bece2e1c>`_
  2023-07-21   ``Fix Pandas2 compatibility for Hive (#32752)``
 `60c49ab2df 
<https://github.com/apache/airflow/commit/60c49ab2dfabaf450b80a5c7569743dd383500a6>`_
  2023-07-19   ``Add more accurate typing for DbApiHook.run method (#31846)``
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst 
b/docs/apache-airflow-providers-apache-hive/index.rst
index 40348396b6..545eaf2f01 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -79,7 +79,7 @@ Package apache-airflow-providers-apache-hive
 `Apache Hive <https://hive.apache.org/>`__
 
 
-Release: 6.1.3
+Release: 6.1.4
 
 Provider package
 ----------------
@@ -142,5 +142,5 @@ Downloading official packages
 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-hive 6.1.3 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.1.3.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.1.3.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.1.3.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-hive 6.1.3 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.1.3-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.1.3-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.1.3-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-hive 6.1.4 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.1.4.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.1.4.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.1.4.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-hive 6.1.4 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.1.4-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.1.4-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.1.4-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst 
b/docs/apache-airflow-providers-apache-spark/commits.rst
index 1291f20f8e..3a922e4f3d 100644
--- a/docs/apache-airflow-providers-apache-spark/commits.rst
+++ b/docs/apache-airflow-providers-apache-spark/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+4.1.3
+.....
+
+Latest change: 2023-07-31
+
+=================================================================================================
  ===========  
====================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
====================================================================
+`4f83e831d2 
<https://github.com/apache/airflow/commit/4f83e831d2e6985b6c82b2e0c45673b58ef81074>`_
  2023-07-31   ``Validate conn_prefix in extra field for Spark JDBC hook 
(#32946)``
+=================================================================================================
  ===========  
====================================================================
+
 4.1.2
 .....
 
-Latest change: 2023-07-26
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
===================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
===================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `e93460383f 
<https://github.com/apache/airflow/commit/e93460383f287f9b2af4b6bda3ea6ba17ba3c08b>`_
  2023-07-26   ``Move all k8S classes to cncf.kubernetes provider (#32767)``
 `225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
 `3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
diff --git a/docs/apache-airflow-providers-apache-spark/index.rst 
b/docs/apache-airflow-providers-apache-spark/index.rst
index 300a89e540..c725bb63a5 100644
--- a/docs/apache-airflow-providers-apache-spark/index.rst
+++ b/docs/apache-airflow-providers-apache-spark/index.rst
@@ -76,7 +76,7 @@ Package apache-airflow-providers-apache-spark
 `Apache Spark <https://spark.apache.org/>`__
 
 
-Release: 4.1.2
+Release: 4.1.3
 
 Provider package
 ----------------
@@ -128,5 +128,5 @@ Downloading official packages
 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-spark 4.1.2 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.1.2.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.1.2.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.1.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-spark 4.1.2 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.1.2-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.1.2-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.1.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-spark 4.1.3 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.1.3.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.1.3.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.1.3.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-spark 4.1.3 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.1.3-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.1.3-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.1.3-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-apache-sqoop/changelog.rst 
b/docs/apache-airflow-providers-apache-sqoop/changelog.rst
index 3e7b24a339..fd3cdae638 100644
--- a/docs/apache-airflow-providers-apache-sqoop/changelog.rst
+++ b/docs/apache-airflow-providers-apache-sqoop/changelog.rst
@@ -16,6 +16,4 @@
     specific language governing permissions and limitations
     under the License.
 
-
-
 .. include:: ../../airflow/providers/apache/sqoop/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-sqoop/commits.rst 
b/docs/apache-airflow-providers-apache-sqoop/commits.rst
index 12fde5c0ee..1ea6afbe40 100644
--- a/docs/apache-airflow-providers-apache-sqoop/commits.rst
+++ b/docs/apache-airflow-providers-apache-sqoop/commits.rst
@@ -28,6 +28,22 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+4.0.0
+.....
+
+Latest change: 2023-08-03
+
+=================================================================================================
  ===========  
====================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
====================================================================================================
+`59f5f58e2b 
<https://github.com/apache/airflow/commit/59f5f58e2bfcc8c12b0b44d6c6ce5cfed60b8867>`_
  2023-08-03   ``Validate SqoopHook connection string and disable extra options 
from public hook methods (#33039)``
+`ddcd30e7c7 
<https://github.com/apache/airflow/commit/ddcd30e7c7f5daeab5f74fb3224a4d5e33cec95d>`_
  2023-07-31   ``Validate connection host field for Sqoop connection (#32968)``
+`225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+`3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
+`cb4927a018 
<https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_
  2023-07-05   ``Prepare docs for July 2023 wave of Providers (#32298)``
+`09d4718d3a 
<https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_
  2023-06-27   ``Improve provider documentation and README structure (#32125)``
+=================================================================================================
  ===========  
====================================================================================================
+
 3.2.1
 .....
 
@@ -36,6 +52,7 @@ Latest change: 2023-06-20
 
=================================================================================================
  ===========  ==============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  ==============================================================
+`79bcc2e668 
<https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_
  2023-06-20   ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
 `8b146152d6 
<https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_
  2023-06-20   ``Add note about dropping Python 3.7 for providers (#32015)``
 `13890788ae 
<https://github.com/apache/airflow/commit/13890788ae939328d451daeaea54f493f4aaaa69>`_
  2023-06-07   ``Apache provider docstring improvements (#31730)``
 `a473facf6c 
<https://github.com/apache/airflow/commit/a473facf6c0b36f7d051ecc2d1aa94ba6957468d>`_
  2023-06-01   ``Add D400 pydocstyle check - Apache providers only (#31424)``
diff --git a/docs/apache-airflow-providers-apache-sqoop/index.rst 
b/docs/apache-airflow-providers-apache-sqoop/index.rst
index b855d24edc..c520ce71cf 100644
--- a/docs/apache-airflow-providers-apache-sqoop/index.rst
+++ b/docs/apache-airflow-providers-apache-sqoop/index.rst
@@ -62,7 +62,7 @@ Package apache-airflow-providers-apache-sqoop
 `Apache Sqoop <https://sqoop.apache.org/>`__
 
 
-Release: 3.2.1
+Release: 4.0.0
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-asana/changelog.rst 
b/docs/apache-airflow-providers-asana/changelog.rst
index eba1b4ee7c..ea954af192 100644
--- a/docs/apache-airflow-providers-asana/changelog.rst
+++ b/docs/apache-airflow-providers-asana/changelog.rst
@@ -16,6 +16,4 @@
     specific language governing permissions and limitations
     under the License.
 
-
-
 .. include:: ../../airflow/providers/asana/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-asana/commits.rst 
b/docs/apache-airflow-providers-asana/commits.rst
index 3b0648c4f2..3fff17c9bb 100644
--- a/docs/apache-airflow-providers-asana/commits.rst
+++ b/docs/apache-airflow-providers-asana/commits.rst
@@ -28,6 +28,22 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+2.2.2
+.....
+
+Latest change: 2023-08-01
+
+=================================================================================================
  ===========  
===============================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
===============================================================================
+`679c5b6177 
<https://github.com/apache/airflow/commit/679c5b617752e060d3e9259e9ab12f7696805f39>`_
  2023-08-01   ``Limit Asana Python client until provider is adapted to 4.* 
version (#32995)``
+`225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+`3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
+`cb4927a018 
<https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_
  2023-07-05   ``Prepare docs for July 2023 wave of Providers (#32298)``
+`8c37b74a20 
<https://github.com/apache/airflow/commit/8c37b74a208a808d905c1b86d081d69d7a1aa900>`_
  2023-06-28   ``D205 Support - Providers: Apache to Common (inclusive) 
(#32226)``
+`09d4718d3a 
<https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_
  2023-06-27   ``Improve provider documentation and README structure (#32125)``
+=================================================================================================
  ===========  
===============================================================================
+
 2.2.1
 .....
 
@@ -36,6 +52,7 @@ Latest change: 2023-06-20
 
=================================================================================================
  ===========  =============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  =============================================================
+`79bcc2e668 
<https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_
  2023-06-20   ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
 `8b146152d6 
<https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_
  2023-06-20   ``Add note about dropping Python 3.7 for providers (#32015)``
 `9276310a43 
<https://github.com/apache/airflow/commit/9276310a43d17a9e9e38c2cb83686a15656896b2>`_
  2023-06-05   ``Improve docstrings in providers (#31681)``
 `a59076eaee 
<https://github.com/apache/airflow/commit/a59076eaeed03dd46e749ad58160193b4ef3660c>`_
  2023-06-02   ``Add D400 pydocstyle check - Providers (#31427)``
diff --git a/docs/apache-airflow-providers-asana/index.rst 
b/docs/apache-airflow-providers-asana/index.rst
index 8c901f39c2..2c6ef761d0 100644
--- a/docs/apache-airflow-providers-asana/index.rst
+++ b/docs/apache-airflow-providers-asana/index.rst
@@ -77,7 +77,7 @@ Package apache-airflow-providers-asana
 `Asana <https://app.asana.com/>`__
 
 
-Release: 2.2.1
+Release: 2.2.2
 
 Provider package
 ----------------
@@ -101,5 +101,5 @@ The minimum Apache Airflow version supported by this 
provider package is ``2.4.0
 PIP package         Version required
 ==================  ==================
 ``apache-airflow``  ``>=2.4.0``
-``asana``           ``>=0.10``
+``asana``           ``>=0.10,<4.0.0``
 ==================  ==================
diff --git a/docs/apache-airflow-providers-celery/commits.rst 
b/docs/apache-airflow-providers-celery/commits.rst
index 7330f2cf8e..c364709df8 100644
--- a/docs/apache-airflow-providers-celery/commits.rst
+++ b/docs/apache-airflow-providers-celery/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+3.3.1
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=========================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=========================================================================
+`879fd34e97 
<https://github.com/apache/airflow/commit/879fd34e97a5343e6d2bbf3d5373831b9641b5ad>`_
  2023-08-04   ``aDd documentation generation for CLI commands from executors 
(#33081)``
+`e3d82c6be0 
<https://github.com/apache/airflow/commit/e3d82c6be0e0e1468ade053c37690aa1e0e4882d>`_
  2023-08-04   ``Get rid of Python2 numeric relics (#33050)``
+=================================================================================================
  ===========  
=========================================================================
+
 3.3.0
 .....
 
@@ -36,6 +48,7 @@ Latest change: 2023-07-29
 
=================================================================================================
  ===========  
===================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
===================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `f31af91dbd 
<https://github.com/apache/airflow/commit/f31af91dbd8b98cc4ddb98bed8bbc086ab4b65c9>`_
  2023-07-29   ``Raise original import error in CLI vending of executors 
(#32931)``
 `fcbbf47864 
<https://github.com/apache/airflow/commit/fcbbf47864c251046de108aafdad394d66e1df23>`_
  2023-07-29   ``[AIP-51] Executors vending CLI commands (#29055)``
 `e93460383f 
<https://github.com/apache/airflow/commit/e93460383f287f9b2af4b6bda3ea6ba17ba3c08b>`_
  2023-07-26   ``Move all k8S classes to cncf.kubernetes provider (#32767)``
diff --git a/docs/apache-airflow-providers-celery/index.rst 
b/docs/apache-airflow-providers-celery/index.rst
index af6371aa53..f101e26588 100644
--- a/docs/apache-airflow-providers-celery/index.rst
+++ b/docs/apache-airflow-providers-celery/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-celery
 `Celery <http://www.celeryproject.org/>`__
 
 
-Release: 3.3.0
+Release: 3.3.1
 
 Provider package
 ----------------
@@ -110,5 +110,5 @@ Downloading official packages
 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-celery 3.3.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-celery-3.3.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-celery-3.3.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-celery-3.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-celery 3.3.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.3.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.3.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-celery 3.3.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-celery-3.3.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-celery-3.3.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-celery-3.3.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-celery 3.3.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.3.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.3.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.3.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst 
b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 0e810c87db..74d8f763a0 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,6 +28,23 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+7.4.1
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=======================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=======================================================================================================
+`f4542a30b0 
<https://github.com/apache/airflow/commit/f4542a30b03a9d02f58d03899ee8a5c37d6a3a9a>`_
  2023-08-04   ``Fix waiting the base container when reading the logs of other 
containers (#33127)``
+`4fbbdbc9b1 
<https://github.com/apache/airflow/commit/4fbbdbc9b16650b4f1086804b12dc60b08627356>`_
  2023-08-04   ``Revert "Fix waiting the base container when reading the logs 
of other containers (#33092)" (#33125)``
+`164526d4c7 
<https://github.com/apache/airflow/commit/164526d4c798a72dba3087d71f30f60f60595b0e>`_
  2023-08-04   ``Consider custom pod labels on pod finding process on 
'KubernetesPodOperator' (#33057)``
+`d31c77510c 
<https://github.com/apache/airflow/commit/d31c77510cc9141011c65c513d9f07580c639717>`_
  2023-08-04   ``Fix waiting the base container when reading the logs of other 
containers (#33092)``
+`900ad8c190 
<https://github.com/apache/airflow/commit/900ad8c1907d3342ba1777ad99db37a0d3f5d61a>`_
  2023-08-04   ``Fix: Configurable Docker image of 'xcom_sidecar' (#32858)``
+`879fd34e97 
<https://github.com/apache/airflow/commit/879fd34e97a5343e6d2bbf3d5373831b9641b5ad>`_
  2023-08-04   ``aDd documentation generation for CLI commands from executors 
(#33081)``
+`f83d63ea54 
<https://github.com/apache/airflow/commit/f83d63ea54df788b472941c07dce4301fc0f1c91>`_
  2023-08-04   ``Fix 'KubernetesPodOperator' sub classes default container_logs 
(#33090)``
+=================================================================================================
  ===========  
=======================================================================================================
+
 7.4.0
 .....
 
@@ -36,6 +53,7 @@ Latest change: 2023-07-29
 
=================================================================================================
  ===========  
==================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
==================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `bcc7856b80 
<https://github.com/apache/airflow/commit/bcc7856b80ee6f48de0395089b89424cf4b1c98a>`_
  2023-07-29   ``Add 'termination_message_policy' parameter to 
'KubernetesPodOperator' (#32885)``
 `f31af91dbd 
<https://github.com/apache/airflow/commit/f31af91dbd8b98cc4ddb98bed8bbc086ab4b65c9>`_
  2023-07-29   ``Raise original import error in CLI vending of executors 
(#32931)``
 `fcbbf47864 
<https://github.com/apache/airflow/commit/fcbbf47864c251046de108aafdad394d66e1df23>`_
  2023-07-29   ``[AIP-51] Executors vending CLI commands (#29055)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst 
b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 61ce4fb714..6df0023cf9 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -79,7 +79,7 @@ Package apache-airflow-providers-cncf-kubernetes
 `Kubernetes <https://kubernetes.io/>`__
 
 
-Release: 7.4.0
+Release: 7.4.1
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst 
b/docs/apache-airflow-providers-common-sql/commits.rst
index 119948166b..0f807173ee 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+1.6.2
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
================================================================================
+`cfac7d379f 
<https://github.com/apache/airflow/commit/cfac7d379f43d8d15da65cae8620322dfd0043d6>`_
  2023-08-04   ``Make SQLExecute Query signature consistent with other SQL 
operators (#32974)``
+`e3d82c6be0 
<https://github.com/apache/airflow/commit/e3d82c6be0e0e1468ade053c37690aa1e0e4882d>`_
  2023-08-04   ``Get rid of Python2 numeric relics (#33050)``
+=================================================================================================
  ===========  
================================================================================
+
 1.6.1
 .....
 
-Latest change: 2023-07-25
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
=======================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
=======================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `ce2841bf6a 
<https://github.com/apache/airflow/commit/ce2841bf6ab609f31cb04aea9a39473de281bf24>`_
  2023-07-25   ``Add default port to Openlineage authority method. (#32828)``
 `60c49ab2df 
<https://github.com/apache/airflow/commit/60c49ab2dfabaf450b80a5c7569743dd383500a6>`_
  2023-07-19   ``Add more accurate typing for DbApiHook.run method (#31846)``
 `ef0ed1aacc 
<https://github.com/apache/airflow/commit/ef0ed1aacc208be9e52a35211d2beaefb735173a>`_
  2023-07-06   ``Fix local OpenLineage import in 'SQLExecuteQueryOperator'. 
(#32400)``
diff --git a/docs/apache-airflow-providers-common-sql/index.rst 
b/docs/apache-airflow-providers-common-sql/index.rst
index 5db01da351..8c8f883b81 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -76,7 +76,7 @@ Package apache-airflow-providers-common-sql
 `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
 
 
-Release: 1.6.1
+Release: 1.6.2
 
 Provider package
 ----------------
@@ -128,5 +128,5 @@ Downloading official packages
 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-common-sql 1.6.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-common-sql-1.6.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-common-sql-1.6.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-common-sql-1.6.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-common-sql 1.6.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.6.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.6.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.6.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-common-sql 1.6.2 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-common-sql-1.6.2.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-common-sql-1.6.2.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-common-sql-1.6.2.tar.gz.sha512>`__)
+* `The apache-airflow-providers-common-sql 1.6.2 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.6.2-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.6.2-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.6.2-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-docker/changelog.rst 
b/docs/apache-airflow-providers-docker/changelog.rst
index 606d636484..c5f654455e 100644
--- a/docs/apache-airflow-providers-docker/changelog.rst
+++ b/docs/apache-airflow-providers-docker/changelog.rst
@@ -16,6 +16,4 @@
     specific language governing permissions and limitations
     under the License.
 
-
-
 .. include:: ../../airflow/providers/docker/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-docker/commits.rst 
b/docs/apache-airflow-providers-docker/commits.rst
index 521f9a4cb0..004d9f1e63 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,6 +28,22 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+3.7.2
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=======================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=======================================================================
+`e3d82c6be0 
<https://github.com/apache/airflow/commit/e3d82c6be0e0e1468ade053c37690aa1e0e4882d>`_
  2023-08-04   ``Get rid of Python2 numeric relics (#33050)``
+`225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+`3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
+`cb4927a018 
<https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_
  2023-07-05   ``Prepare docs for July 2023 wave of Providers (#32298)``
+`d1aa509bbd 
<https://github.com/apache/airflow/commit/d1aa509bbd1941ceb3fe31789efeebbddd58d32f>`_
  2023-06-28   ``D205 Support - Providers: Databricks to Github (inclusive) 
(#32243)``
+`09d4718d3a 
<https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_
  2023-06-27   ``Improve provider documentation and README structure (#32125)``
+=================================================================================================
  ===========  
=======================================================================
+
 3.7.1
 .....
 
@@ -36,6 +52,7 @@ Latest change: 2023-06-20
 
=================================================================================================
  ===========  =============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  =============================================================
+`79bcc2e668 
<https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_
  2023-06-20   ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
 `8b146152d6 
<https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_
  2023-06-20   ``Add note about dropping Python 3.7 for providers (#32015)``
 `07ea574fed 
<https://github.com/apache/airflow/commit/07ea574fed5d56ca9405ee9e47828841289e3a3c>`_
  2023-06-07   ``Add D400 pydocstyle check (#31742)``
 `9276310a43 
<https://github.com/apache/airflow/commit/9276310a43d17a9e9e38c2cb83686a15656896b2>`_
  2023-06-05   ``Improve docstrings in providers (#31681)``
diff --git a/docs/apache-airflow-providers-docker/index.rst 
b/docs/apache-airflow-providers-docker/index.rst
index 6ba54a0eb2..7ca10f314b 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -70,7 +70,7 @@ Package apache-airflow-providers-docker
 `Docker <https://docs.docker.com/install/>`__
 
 
-Release: 3.7.1
+Release: 3.7.2
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-ftp/changelog.rst 
b/docs/apache-airflow-providers-ftp/changelog.rst
index 6dd0771a97..16eb619bb2 100644
--- a/docs/apache-airflow-providers-ftp/changelog.rst
+++ b/docs/apache-airflow-providers-ftp/changelog.rst
@@ -16,6 +16,4 @@
     specific language governing permissions and limitations
     under the License.
 
-
-
 .. include:: ../../airflow/providers/ftp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ftp/commits.rst 
b/docs/apache-airflow-providers-ftp/commits.rst
index 61396d3a99..ae7d09d4dc 100644
--- a/docs/apache-airflow-providers-ftp/commits.rst
+++ b/docs/apache-airflow-providers-ftp/commits.rst
@@ -28,6 +28,22 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+3.5.0
+.....
+
+Latest change: 2023-07-30
+
+=================================================================================================
  ===========  
==================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
==================================================================================
+`e1dd9b5cd2 
<https://github.com/apache/airflow/commit/e1dd9b5cd2c5b19aec152f097709c7de02c42f34>`_
  2023-07-30   ``openlineage, ftp: add OpenLineage support for 
FTPFileTransferOperator (#31354)``
+`225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+`3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
+`cb4927a018 
<https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_
  2023-07-05   ``Prepare docs for July 2023 wave of Providers (#32298)``
+`d1aa509bbd 
<https://github.com/apache/airflow/commit/d1aa509bbd1941ceb3fe31789efeebbddd58d32f>`_
  2023-06-28   ``D205 Support - Providers: Databricks to Github (inclusive) 
(#32243)``
+`09d4718d3a 
<https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_
  2023-06-27   ``Improve provider documentation and README structure (#32125)``
+=================================================================================================
  ===========  
==================================================================================
+
 3.4.2
 .....
 
@@ -36,6 +52,7 @@ Latest change: 2023-06-20
 
=================================================================================================
  ===========  =============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  =============================================================
+`79bcc2e668 
<https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_
  2023-06-20   ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
 `8b146152d6 
<https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_
  2023-06-20   ``Add note about dropping Python 3.7 for providers (#32015)``
 `a59076eaee 
<https://github.com/apache/airflow/commit/a59076eaeed03dd46e749ad58160193b4ef3660c>`_
  2023-06-02   ``Add D400 pydocstyle check - Providers (#31427)``
 `9fa75aaf7a 
<https://github.com/apache/airflow/commit/9fa75aaf7a391ebf0e6b6949445c060f6de2ceb9>`_
  2023-05-29   ``Remove Python 3.7 support (#30963)``
diff --git a/docs/apache-airflow-providers-ftp/index.rst 
b/docs/apache-airflow-providers-ftp/index.rst
index bc490af326..8333ac326e 100644
--- a/docs/apache-airflow-providers-ftp/index.rst
+++ b/docs/apache-airflow-providers-ftp/index.rst
@@ -84,7 +84,7 @@ Package apache-airflow-providers-ftp
 `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
 
 
-Release: 3.4.2
+Release: 3.5.0
 
 Provider package
 ----------------
@@ -109,3 +109,31 @@ PIP package         Version required
 ==================  ==================
 ``apache-airflow``  ``>=2.4.0``
 ==================  ==================
+
+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-ftp[openlineage]
+
+
+==============================================================================================================
  ===============
+Dependent package                                                              
                                 Extra
+==============================================================================================================
  ===============
+`apache-airflow-providers-openlineage 
<https://airflow.apache.org/docs/apache-airflow-providers-openlineage>`_  
``openlineage``
+==============================================================================================================
  ===============
+
+Downloading official packages
+-----------------------------
+
+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-ftp 3.5.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.5.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.5.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.5.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-ftp 3.5.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.5.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.5.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.5.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-google/commits.rst 
b/docs/apache-airflow-providers-google/commits.rst
index 917c79eeb6..0e7cda57c8 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,6 +35,25 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+10.6.0
+......
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
===================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
===================================================================================================
+`e10aa6ae6a 
<https://github.com/apache/airflow/commit/e10aa6ae6ad07830cbf5ec59d977654c52012c22>`_
  2023-08-04   ``openlineage, bigquery: add openlineage method support for 
BigQueryExecuteQueryOperator (#31293)``
+`e3d82c6be0 
<https://github.com/apache/airflow/commit/e3d82c6be0e0e1468ade053c37690aa1e0e4882d>`_
  2023-08-04   ``Get rid of Python2 numeric relics (#33050)``
+`1ea7ae809b 
<https://github.com/apache/airflow/commit/1ea7ae809bf0b8d1c8edf97e4d456b3753a1feca>`_
  2023-08-03   ``Refactor of links in Dataproc. (#31895)``
+`d9121a7b9e 
<https://github.com/apache/airflow/commit/d9121a7b9e3d2456c1c3cd9c09d8404501a360c8>`_
  2023-08-02   ``Fix 'DataFusionAsyncHook' catch 404 (#32855)``
+`0c894dbb24 
<https://github.com/apache/airflow/commit/0c894dbb24ad9ad90dcb10c81269ccc056789dc3>`_
  2023-08-02   ``Handle multiple connections using exceptions (#32365)``
+`915f9e4060 
<https://github.com/apache/airflow/commit/915f9e40601fbfa3ebcf2fe82ced14191b12ab18>`_
  2023-07-31   ``Add GCS Requester Pays bucket support to GCSToS3Operator 
(#32760)``
+`f9cddf332d 
<https://github.com/apache/airflow/commit/f9cddf332db712ce2121d355dd94c78b392a7bb9>`_
  2023-07-31   ``openlineage,gcs: use proper name for openlineage methods 
(#32956)``
+`ce5eebd004 
<https://github.com/apache/airflow/commit/ce5eebd00403beabc23b4f0b4bedba5b5c397c42>`_
  2023-07-31   ``Fix system test for MetastoreHivePartitionSensor (#32861)``
+`c422920c6e 
<https://github.com/apache/airflow/commit/c422920c6ef9ac2cceb0369cd0ec0989887688d9>`_
  2023-07-31   ``Add system test and docs for 
CloudDataTransferServiceGCSToGCSOperator (#32960)``
+=================================================================================================
  ===========  
===================================================================================================
+
 10.5.0
 ......
 
@@ -43,6 +62,7 @@ Latest change: 2023-07-29
 
=================================================================================================
  ===========  
=======================================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
=======================================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `81b85ebcbd 
<https://github.com/apache/airflow/commit/81b85ebcbd241e1909793d7480aabc81777b225c>`_
  2023-07-29   ``Fix 'BigQueryInsertJobOperator' not exiting deferred state 
(#31591)``
 `9d68492f87 
<https://github.com/apache/airflow/commit/9d68492f875464f505afef2ecd81a28d8e4922b8>`_
  2023-07-27   ``misc: update MLEngine system tests (#32881)``
 `b73366799d 
<https://github.com/apache/airflow/commit/b73366799d98195a5ccc49a2008932186c4763b5>`_
  2023-07-27   ``openlineage, gcs: add openlineage methods for GcsToGcsOperator 
(#31350)``
diff --git a/docs/apache-airflow-providers-google/index.rst 
b/docs/apache-airflow-providers-google/index.rst
index 3e42d12ab4..a7c93b3846 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -87,7 +87,7 @@ Google services including:
   - `Google Workspace <https://workspace.google.com/>`__ (formerly Google 
Suite)
 
 
-Release: 10.5.0
+Release: 10.6.0
 
 Provider package
 ----------------
@@ -133,7 +133,7 @@ PIP package                              Version required
 ``google-cloud-dataform``                ``>=0.5.0``
 ``google-cloud-dataplex``                ``>=1.4.2``
 ``google-cloud-dataproc``                ``>=5.4.0``
-``google-cloud-dataproc-metastore``      ``>=1.10.0``
+``google-cloud-dataproc-metastore``      ``>=1.12.0``
 ``google-cloud-dlp``                     ``>=3.12.0``
 ``google-cloud-kms``                     ``>=2.15.0``
 ``google-cloud-language``                ``>=2.9.0``
@@ -208,5 +208,5 @@ Downloading official packages
 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 10.5.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.5.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.5.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.5.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 10.5.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.5.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.5.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.5.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 10.6.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.6.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.6.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.6.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 10.6.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.6.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.6.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.6.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-imap/changelog.rst 
b/docs/apache-airflow-providers-imap/changelog.rst
index cd51a78728..6772d0227c 100644
--- a/docs/apache-airflow-providers-imap/changelog.rst
+++ b/docs/apache-airflow-providers-imap/changelog.rst
@@ -16,6 +16,4 @@
     specific language governing permissions and limitations
     under the License.
 
-
-
 .. include:: ../../airflow/providers/imap/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-imap/commits.rst 
b/docs/apache-airflow-providers-imap/commits.rst
index e61ba8b85a..2178534cef 100644
--- a/docs/apache-airflow-providers-imap/commits.rst
+++ b/docs/apache-airflow-providers-imap/commits.rst
@@ -28,6 +28,23 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+3.3.0
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=====================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=====================================================================================
+`cf7e0c5aa5 
<https://github.com/apache/airflow/commit/cf7e0c5aa5ccc7b8a3963b14eadde0c8bc7c4eb7>`_
  2023-08-04   ``Add possibility to use 'ssl_context' extra for SMTP and IMAP 
connections (#33112)``
+`52ca7bfc98 
<https://github.com/apache/airflow/commit/52ca7bfc988f4c9b608f544bc3e9524fd6564639>`_
  2023-08-04   ``Allows to choose SSL context for IMAP provider (#33108)``
+`225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+`3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
+`cb4927a018 
<https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_
  2023-07-05   ``Prepare docs for July 2023 wave of Providers (#32298)``
+`1240dcc167 
<https://github.com/apache/airflow/commit/1240dcc167c4b47331db81deff61fc688df118c2>`_
  2023-07-05   ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)``
+`09d4718d3a 
<https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_
  2023-06-27   ``Improve provider documentation and README structure (#32125)``
+=================================================================================================
  ===========  
=====================================================================================
+
 3.2.2
 .....
 
@@ -36,6 +53,7 @@ Latest change: 2023-06-20
 
=================================================================================================
  ===========  =============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  =============================================================
+`79bcc2e668 
<https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_
  2023-06-20   ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
 `8b146152d6 
<https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_
  2023-06-20   ``Add note about dropping Python 3.7 for providers (#32015)``
 
=================================================================================================
  ===========  =============================================================
 
diff --git a/docs/apache-airflow-providers-imap/index.rst 
b/docs/apache-airflow-providers-imap/index.rst
index 60f86f1ece..58df986de8 100644
--- a/docs/apache-airflow-providers-imap/index.rst
+++ b/docs/apache-airflow-providers-imap/index.rst
@@ -63,7 +63,7 @@ Package apache-airflow-providers-imap
 `Internet Message Access Protocol (IMAP) 
<https://tools.ietf.org/html/rfc3501>`__
 
 
-Release: 3.2.2
+Release: 3.3.0
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst 
b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 6af7e36d70..e578153dd9 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+6.2.3
+.....
+
+Latest change: 2023-08-03
+
+=================================================================================================
  ===========  
==============================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
==============================================================================
+`a069965df8 
<https://github.com/apache/airflow/commit/a069965df84273c65e23d1fda9ffa47a58ed6732>`_
  2023-08-03   ``Add issue link for TODO wrt Azure integration pinned 
dependencies (#33064)``
+`fea8c9024f 
<https://github.com/apache/airflow/commit/fea8c9024f3930aeba6bcf95d346fefd3ca8a016>`_
  2023-08-02   ``Delete azure cosmos DB sensor example_dag (#32906)``
+`df74553ec4 
<https://github.com/apache/airflow/commit/df74553ec484ad729fcd75ccbc1f5f18e7f34dc8>`_
  2023-08-02   ``Refactor account_url use in WasbHook (#32980)``
+=================================================================================================
  ===========  
==============================================================================
+
 6.2.2
 .....
 
-Latest change: 2023-07-23
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `42b4b43c4c 
<https://github.com/apache/airflow/commit/42b4b43c4c2ccf0b6e7eaa105c982df495768d01>`_
  2023-07-23   ``Add Redis task handler (#31855)``
 `e01323635a 
<https://github.com/apache/airflow/commit/e01323635a88ecf313a415ea41d32d6d28fa0794>`_
  2023-07-13   ``Add deprecation info to the providers modules and classes 
docstring (#32536)``
 
=================================================================================================
  ===========  
================================================================================
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst 
b/docs/apache-airflow-providers-microsoft-azure/index.rst
index e8726911c2..6ebcc396d0 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -81,7 +81,7 @@ Package apache-airflow-providers-microsoft-azure
 `Microsoft Azure <https://azure.microsoft.com/>`__
 
 
-Release: 6.2.2
+Release: 6.2.3
 
 Provider package
 ----------------
@@ -151,5 +151,5 @@ Downloading official packages
 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-microsoft-azure 6.2.2 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.2.2.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.2.2.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.2.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 6.2.2 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.2.2-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.2.2-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.2.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 6.2.3 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.2.3.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.2.3.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.2.3.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 6.2.3 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.2.3-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.2.3-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.2.3-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-mysql/commits.rst 
b/docs/apache-airflow-providers-mysql/commits.rst
index f006d7af25..df8f7d2c1e 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+5.2.1
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=====================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=====================================================================
+`108a07b580 
<https://github.com/apache/airflow/commit/108a07b580ca185b5982f2e60deb70f73a1f745a>`_
  2023-08-04   ``Bring back mysql-connector-python as required depednency 
(#32989)``
+=================================================================================================
  ===========  
=====================================================================
+
 5.2.0
 .....
 
-Latest change: 2023-07-25
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `ce2841bf6a 
<https://github.com/apache/airflow/commit/ce2841bf6ab609f31cb04aea9a39473de281bf24>`_
  2023-07-25   ``Add default port to Openlineage authority method. (#32828)``
 `98a999034c 
<https://github.com/apache/airflow/commit/98a999034cab576b001340c9274ed293dcfce2cd>`_
  2023-07-21   ``Add OpenLineage support for MySQL. (#31609)``
 `e01323635a 
<https://github.com/apache/airflow/commit/e01323635a88ecf313a415ea41d32d6d28fa0794>`_
  2023-07-13   ``Add deprecation info to the providers modules and classes 
docstring (#32536)``
diff --git a/docs/apache-airflow-providers-mysql/index.rst 
b/docs/apache-airflow-providers-mysql/index.rst
index f278ebb609..28531cdd92 100644
--- a/docs/apache-airflow-providers-mysql/index.rst
+++ b/docs/apache-airflow-providers-mysql/index.rst
@@ -77,7 +77,7 @@ Package apache-airflow-providers-mysql
 `MySQL <https://www.mysql.com/products/>`__
 
 
-Release: 5.2.0
+Release: 5.2.1
 
 Provider package
 ----------------
@@ -103,6 +103,7 @@ PIP package                              Version required
 ``apache-airflow``                       ``>=2.4.0``
 ``apache-airflow-providers-common-sql``  ``>=1.3.1``
 ``mysqlclient``                          ``>=1.3.6``
+``mysql-connector-python``               ``>=8.0.11``
 =======================================  ==================
 
 Cross provider package dependencies
@@ -135,5 +136,5 @@ Downloading official packages
 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-mysql 5.2.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.2.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.2.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.2.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-mysql 5.2.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.2.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.2.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.2.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-mysql 5.2.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.2.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.2.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.2.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-mysql 5.2.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.2.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.2.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.2.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-openlineage/commits.rst 
b/docs/apache-airflow-providers-openlineage/commits.rst
index f633d720a6..ecd798fb53 100644
--- a/docs/apache-airflow-providers-openlineage/commits.rst
+++ b/docs/apache-airflow-providers-openlineage/commits.rst
@@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+1.0.1
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
===================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
===================================================================================================
+`bdc10a5ff6 
<https://github.com/apache/airflow/commit/bdc10a5ff6fea0fd968345fd4a9b732be49b9761>`_
  2023-08-04   ``Move openlineage configuration to provider (#33124)``
+`11ff650e1b 
<https://github.com/apache/airflow/commit/11ff650e1b122aadebcea462adfae5492a76ed94>`_
  2023-08-04   ``openlineage: disable running listener if not configured 
(#33120)``
+`e10aa6ae6a 
<https://github.com/apache/airflow/commit/e10aa6ae6ad07830cbf5ec59d977654c52012c22>`_
  2023-08-04   ``openlineage, bigquery: add openlineage method support for 
BigQueryExecuteQueryOperator (#31293)``
+`2a39914cbd 
<https://github.com/apache/airflow/commit/2a39914cbd091fb7b19de80197afcaf82c8ec240>`_
  2023-08-01   ``Don't use database as fallback when no schema parsed. 
(#32959)``
+=================================================================================================
  ===========  
===================================================================================================
+
 1.0.0
 .....
 
-Latest change: 2023-07-28
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
===============================================================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
===============================================================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `0924389a87 
<https://github.com/apache/airflow/commit/0924389a877c5461733ef8a048e860b951d81a56>`_
  2023-07-28   ``Fix MIN_AIRFLOW_VERSION_EXCEPTIONS for openlineage (#32909)``
 `5c8223c335 
<https://github.com/apache/airflow/commit/5c8223c33598f06820aa215f2cd07760ccbb063e>`_
  2023-07-28   ``Bump common-sql version in  provider (#32907)``
 `8a0f410010 
<https://github.com/apache/airflow/commit/8a0f410010cc39ce8d31ee7b64a352fbd2ad19ef>`_
  2023-07-28   ``Update openlineage provider to min version of airflow 2.7.0 
(#32882)``
diff --git a/docs/apache-airflow-providers-openlineage/index.rst 
b/docs/apache-airflow-providers-openlineage/index.rst
index 221fd99df0..5d6c006d4e 100644
--- a/docs/apache-airflow-providers-openlineage/index.rst
+++ b/docs/apache-airflow-providers-openlineage/index.rst
@@ -90,7 +90,7 @@ Package apache-airflow-providers-openlineage
 `OpenLineage <https://openlineage.io/>`__
 
 
-Release: 1.0.0
+Release: 1.0.1
 
 Provider package
 ----------------
@@ -145,5 +145,5 @@ Downloading official packages
 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-openlineage 1.0.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.0.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.0.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-openlineage 1.0.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.0.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.0.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-openlineage 1.0.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.0.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.0.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.0.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-openlineage 1.0.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.0.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.0.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.0.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-redis/commits.rst 
b/docs/apache-airflow-providers-redis/commits.rst
index 50c9e42f8b..db748acd53 100644
--- a/docs/apache-airflow-providers-redis/commits.rst
+++ b/docs/apache-airflow-providers-redis/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+3.3.1
+.....
+
+Latest change: 2023-08-01
+
+=================================================================================================
  ===========  
==================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
==================================================================
+`17a3dd4135 
<https://github.com/apache/airflow/commit/17a3dd41355c29ed55fcf449b3b7002d4085e9bb>`_
  2023-08-01   ``Move redis subscribe to poke() method in Redis Sensor 
(#32984)``
+=================================================================================================
  ===========  
==================================================================
+
 3.3.0
 .....
 
-Latest change: 2023-07-23
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  ================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  ================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `42b4b43c4c 
<https://github.com/apache/airflow/commit/42b4b43c4c2ccf0b6e7eaa105c982df495768d01>`_
  2023-07-23   ``Add Redis task handler (#31855)``
 `225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
 `3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
diff --git a/docs/apache-airflow-providers-redis/index.rst 
b/docs/apache-airflow-providers-redis/index.rst
index 2bd6194451..d749274e1f 100644
--- a/docs/apache-airflow-providers-redis/index.rst
+++ b/docs/apache-airflow-providers-redis/index.rst
@@ -76,7 +76,7 @@ Package apache-airflow-providers-redis
 `Redis <https://redis.io/>`__
 
 
-Release: 3.3.0
+Release: 3.3.1
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-smtp/changelog.rst 
b/docs/apache-airflow-providers-smtp/changelog.rst
index d602eb0610..63453c500a 100644
--- a/docs/apache-airflow-providers-smtp/changelog.rst
+++ b/docs/apache-airflow-providers-smtp/changelog.rst
@@ -16,6 +16,4 @@
     specific language governing permissions and limitations
     under the License.
 
-
-
 .. include:: ../../airflow/providers/smtp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-smtp/commits.rst 
b/docs/apache-airflow-providers-smtp/commits.rst
index 5df116adbf..c643bbbcba 100644
--- a/docs/apache-airflow-providers-smtp/commits.rst
+++ b/docs/apache-airflow-providers-smtp/commits.rst
@@ -28,6 +28,22 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+1.3.0
+.....
+
+Latest change: 2023-08-04
+
+=================================================================================================
  ===========  
=====================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=====================================================================================
+`cf7e0c5aa5 
<https://github.com/apache/airflow/commit/cf7e0c5aa5ccc7b8a3963b14eadde0c8bc7c4eb7>`_
  2023-08-04   ``Add possibility to use 'ssl_context' extra for SMTP and IMAP 
connections (#33112)``
+`e20325db38 
<https://github.com/apache/airflow/commit/e20325db38fdfdd9db423a345b13d18aab6fe578>`_
  2023-08-04   ``Allows to choose SSL context for SMTP provider (#33075)``
+`225e3041d2 
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
+`e45bee8840 
<https://github.com/apache/airflow/commit/e45bee884068399e7265421511e17fed106ce5b4>`_
  2023-07-05   ``D205 Support - Providers: Pagerduty to SMTP (inclusive) 
(#32358)``
+`3878fe6fab 
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
  2023-07-05   ``Remove spurious headers for provider changelogs (#32373)``
+`09d4718d3a 
<https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_
  2023-06-27   ``Improve provider documentation and README structure (#32125)``
+=================================================================================================
  ===========  
=====================================================================================
+
 1.2.0
 .....
 
@@ -36,6 +52,7 @@ Latest change: 2023-06-20
 
=================================================================================================
  ===========  =============================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  =============================================================
+`79bcc2e668 
<https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_
  2023-06-20   ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
 `8b146152d6 
<https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_
  2023-06-20   ``Add note about dropping Python 3.7 for providers (#32015)``
 `b7796895cb 
<https://github.com/apache/airflow/commit/b7796895cb41d8e5e79e6d8eee150b11d8c302a7>`_
  2023-06-07   ``Fix ruff static check (#31762)``
 `cce4ca5505 
<https://github.com/apache/airflow/commit/cce4ca55058b605d19841bb9d43043f0d45665cb>`_
  2023-06-07   ``Add notifier for Smtp (#31359)``
diff --git a/docs/apache-airflow-providers-smtp/index.rst 
b/docs/apache-airflow-providers-smtp/index.rst
index f188d1d08a..f0792d650b 100644
--- a/docs/apache-airflow-providers-smtp/index.rst
+++ b/docs/apache-airflow-providers-smtp/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-smtp
 `Simple Mail Transfer Protocol (SMTP) <https://tools.ietf.org/html/rfc5321>`__
 
 
-Release: 1.2.0
+Release: 1.3.0
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst 
b/docs/apache-airflow-providers-snowflake/commits.rst
index 43f0538ea6..4d54f90efa 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+4.4.1
+.....
+
+Latest change: 2023-07-31
+
+=================================================================================================
  ===========  
=======================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=======================================================================
+`2ab78ec441 
<https://github.com/apache/airflow/commit/2ab78ec441a748ae4d99e429fe336b80a601d7b1>`_
  2023-07-31   ``Fix connection parameters of 'SnowflakeValueCheckOperator' 
(#32605)``
+=================================================================================================
  ===========  
=======================================================================
+
 4.4.0
 .....
 
-Latest change: 2023-07-21
+Latest change: 2023-07-29
 
 
=================================================================================================
  ===========  
================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
================================================================================
+`d06b7af69a 
<https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_
  2023-07-29   ``Prepare docs for July 2023 3rd wave of Providers (#32875)``
 `5b082c38a6 
<https://github.com/apache/airflow/commit/5b082c38a66b1a0b6b496e0d3b15a6684339e1d1>`_
  2023-07-21   ``openlineage, snowflake: add OpenLineage support for Snowflake 
(#31696)``
 `60c49ab2df 
<https://github.com/apache/airflow/commit/60c49ab2dfabaf450b80a5c7569743dd383500a6>`_
  2023-07-19   ``Add more accurate typing for DbApiHook.run method (#31846)``
 `e01323635a 
<https://github.com/apache/airflow/commit/e01323635a88ecf313a415ea41d32d6d28fa0794>`_
  2023-07-13   ``Add deprecation info to the providers modules and classes 
docstring (#32536)``
diff --git a/docs/apache-airflow-providers-snowflake/index.rst 
b/docs/apache-airflow-providers-snowflake/index.rst
index de3273fe67..d6e5d255fe 100644
--- a/docs/apache-airflow-providers-snowflake/index.rst
+++ b/docs/apache-airflow-providers-snowflake/index.rst
@@ -77,7 +77,7 @@ Package apache-airflow-providers-snowflake
 `Snowflake <https://www.snowflake.com/>`__
 
 
-Release: 4.4.0
+Release: 4.4.1
 
 Provider package
 ----------------
@@ -133,5 +133,5 @@ Downloading official packages
 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-snowflake 4.4.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.4.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.4.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.4.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-snowflake 4.4.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.4.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.4.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.4.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-snowflake 4.4.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.4.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.4.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.4.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-snowflake 4.4.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.4.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.4.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.4.1-py3-none-any.whl.sha512>`__)

Reply via email to