Prepare docs 1st wave of Providers November 2023 (#35537)

* Prepare docs 1st wave of Providers November 2023

* fix static checks

* fix yandex
diff --git a/airflow/providers/airbyte/.latest-doc-only-change.txt b/airflow/providers/airbyte/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/airbyte/.latest-doc-only-change.txt
+++ b/airflow/providers/airbyte/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/alibaba/.latest-doc-only-change.txt b/airflow/providers/alibaba/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/alibaba/.latest-doc-only-change.txt
+++ b/airflow/providers/alibaba/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 6a0b985..b06deb4 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -26,6 +26,42 @@
 Changelog
 ---------
 
+8.11.0
+......
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+
+* ``Add support for anonymous access to s3 buckets for objectstorage (#35273)``
+* ``ECS Executor Health Check (#35412)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix AWS RDS hook's DB instance state check (#34773)``
+* ``Fix parameter syntax in Amazon docstrings (#35349)``
+* ``Improve error handling in AWS Links (#35518)``
+* ``Update ECS executor healthcheck with a catchall except (#35512)``
+
+Misc
+~~~~
+
+* ``Move ECS Executor to its own file (#35418)``
+* ``Clarify "task" in ECS Executor log messages (#35304)``
+* ``Make optional 'output_location' attribute in 'AthenaOperator' (#35265)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Add verificationy that provider docs are as expected (#35424)``
+   * ``Work around typing issue in examples and providers (#35494)``
+   * ``Improve docs on objectstorage (#35294)``
+
+
 8.10.0
 ......
 
diff --git a/airflow/providers/amazon/__init__.py b/airflow/providers/amazon/__init__.py
index 905a128..aec0c6d 100644
--- a/airflow/providers/amazon/__init__.py
+++ b/airflow/providers/amazon/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "8.10.0"
+__version__ = "8.11.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index 24aa502..3b35752 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 8.11.0
   - 8.10.0
   - 8.9.0
   - 8.8.0
diff --git a/airflow/providers/apache/beam/.latest-doc-only-change.txt b/airflow/providers/apache/beam/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/beam/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/beam/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
index 14a9c1e..88c4396 100644
--- a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
@@ -1 +1 @@
-c645d8e40c167ea1f6c332cdc3ea0ca5a9363205
+63cc915cd38a5034df6bf9c618e12f8690eeade0
diff --git a/airflow/providers/apache/drill/.latest-doc-only-change.txt b/airflow/providers/apache/drill/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/drill/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/drill/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/druid/.latest-doc-only-change.txt b/airflow/providers/apache/druid/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/druid/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/druid/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/flink/.latest-doc-only-change.txt b/airflow/providers/apache/flink/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/flink/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/flink/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/hdfs/.latest-doc-only-change.txt b/airflow/providers/apache/hdfs/.latest-doc-only-change.txt
index 35efaa4..c6a8917 100644
--- a/airflow/providers/apache/hdfs/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/hdfs/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+3b8db612ff39abbf9e965081c859e9e439ed832d
diff --git a/airflow/providers/apache/hive/.latest-doc-only-change.txt b/airflow/providers/apache/hive/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/hive/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/hive/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/impala/.latest-doc-only-change.txt b/airflow/providers/apache/impala/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/impala/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/impala/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/kafka/.latest-doc-only-change.txt b/airflow/providers/apache/kafka/.latest-doc-only-change.txt
index 35efaa4..88c4396 100644
--- a/airflow/providers/apache/kafka/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/kafka/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+63cc915cd38a5034df6bf9c618e12f8690eeade0
diff --git a/airflow/providers/apache/kylin/.latest-doc-only-change.txt b/airflow/providers/apache/kylin/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/kylin/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/kylin/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/livy/.latest-doc-only-change.txt b/airflow/providers/apache/livy/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/livy/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/livy/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/pig/.latest-doc-only-change.txt b/airflow/providers/apache/pig/.latest-doc-only-change.txt
index 35efaa4..c6a8917 100644
--- a/airflow/providers/apache/pig/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+3b8db612ff39abbf9e965081c859e9e439ed832d
diff --git a/airflow/providers/apache/pinot/.latest-doc-only-change.txt b/airflow/providers/apache/pinot/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/pinot/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/pinot/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apache/spark/CHANGELOG.rst b/airflow/providers/apache/spark/CHANGELOG.rst
index e1115cb..83e36f7 100644
--- a/airflow/providers/apache/spark/CHANGELOG.rst
+++ b/airflow/providers/apache/spark/CHANGELOG.rst
@@ -29,6 +29,20 @@
 Changelog
 ---------
 
+4.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add pyspark decorator (#35247)``
+* ``Add use_krb5ccache option to SparkSubmitOperator (#35331)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Add information about Qubole removal and make it possible to release it (#35492)``
+
+
 4.3.0
 .....
 
diff --git a/airflow/providers/apache/spark/__init__.py b/airflow/providers/apache/spark/__init__.py
index 933a27c..36bee2a 100644
--- a/airflow/providers/apache/spark/__init__.py
+++ b/airflow/providers/apache/spark/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "4.3.0"
+__version__ = "4.4.0"
 
 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 9316f80..c7b58ec 100644
--- a/airflow/providers/apache/spark/provider.yaml
+++ b/airflow/providers/apache/spark/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 4.4.0
   - 4.3.0
   - 4.2.0
   - 4.1.5
diff --git a/airflow/providers/apache/sqoop/.latest-doc-only-change.txt b/airflow/providers/apache/sqoop/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apache/sqoop/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/sqoop/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/apprise/.latest-doc-only-change.txt b/airflow/providers/apprise/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/apprise/.latest-doc-only-change.txt
+++ b/airflow/providers/apprise/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/arangodb/.latest-doc-only-change.txt b/airflow/providers/arangodb/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/arangodb/.latest-doc-only-change.txt
+++ b/airflow/providers/arangodb/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/asana/.latest-doc-only-change.txt b/airflow/providers/asana/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/asana/.latest-doc-only-change.txt
+++ b/airflow/providers/asana/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/atlassian/jira/.latest-doc-only-change.txt b/airflow/providers/atlassian/jira/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/atlassian/jira/.latest-doc-only-change.txt
+++ b/airflow/providers/atlassian/jira/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/celery/.latest-doc-only-change.txt b/airflow/providers/celery/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/celery/.latest-doc-only-change.txt
+++ b/airflow/providers/celery/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/cloudant/.latest-doc-only-change.txt b/airflow/providers/cloudant/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/cloudant/.latest-doc-only-change.txt
+++ b/airflow/providers/cloudant/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index f8f30c5..5e5f532 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -27,6 +27,33 @@
 Changelog
 ---------
 
+7.9.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add verificationy that provider docs are as expected (#35424)``
+* ``Add startup_check_interval_seconds to PodManager's await_pod_start (#34231)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Remove before_log in KPO retry and add traceback when interrupted (#35423)``
+* ``Remove tenancity on KPO logs inner func consume_logs (#35504)``
+
+Misc
+~~~~
+
+* ``Simplify KPO multi container log reconciliation logic (#35450)``
+* ``Remove PodLoggingStatus object (#35422)``
+* ``Improve clear_not_launched_queued_tasks call duration (#34985)``
+* ``Use constant for empty xcom result sentinel (#35451)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Switch from Black to Ruff formatter (#35287)``
+
 7.8.0
 .....
 
diff --git a/airflow/providers/cncf/kubernetes/__init__.py b/airflow/providers/cncf/kubernetes/__init__.py
index 24cc264..92e2bb0 100644
--- a/airflow/providers/cncf/kubernetes/__init__.py
+++ b/airflow/providers/cncf/kubernetes/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "7.8.0"
+__version__ = "7.9.0"
 
 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 3502302..4ea8a84 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 7.9.0
   - 7.8.0
   - 7.7.0
   - 7.6.0
diff --git a/airflow/providers/cohere/__init__.py b/airflow/providers/cohere/__init__.py
index c88b314..b8fd9ca 100644
--- a/airflow/providers/cohere/__init__.py
+++ b/airflow/providers/cohere/__init__.py
@@ -22,3 +22,22 @@
 # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
 # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
 #
+from __future__ import annotations
+
+import packaging.version
+
+__all__ = ["__version__"]
+
+__version__ = "1.0.0"
+
+try:
+    from airflow import __version__ as airflow_version
+except ImportError:
+    from airflow.version import version as airflow_version
+
+if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
+    "2.5.0"
+):
+    raise RuntimeError(
+        f"The package `apache-airflow-providers-cohere:{__version__}` requires Apache Airflow 2.5.0+"
+    )
diff --git a/airflow/providers/common/io/CHANGELOG.rst b/airflow/providers/common/io/CHANGELOG.rst
index d9a723f..62ccc89 100644
--- a/airflow/providers/common/io/CHANGELOG.rst
+++ b/airflow/providers/common/io/CHANGELOG.rst
@@ -25,6 +25,26 @@
 Changelog
 ---------
 
+1.0.1
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix changelog of common-io (#35241)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Improvements to airflow.io (#35478)``
+
 1.0.0
 .....
 
diff --git a/airflow/providers/common/io/__init__.py b/airflow/providers/common/io/__init__.py
index f5bcab9..cd8b577 100644
--- a/airflow/providers/common/io/__init__.py
+++ b/airflow/providers/common/io/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "1.0.0"
+__version__ = "1.0.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/common/io/provider.yaml b/airflow/providers/common/io/provider.yaml
index 78723c4..1e1ecb3 100644
--- a/airflow/providers/common/io/provider.yaml
+++ b/airflow/providers/common/io/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 1.0.1
   - 1.0.0
 
 dependencies:
diff --git a/airflow/providers/common/sql/.latest-doc-only-change.txt b/airflow/providers/common/sql/.latest-doc-only-change.txt
index 35efaa4..d179995 100644
--- a/airflow/providers/common/sql/.latest-doc-only-change.txt
+++ b/airflow/providers/common/sql/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+11bdfe4c12efa2f5d256cc49916a20beaa5487eb
diff --git a/airflow/providers/daskexecutor/.latest-doc-only-change.txt b/airflow/providers/daskexecutor/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/daskexecutor/.latest-doc-only-change.txt
+++ b/airflow/providers/daskexecutor/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst
index 80d75ee..9e5e8f0 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -34,6 +34,8 @@
 
 The ``offset`` parameter has been deprecated from ``list_jobs`` in favor of faster pagination with ``page_token`` similarly to `Databricks API <https://docs.databricks.com/api/workspace/jobs/list>`_.
 
+* ``Remove offset-based pagination from 'list_jobs' function in 'DatabricksHook' (#34926)``
+
 4.7.0
 .....
 
diff --git a/airflow/providers/databricks/__init__.py b/airflow/providers/databricks/__init__.py
index 96a94f4..372c6a1 100644
--- a/airflow/providers/databricks/__init__.py
+++ b/airflow/providers/databricks/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "4.7.0"
+__version__ = "5.0.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/datadog/.latest-doc-only-change.txt b/airflow/providers/datadog/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/datadog/.latest-doc-only-change.txt
+++ b/airflow/providers/datadog/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/dbt/cloud/.latest-doc-only-change.txt b/airflow/providers/dbt/cloud/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/dbt/cloud/.latest-doc-only-change.txt
+++ b/airflow/providers/dbt/cloud/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/dingding/.latest-doc-only-change.txt b/airflow/providers/dingding/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/dingding/.latest-doc-only-change.txt
+++ b/airflow/providers/dingding/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/discord/CHANGELOG.rst b/airflow/providers/discord/CHANGELOG.rst
index 81fe617..d85a040 100644
--- a/airflow/providers/discord/CHANGELOG.rst
+++ b/airflow/providers/discord/CHANGELOG.rst
@@ -27,6 +27,21 @@
 Changelog
 ---------
 
+3.4.1
+.....
+
+Misc
+~~~~
+
+* ``Add pagination to 'HttpOperator' and make it more modular (#34669)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+
 3.4.0
 .....
 
diff --git a/airflow/providers/discord/__init__.py b/airflow/providers/discord/__init__.py
index 2ec32b3..ddd1e68 100644
--- a/airflow/providers/discord/__init__.py
+++ b/airflow/providers/discord/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "3.4.0"
+__version__ = "3.4.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/discord/provider.yaml b/airflow/providers/discord/provider.yaml
index b36f08e..dc91840 100644
--- a/airflow/providers/discord/provider.yaml
+++ b/airflow/providers/discord/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 3.4.1
   - 3.4.0
   - 3.3.1
   - 3.3.0
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index 7bdcee4..983adcc 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -27,6 +27,21 @@
 Changelog
 ---------
 
+3.8.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix '_DockerDecoratedOperator' module type attribute pickle error (#35293)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+
 3.8.0
 .....
 
diff --git a/airflow/providers/docker/__init__.py b/airflow/providers/docker/__init__.py
index 7173ff7..d43432d 100644
--- a/airflow/providers/docker/__init__.py
+++ b/airflow/providers/docker/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "3.8.0"
+__version__ = "3.8.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml
index 77016a4..d54f2db 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 3.8.1
   - 3.8.0
   - 3.7.5
   - 3.7.4
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index 8cfbda3..ea5c7ce 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -27,6 +27,21 @@
 Changelog
 ---------
 
+5.1.1
+.....
+
+Misc
+~~~~
+
+* ``Use None instead of empty data structures when no ElasticSearch logs (#34793)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
+
 5.1.0
 .....
 
diff --git a/airflow/providers/elasticsearch/__init__.py b/airflow/providers/elasticsearch/__init__.py
index dff6f55..9c021b2 100644
--- a/airflow/providers/elasticsearch/__init__.py
+++ b/airflow/providers/elasticsearch/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "5.1.0"
+__version__ = "5.1.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml
index 84e7297..2afcdff 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 5.1.1
   - 5.1.0
   - 5.0.2
   - 5.0.1
diff --git a/airflow/providers/exasol/.latest-doc-only-change.txt b/airflow/providers/exasol/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/exasol/.latest-doc-only-change.txt
+++ b/airflow/providers/exasol/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/facebook/.latest-doc-only-change.txt b/airflow/providers/facebook/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/facebook/.latest-doc-only-change.txt
+++ b/airflow/providers/facebook/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/ftp/CHANGELOG.rst b/airflow/providers/ftp/CHANGELOG.rst
index 4ced188..4671640 100644
--- a/airflow/providers/ftp/CHANGELOG.rst
+++ b/airflow/providers/ftp/CHANGELOG.rst
@@ -27,6 +27,24 @@
 Changelog
 ---------
 
+3.6.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``FTPHook methods should not change working directory (#35105)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Switch from Black to Ruff formatter (#35287)``
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``Upgrade pre-commits (#35033)``
+   * ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
+
 3.6.0
 .....
 
diff --git a/airflow/providers/ftp/__init__.py b/airflow/providers/ftp/__init__.py
index 300f982..4e9f4dc 100644
--- a/airflow/providers/ftp/__init__.py
+++ b/airflow/providers/ftp/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "3.6.0"
+__version__ = "3.6.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/ftp/provider.yaml b/airflow/providers/ftp/provider.yaml
index f32c59b..226caf7 100644
--- a/airflow/providers/ftp/provider.yaml
+++ b/airflow/providers/ftp/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 3.6.1
   - 3.6.0
   - 3.5.2
   - 3.5.1
diff --git a/airflow/providers/github/.latest-doc-only-change.txt b/airflow/providers/github/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/github/.latest-doc-only-change.txt
+++ b/airflow/providers/github/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index e6f0fb4..e1c784f 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -27,6 +27,18 @@
 Changelog
 ---------
 
+10.11.1
+.......
+
+Misc
+~~~~
+
+* ``Update Google Ads API version from v14 to v15 (#35295)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Switch from Black to Ruff formatter (#35287)``
+
 10.11.0
 .......
 
diff --git a/airflow/providers/google/__init__.py b/airflow/providers/google/__init__.py
index eb80d05..5b452e0 100644
--- a/airflow/providers/google/__init__.py
+++ b/airflow/providers/google/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "10.11.0"
+__version__ = "10.11.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index f99531e..0500304 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -30,6 +30,7 @@
 
 suspended: false
 versions:
+  - 10.11.1
   - 10.11.0
   - 10.10.1
   - 10.10.0
diff --git a/airflow/providers/grpc/.latest-doc-only-change.txt b/airflow/providers/grpc/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/grpc/.latest-doc-only-change.txt
+++ b/airflow/providers/grpc/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/hashicorp/.latest-doc-only-change.txt b/airflow/providers/hashicorp/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/hashicorp/.latest-doc-only-change.txt
+++ b/airflow/providers/hashicorp/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/http/CHANGELOG.rst b/airflow/providers/http/CHANGELOG.rst
index a4c57c4..8e3e095 100644
--- a/airflow/providers/http/CHANGELOG.rst
+++ b/airflow/providers/http/CHANGELOG.rst
@@ -27,6 +27,26 @@
 Changelog
 ---------
 
+4.7.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add pagination to 'HttpOperator' and make it more modular (#34669)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix json data for async PUTs (#35405)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``Upgrade pre-commits (#35033)``
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+
 4.6.0
 .....
 
diff --git a/airflow/providers/http/__init__.py b/airflow/providers/http/__init__.py
index c6c29c9..7bc35d3 100644
--- a/airflow/providers/http/__init__.py
+++ b/airflow/providers/http/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "4.6.0"
+__version__ = "4.7.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/http/provider.yaml b/airflow/providers/http/provider.yaml
index 6992122..ab9ca16 100644
--- a/airflow/providers/http/provider.yaml
+++ b/airflow/providers/http/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 4.7.0
   - 4.6.0
   - 4.5.2
   - 4.5.1
diff --git a/airflow/providers/imap/.latest-doc-only-change.txt b/airflow/providers/imap/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/imap/.latest-doc-only-change.txt
+++ b/airflow/providers/imap/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/influxdb/.latest-doc-only-change.txt b/airflow/providers/influxdb/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/influxdb/.latest-doc-only-change.txt
+++ b/airflow/providers/influxdb/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/jdbc/.latest-doc-only-change.txt b/airflow/providers/jdbc/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/jdbc/.latest-doc-only-change.txt
+++ b/airflow/providers/jdbc/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/jenkins/.latest-doc-only-change.txt b/airflow/providers/jenkins/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/jenkins/.latest-doc-only-change.txt
+++ b/airflow/providers/jenkins/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 866ad0f..f3ffc15 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -27,6 +27,45 @@
 Changelog
 ---------
 
+8.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``add managed identity support to AsyncDefaultAzureCredential (#35394)``
+* ``feat(provider/azure): add managed identity support to container_registry hook (#35320)``
+* ``feat(provider/azure): add managed identity support to wasb hook (#35326)``
+* ``feat(provider/azure): add managed identity support to asb hook (#35324)``
+* ``feat(provider/azure): add managed identity support to cosmos hook (#35323)``
+* ``feat(provider/azure): add managed identity support to container_volume hook (#35321)``
+* ``feat(provider/azure): add managed identity support to container_instance hook (#35319)``
+* ``feat(provider/azure): add managed identity support to adx hook (#35325)``
+* ``feat(provider/azure): add managed identity support to batch hook (#35327)``
+* ``feat(provider/azure): add managed identity support to data_factory hook (#35328)``
+* ``feat(provider/azure): add managed identity support to synapse hook (#35329)``
+* ``feat(provider/azure): add managed identity support to fileshare hook (#35330)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix AzureContainerInstanceOperator remove_on_error (#35212)``
+* ``fix(providers/microsoft): setting use_async=True for get_async_default_azure_credential (#35432)``
+
+
+Misc
+~~~~
+
+* ``Remove empty TYPE_CHECKING block into the Azure provider (#35477)``
+* ``Refactor azure managed identity (#35367)``
+* ``Reuse get_default_azure_credential method from Azure utils method (#35318)``
+* `` make DefaultAzureCredential configurable in AzureKeyVaultBackend (#35052)``
+* ``Make DefaultAzureCredential in AzureBaseHook configuration (#35051)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Switch from Black to Ruff formatter (#35287)``
+
 8.1.0
 .....
 
diff --git a/airflow/providers/microsoft/azure/__init__.py b/airflow/providers/microsoft/azure/__init__.py
index 613f1db..5a29be0 100644
--- a/airflow/providers/microsoft/azure/__init__.py
+++ b/airflow/providers/microsoft/azure/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "8.1.0"
+__version__ = "8.2.0"
 
 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 25e7560..975feb2 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -21,6 +21,7 @@
   `Microsoft Azure <https://azure.microsoft.com/>`__
 suspended: false
 versions:
+  - 8.2.0
   - 8.1.0
   - 8.0.0
   - 7.0.0
diff --git a/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt b/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/mssql/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt b/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
index 35efaa4..7eb3cac 100644
--- a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+59b32dc0a0bcdffd124b82d92428f334646cd8cd
diff --git a/airflow/providers/mysql/.latest-doc-only-change.txt b/airflow/providers/mysql/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/mysql/.latest-doc-only-change.txt
+++ b/airflow/providers/mysql/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/neo4j/.latest-doc-only-change.txt b/airflow/providers/neo4j/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/neo4j/.latest-doc-only-change.txt
+++ b/airflow/providers/neo4j/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/odbc/.latest-doc-only-change.txt b/airflow/providers/odbc/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/odbc/.latest-doc-only-change.txt
+++ b/airflow/providers/odbc/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/openai/__init__.py b/airflow/providers/openai/__init__.py
index 13a8339..f9a3d6f 100644
--- a/airflow/providers/openai/__init__.py
+++ b/airflow/providers/openai/__init__.py
@@ -1,3 +1,4 @@
+#
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
@@ -14,3 +15,29 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+#
+# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
+# OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
+#
+# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
+# `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
+#
+from __future__ import annotations
+
+import packaging.version
+
+__all__ = ["__version__"]
+
+__version__ = "1.0.0"
+
+try:
+    from airflow import __version__ as airflow_version
+except ImportError:
+    from airflow.version import version as airflow_version
+
+if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
+    "2.5.0"
+):
+    raise RuntimeError(
+        f"The package `apache-airflow-providers-openai:{__version__}` requires Apache Airflow 2.5.0+"
+    )
diff --git a/airflow/providers/openfaas/.latest-doc-only-change.txt b/airflow/providers/openfaas/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/openfaas/.latest-doc-only-change.txt
+++ b/airflow/providers/openfaas/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/openlineage/CHANGELOG.rst b/airflow/providers/openlineage/CHANGELOG.rst
index 59d4876..5cfc681 100644
--- a/airflow/providers/openlineage/CHANGELOG.rst
+++ b/airflow/providers/openlineage/CHANGELOG.rst
@@ -26,6 +26,19 @@
 Changelog
 ---------
 
+1.2.1
+.....
+
+Misc
+~~~~
+
+* ``Make schema filter uppercase in 'create_filter_clauses' (#35428)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Fix bad regexp in mypy-providers specification in pre-commits (#35465)``
+   * ``Switch from Black to Ruff formatter (#35287)``
+
 1.2.0
 .....
 
diff --git a/airflow/providers/openlineage/__init__.py b/airflow/providers/openlineage/__init__.py
index a3b0db9..fea502a 100644
--- a/airflow/providers/openlineage/__init__.py
+++ b/airflow/providers/openlineage/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "1.2.0"
+__version__ = "1.2.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/openlineage/provider.yaml b/airflow/providers/openlineage/provider.yaml
index a7b497f..5dd878d 100644
--- a/airflow/providers/openlineage/provider.yaml
+++ b/airflow/providers/openlineage/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 1.2.1
   - 1.2.0
   - 1.1.1
   - 1.1.0
diff --git a/airflow/providers/opensearch/.latest-doc-only-change.txt b/airflow/providers/opensearch/.latest-doc-only-change.txt
index 35efaa4..26e1ef0 100644
--- a/airflow/providers/opensearch/.latest-doc-only-change.txt
+++ b/airflow/providers/opensearch/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+9e2f1ce4c3f7538027d283c4d03e7bea15629afb
diff --git a/airflow/providers/opsgenie/.latest-doc-only-change.txt b/airflow/providers/opsgenie/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/opsgenie/.latest-doc-only-change.txt
+++ b/airflow/providers/opsgenie/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/oracle/.latest-doc-only-change.txt b/airflow/providers/oracle/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/oracle/.latest-doc-only-change.txt
+++ b/airflow/providers/oracle/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/pagerduty/.latest-doc-only-change.txt b/airflow/providers/pagerduty/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/pagerduty/.latest-doc-only-change.txt
+++ b/airflow/providers/pagerduty/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/papermill/.latest-doc-only-change.txt b/airflow/providers/papermill/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/papermill/.latest-doc-only-change.txt
+++ b/airflow/providers/papermill/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/pinecone/__init__.py b/airflow/providers/pinecone/__init__.py
index 13a8339..536de27 100644
--- a/airflow/providers/pinecone/__init__.py
+++ b/airflow/providers/pinecone/__init__.py
@@ -1,3 +1,4 @@
+#
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
@@ -14,3 +15,29 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+#
+# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
+# OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
+#
+# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
+# `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
+#
+from __future__ import annotations
+
+import packaging.version
+
+__all__ = ["__version__"]
+
+__version__ = "1.0.0"
+
+try:
+    from airflow import __version__ as airflow_version
+except ImportError:
+    from airflow.version import version as airflow_version
+
+if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
+    "2.5.0"
+):
+    raise RuntimeError(
+        f"The package `apache-airflow-providers-pinecone:{__version__}` requires Apache Airflow 2.5.0+"
+    )
diff --git a/airflow/providers/plexus/.latest-doc-only-change.txt b/airflow/providers/plexus/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/plexus/.latest-doc-only-change.txt
+++ b/airflow/providers/plexus/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst
index 36b5d0a..51316af 100644
--- a/airflow/providers/postgres/CHANGELOG.rst
+++ b/airflow/providers/postgres/CHANGELOG.rst
@@ -27,6 +27,20 @@
 Changelog
 ---------
 
+5.8.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Refactor cursor retrieval in PostgresHook. (#35498)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+
 5.7.1
 .....
 
diff --git a/airflow/providers/postgres/__init__.py b/airflow/providers/postgres/__init__.py
index 286b16c..8419de0 100644
--- a/airflow/providers/postgres/__init__.py
+++ b/airflow/providers/postgres/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "5.7.1"
+__version__ = "5.8.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/postgres/provider.yaml b/airflow/providers/postgres/provider.yaml
index 774e077..78e716b 100644
--- a/airflow/providers/postgres/provider.yaml
+++ b/airflow/providers/postgres/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 5.8.0
   - 5.7.1
   - 5.7.0
   - 5.6.1
diff --git a/airflow/providers/presto/.latest-doc-only-change.txt b/airflow/providers/presto/.latest-doc-only-change.txt
index 5dcc575..d179995 100644
--- a/airflow/providers/presto/.latest-doc-only-change.txt
+++ b/airflow/providers/presto/.latest-doc-only-change.txt
@@ -1 +1 @@
-e45bee884068399e7265421511e17fed106ce5b4
+11bdfe4c12efa2f5d256cc49916a20beaa5487eb
diff --git a/airflow/providers/qubole/CHANGELOG.rst b/airflow/providers/qubole/CHANGELOG.rst
index f676e31..8369d59 100644
--- a/airflow/providers/qubole/CHANGELOG.rst
+++ b/airflow/providers/qubole/CHANGELOG.rst
@@ -43,8 +43,15 @@
 Misc
 ~~~~
 
-* ``The provider is removed and not maintained anymore by the Airflow Community``
+* ``Suspend qubole provider (#33889)``
 
+.. Review and move the new changes to one of the sections above:
+   * ``Add information about Qubole removal and make it possible to release it (#35492)``
+   * ``Switch from Black to Ruff formatter (#35287)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``Upgrade pre-commits (#35033)``
+   * ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
+   * ``Bump min airflow version of providers (#34728)``
 
 3.4.2
 .....
diff --git a/airflow/providers/qubole/__init__.py b/airflow/providers/qubole/__init__.py
index 772a641..a03bf8d 100644
--- a/airflow/providers/qubole/__init__.py
+++ b/airflow/providers/qubole/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "3.4.2"
+__version__ = "3.4.3"
 
 try:
     from airflow import __version__ as airflow_version
@@ -36,8 +36,8 @@
     from airflow.version import version as airflow_version
 
 if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
-    "2.4.0"
+    "2.5.0"
 ):
     raise RuntimeError(
-        f"The package `apache-airflow-providers-qubole:{__version__}` requires Apache Airflow 2.4.0+"
+        f"The package `apache-airflow-providers-qubole:{__version__}` requires Apache Airflow 2.5.0+"
     )
diff --git a/airflow/providers/redis/.latest-doc-only-change.txt b/airflow/providers/redis/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/redis/.latest-doc-only-change.txt
+++ b/airflow/providers/redis/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/salesforce/CHANGELOG.rst b/airflow/providers/salesforce/CHANGELOG.rst
index d2e159a..c5374c1 100644
--- a/airflow/providers/salesforce/CHANGELOG.rst
+++ b/airflow/providers/salesforce/CHANGELOG.rst
@@ -27,6 +27,22 @@
 Changelog
 ---------
 
+5.5.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix SalesforceHook compatiblity with Pandas 2.x (#35145)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Work around typing issue in examples and providers (#35494)``
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+
 5.5.0
 .....
 
diff --git a/airflow/providers/salesforce/__init__.py b/airflow/providers/salesforce/__init__.py
index 6a2ff98..5fa421e 100644
--- a/airflow/providers/salesforce/__init__.py
+++ b/airflow/providers/salesforce/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "5.5.0"
+__version__ = "5.5.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/salesforce/provider.yaml b/airflow/providers/salesforce/provider.yaml
index a4ad288..a494a6d 100644
--- a/airflow/providers/salesforce/provider.yaml
+++ b/airflow/providers/salesforce/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 5.5.1
   - 5.5.0
   - 5.4.3
   - 5.4.2
diff --git a/airflow/providers/samba/.latest-doc-only-change.txt b/airflow/providers/samba/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/samba/.latest-doc-only-change.txt
+++ b/airflow/providers/samba/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/segment/.latest-doc-only-change.txt b/airflow/providers/segment/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/segment/.latest-doc-only-change.txt
+++ b/airflow/providers/segment/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/sendgrid/.latest-doc-only-change.txt b/airflow/providers/sendgrid/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/sendgrid/.latest-doc-only-change.txt
+++ b/airflow/providers/sendgrid/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/sftp/.latest-doc-only-change.txt b/airflow/providers/sftp/.latest-doc-only-change.txt
index 35efaa4..88c4396 100644
--- a/airflow/providers/sftp/.latest-doc-only-change.txt
+++ b/airflow/providers/sftp/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+63cc915cd38a5034df6bf9c618e12f8690eeade0
diff --git a/airflow/providers/singularity/.latest-doc-only-change.txt b/airflow/providers/singularity/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/singularity/.latest-doc-only-change.txt
+++ b/airflow/providers/singularity/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst
index 8144d46..a65a6fb 100644
--- a/airflow/providers/slack/CHANGELOG.rst
+++ b/airflow/providers/slack/CHANGELOG.rst
@@ -27,6 +27,19 @@
 Changelog
 ---------
 
+8.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Reorganize SQL to Slack Operators (#35215)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Work around typing issue in examples and providers (#35494)``
+   * ``Add missing examples into Slack Provider (#35495)``
+
 8.3.0
 .....
 
diff --git a/airflow/providers/slack/__init__.py b/airflow/providers/slack/__init__.py
index 8163b43..0c057a1 100644
--- a/airflow/providers/slack/__init__.py
+++ b/airflow/providers/slack/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "8.3.0"
+__version__ = "8.4.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml
index 68471cb..e1283fd 100644
--- a/airflow/providers/slack/provider.yaml
+++ b/airflow/providers/slack/provider.yaml
@@ -26,6 +26,7 @@
 
 suspended: false
 versions:
+  - 8.4.0
   - 8.3.0
   - 8.2.0
   - 8.1.0
diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst
index 2793879..069425e 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -27,6 +27,22 @@
 Changelog
 ---------
 
+5.1.1
+.....
+
+Misc
+~~~~
+
+* ``Make schema filter uppercase in 'create_filter_clauses' (#35428)``
+* ``Bump min 'snowflake-connector-python' version (#35440)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+   * ``Switch from Black to Ruff formatter (#35287)``
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+
 5.1.0
 .....
 
diff --git a/airflow/providers/snowflake/__init__.py b/airflow/providers/snowflake/__init__.py
index ed10415..2350895 100644
--- a/airflow/providers/snowflake/__init__.py
+++ b/airflow/providers/snowflake/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "5.1.0"
+__version__ = "5.1.1"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/snowflake/provider.yaml b/airflow/providers/snowflake/provider.yaml
index 01ac625..bdc5b3e 100644
--- a/airflow/providers/snowflake/provider.yaml
+++ b/airflow/providers/snowflake/provider.yaml
@@ -23,6 +23,7 @@
 
 suspended: false
 versions:
+  - 5.1.1
   - 5.1.0
   - 5.0.1
   - 5.0.0
diff --git a/airflow/providers/sqlite/.latest-doc-only-change.txt b/airflow/providers/sqlite/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/sqlite/.latest-doc-only-change.txt
+++ b/airflow/providers/sqlite/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/tableau/.latest-doc-only-change.txt b/airflow/providers/tableau/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/tableau/.latest-doc-only-change.txt
+++ b/airflow/providers/tableau/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/tabular/.latest-doc-only-change.txt b/airflow/providers/tabular/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/tabular/.latest-doc-only-change.txt
+++ b/airflow/providers/tabular/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/telegram/.latest-doc-only-change.txt b/airflow/providers/telegram/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/telegram/.latest-doc-only-change.txt
+++ b/airflow/providers/telegram/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/trino/.latest-doc-only-change.txt b/airflow/providers/trino/.latest-doc-only-change.txt
index 35efaa4..d179995 100644
--- a/airflow/providers/trino/.latest-doc-only-change.txt
+++ b/airflow/providers/trino/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+11bdfe4c12efa2f5d256cc49916a20beaa5487eb
diff --git a/airflow/providers/vertica/.latest-doc-only-change.txt b/airflow/providers/vertica/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/vertica/.latest-doc-only-change.txt
+++ b/airflow/providers/vertica/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/airflow/providers/weaviate/__init__.py b/airflow/providers/weaviate/__init__.py
index c88b314..91b7d28 100644
--- a/airflow/providers/weaviate/__init__.py
+++ b/airflow/providers/weaviate/__init__.py
@@ -22,3 +22,22 @@
 # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
 # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
 #
+from __future__ import annotations
+
+import packaging.version
+
+__all__ = ["__version__"]
+
+__version__ = "1.0.0"
+
+try:
+    from airflow import __version__ as airflow_version
+except ImportError:
+    from airflow.version import version as airflow_version
+
+if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
+    "2.5.0"
+):
+    raise RuntimeError(
+        f"The package `apache-airflow-providers-weaviate:{__version__}` requires Apache Airflow 2.5.0+"
+    )
diff --git a/airflow/providers/yandex/CHANGELOG.rst b/airflow/providers/yandex/CHANGELOG.rst
index 89bef23..2e289b1 100644
--- a/airflow/providers/yandex/CHANGELOG.rst
+++ b/airflow/providers/yandex/CHANGELOG.rst
@@ -27,6 +27,20 @@
 Changelog
 ---------
 
+3.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Yandex dataproc deduce default service account (#35059)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+   * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+   * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+
 3.5.0
 .....
 
diff --git a/airflow/providers/yandex/__init__.py b/airflow/providers/yandex/__init__.py
index 69c3748..36f487d 100644
--- a/airflow/providers/yandex/__init__.py
+++ b/airflow/providers/yandex/__init__.py
@@ -28,7 +28,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "3.5.0"
+__version__ = "3.6.0"
 
 try:
     from airflow import __version__ as airflow_version
diff --git a/airflow/providers/yandex/provider.yaml b/airflow/providers/yandex/provider.yaml
index 5217b6d..8073992 100644
--- a/airflow/providers/yandex/provider.yaml
+++ b/airflow/providers/yandex/provider.yaml
@@ -22,6 +22,7 @@
     Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__
 suspended: false
 versions:
+  - 3.6.0
   - 3.5.0
   - 3.4.0
   - 3.3.0
diff --git a/airflow/providers/zendesk/.latest-doc-only-change.txt b/airflow/providers/zendesk/.latest-doc-only-change.txt
index 35efaa4..64b4f02 100644
--- a/airflow/providers/zendesk/.latest-doc-only-change.txt
+++ b/airflow/providers/zendesk/.latest-doc-only-change.txt
@@ -1 +1 @@
-3592ff40465032fa041600be740ee6bc25e7c242
+d1c58d86de1267d9268a1efe0a0c102633c051a1
diff --git a/docs/apache-airflow-providers-amazon/changelog.rst b/docs/apache-airflow-providers-amazon/changelog.rst
index 6c1e54b..cf48c7f 100644
--- a/docs/apache-airflow-providers-amazon/changelog.rst
+++ b/docs/apache-airflow-providers-amazon/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index 4a132ba..8018447 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,6 +28,28 @@
 
 
 
+8.11.0
+......
+
+Latest change: 2023-11-08
+
+=================================================================================================  ===========  =============================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =============================================================================
+`16ffc87ff4 <https://github.com/apache/airflow/commit/16ffc87ff42f702221f6cb7e42e08bc208183cf1>`_  2023-11-08   ``Improve error handling in AWS Links (#35518)``
+`b67a4f78e5 <https://github.com/apache/airflow/commit/b67a4f78e57a85ce2891e72edcc760285cefad35>`_  2023-11-07   ``Update ECS executor healthcheck with a catchall except (#35512)``
+`11bdfe4c12 <https://github.com/apache/airflow/commit/11bdfe4c12efa2f5d256cc49916a20beaa5487eb>`_  2023-11-07   ``Work around typing issue in examples and providers (#35494)``
+`f24e5199c7 <https://github.com/apache/airflow/commit/f24e5199c793c48a2f8cf5fe6bb2699cd8283196>`_  2023-11-06   ``Fix AWS RDS hook's DB instance state check (#34773)``
+`a61da3cc87 <https://github.com/apache/airflow/commit/a61da3cc8792db9944721874bbc172c2e96b27c0>`_  2023-11-04   ``Add verificationy that provider docs are as expected (#35424)``
+`ae9a7b8188 <https://github.com/apache/airflow/commit/ae9a7b8188514987bc6ae2aaf1f0332b680f384a>`_  2023-11-03   ``ECS Executor Health Check (#35412)``
+`92d1e8c447 <https://github.com/apache/airflow/commit/92d1e8c447b682dd1e4ecefbe06fe0e335479d0b>`_  2023-11-03   ``Move ECS Executor to its own file (#35418)``
+`9782ee3bbc <https://github.com/apache/airflow/commit/9782ee3bbc32384d4563831b84dc1fa889317fe8>`_  2023-11-01   ``Fix parameter syntax in Amazon docstrings (#35349)``
+`69bac3fba8 <https://github.com/apache/airflow/commit/69bac3fba897f9e7b0af642c97f9af0987a875de>`_  2023-10-31   ``Improve docs on objectstorage (#35294)``
+`651b32606c <https://github.com/apache/airflow/commit/651b32606c7b1f72a228b1d5beb6303aaf8ebf9b>`_  2023-10-31   ``Clarify "task" in ECS Executor log messages (#35304)``
+`55b015f995 <https://github.com/apache/airflow/commit/55b015f995def3bc8a3a9eef6abd7bcad49888f7>`_  2023-10-31   ``Add support for anonymous access to s3 buckets for objectstorage (#35273)``
+`ba4b55a194 <https://github.com/apache/airflow/commit/ba4b55a1941d886b752025d3fc89bf1e7902b262>`_  2023-10-30   ``Make optional 'output_location' attribute in 'AthenaOperator' (#35265)``
+=================================================================================================  ===========  =============================================================================
+
 8.10.0
 ......
 
@@ -37,6 +58,7 @@
 =================================================================================================  ===========  =============================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =============================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `04e2fbd92b <https://github.com/apache/airflow/commit/04e2fbd92bb6cb2b5abf6f16786b9800a0d49808>`_  2023-10-27   ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)``
 `86640d166c <https://github.com/apache/airflow/commit/86640d166c8d5b3c840bf98e5c6db0d91392fde3>`_  2023-10-26   ``Add Http to s3 operator (#35176)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index d8ea0c2..92c80df 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -68,8 +68,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -84,7 +82,7 @@
 Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
 
 
-Release: 8.10.0
+Release: 8.11.0
 
 Provider package
 ----------------
@@ -157,5 +155,5 @@
 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.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.10.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 8.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.10.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 8.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.11.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 8.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.11.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-apache-spark/changelog.rst b/docs/apache-airflow-providers-apache-spark/changelog.rst
index 2f6990f..de0c8ba 100644
--- a/docs/apache-airflow-providers-apache-spark/changelog.rst
+++ b/docs/apache-airflow-providers-apache-spark/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst b/docs/apache-airflow-providers-apache-spark/commits.rst
index 2db4f22..d6222af 100644
--- a/docs/apache-airflow-providers-apache-spark/commits.rst
+++ b/docs/apache-airflow-providers-apache-spark/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,19 +28,33 @@
 
 
 
+4.4.0
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ====================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ====================================================================================
+`3b8db612ff <https://github.com/apache/airflow/commit/3b8db612ff39abbf9e965081c859e9e439ed832d>`_  2023-11-07   ``Add information about Qubole removal and make it possible to release it (#35492)``
+`0a4ed7d557 <https://github.com/apache/airflow/commit/0a4ed7d557809ad81ecc50d197c33c8d178c42ce>`_  2023-11-01   ``Add pyspark decorator (#35247)``
+`880a85bbb7 <https://github.com/apache/airflow/commit/880a85bbb704724492a7a727583e0c81341e78e1>`_  2023-11-01   ``Add use_krb5ccache option to SparkSubmitOperator (#35331)``
+=================================================================================================  ===========  ====================================================================================
+
 4.3.0
 .....
 
 Latest change: 2023-10-28
 
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `645d52f129 <https://github.com/apache/airflow/commit/645d52f1298c49b2111d058971e1a9f159f1e257>`_  2023-10-21   ``Add 'use_krb5ccache' option to 'SparkSubmitHook' (#34386)``
 `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
 `b75f9e8806 <https://github.com/apache/airflow/commit/b75f9e880614fa0427e7d24a1817955f5de658b3>`_  2023-10-18   ``Upgrade pre-commits (#35033)``
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
 
 4.2.0
 .....
diff --git a/docs/apache-airflow-providers-apache-spark/index.rst b/docs/apache-airflow-providers-apache-spark/index.rst
index af2d24b..94f15db 100644
--- a/docs/apache-airflow-providers-apache-spark/index.rst
+++ b/docs/apache-airflow-providers-apache-spark/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 `Apache Spark <https://spark.apache.org/>`__
 
 
-Release: 4.3.0
+Release: 4.4.0
 
 Provider package
 ----------------
@@ -129,5 +127,5 @@
 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.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-spark 4.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-spark 4.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-spark-4.4.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-spark 4.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.4.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/changelog.rst b/docs/apache-airflow-providers-cncf-kubernetes/changelog.rst
index 06c43d0..6890872 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/changelog.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 496e3ff..b1ca9a6 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,6 +28,25 @@
 
 
 
+7.9.0
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ===============================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ===============================================================================
+`d6c79ce340 <https://github.com/apache/airflow/commit/d6c79ce340dd4cd088edfa92ed052d643ae3587d>`_  2023-11-07   ``Remove tenancity on KPO logs inner func consume_logs (#35504)``
+`68b3b7b468 <https://github.com/apache/airflow/commit/68b3b7b4683c8e06098dfa8820be18f253d55f47>`_  2023-11-07   ``Simplify KPO multi container log reconciliation logic (#35450)``
+`be2c3b9d9e <https://github.com/apache/airflow/commit/be2c3b9d9ee1140805716efd69eeba066e35bd23>`_  2023-11-05   ``Remove PodLoggingStatus object (#35422)``
+`c67a2b0413 <https://github.com/apache/airflow/commit/c67a2b0413994e799ed3f1969d7f0194683cba13>`_  2023-11-05   ``Use constant for empty xcom result sentinel (#35451)``
+`a61da3cc87 <https://github.com/apache/airflow/commit/a61da3cc8792db9944721874bbc172c2e96b27c0>`_  2023-11-04   ``Add verificationy that provider docs are as expected (#35424)``
+`2023a76037 <https://github.com/apache/airflow/commit/2023a76037f07a2003ace1d1a7497019316db7a6>`_  2023-11-03   ``Remove before_log in KPO retry and add traceback when interrupted (#35423)``
+`2b0bfea837 <https://github.com/apache/airflow/commit/2b0bfea8374ec0f0289763b064d6425df6d4270f>`_  2023-11-01   ``Add startup_check_interval_seconds to PodManager's await_pod_start (#34231)``
+`3724a029da <https://github.com/apache/airflow/commit/3724a029dadf4678d1cc89049b247f6d2bc233e2>`_  2023-11-01   ``Improve clear_not_launched_queued_tasks call duration (#34985)``
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+=================================================================================================  ===========  ===============================================================================
+
 7.8.0
 .....
 
@@ -37,6 +55,7 @@
 =================================================================================================  ===========  =================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =================================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `85f0ef35b8 <https://github.com/apache/airflow/commit/85f0ef35b831db61a4a6ac83f370cfff5323b842>`_  2023-10-27   ``Added to the rendering of KubernetesOperator V1VolumeMount, sub_path (#35129)``
 `d4002261b5 <https://github.com/apache/airflow/commit/d4002261b57236ffdca9a5790097f295794965cf>`_  2023-10-26   ``Replace blocking IO with async IO in AsyncKubernetesHook (#35162)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 8afca3a..77bdf2c 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -63,8 +63,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -79,7 +77,7 @@
 `Kubernetes <https://kubernetes.io/>`__
 
 
-Release: 7.8.0
+Release: 7.9.0
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-cohere/changelog.rst b/docs/apache-airflow-providers-cohere/changelog.rst
index be95cf4..5d55c4f 100644
--- a/docs/apache-airflow-providers-cohere/changelog.rst
+++ b/docs/apache-airflow-providers-cohere/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-cohere/commits.rst b/docs/apache-airflow-providers-cohere/commits.rst
index f69ac2c..c9ba6c5 100644
--- a/docs/apache-airflow-providers-cohere/commits.rst
+++ b/docs/apache-airflow-providers-cohere/commits.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -15,5 +15,26 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+
 Package apache-airflow-providers-cohere
--------------------------------------------
+------------------------------------------------------
+
+`Cohere <https://docs.cohere.com/docs>`__
+
+
+This is detailed commit list of changes for versions provider package: ``cohere``.
+For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2023-11-06
+
+=================================================================================================  ===========  ================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ================================
+`7fc19d4fdb <https://github.com/apache/airflow/commit/7fc19d4fdbe0e6a2e720aac72e1042aab1dd4cb6>`_  2023-11-06   ``Add Cohere Provider (#34921)``
+=================================================================================================  ===========  ================================
diff --git a/docs/apache-airflow-providers-cohere/index.rst b/docs/apache-airflow-providers-cohere/index.rst
index 8bfd167..ee4a27e 100644
--- a/docs/apache-airflow-providers-cohere/index.rst
+++ b/docs/apache-airflow-providers-cohere/index.rst
@@ -88,11 +88,43 @@
 ==================  ==================
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
     :caption: Commits
 
     Detailed list of commits <commits>
+
+
+Package apache-airflow-providers-cohere
+------------------------------------------------------
+
+`Cohere <https://docs.cohere.com/docs>`__
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``cohere`` provider. All classes for this provider package
+are in ``airflow.providers.cohere`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below)
+for the minimum Airflow version supported) via
+``pip install apache-airflow-providers-cohere``
+
+Requirements
+------------
+
+The minimum Apache Airflow version supported by this provider package is ``2.5.0``.
+
+==================  ==================
+PIP package         Version required
+==================  ==================
+``apache-airflow``  ``>=2.5.0``
+``cohere``          ``>=4.27``
+==================  ==================
diff --git a/docs/apache-airflow-providers-common-io/changelog.rst b/docs/apache-airflow-providers-common-io/changelog.rst
index 0856707..bb58f5a 100644
--- a/docs/apache-airflow-providers-common-io/changelog.rst
+++ b/docs/apache-airflow-providers-common-io/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-common-io/commits.rst b/docs/apache-airflow-providers-common-io/commits.rst
index 96921f6..1f1cafc 100644
--- a/docs/apache-airflow-providers-common-io/commits.rst
+++ b/docs/apache-airflow-providers-common-io/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,6 +28,18 @@
 
 
 
+1.0.1
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  =======================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =======================================
+`865b3a5646 <https://github.com/apache/airflow/commit/865b3a56462adf6ec0715d3cde166f7e506dc227>`_  2023-11-07   ``Improvements to airflow.io (#35478)``
+`17c6a7e640 <https://github.com/apache/airflow/commit/17c6a7e64076977a10afc44c0102884af9f3ca23>`_  2023-11-05   ``fix changelog of common-io (#35241)``
+=================================================================================================  ===========  =======================================
+
 1.0.0
 .....
 
@@ -37,6 +48,7 @@
 =================================================================================================  ===========  =====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =====================================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `e637f08188 <https://github.com/apache/airflow/commit/e637f08188bd7c9348531dc3f013e95aecb3572c>`_  2023-10-28   ``Fix errors in common.io release documentation generation with prevention (#35236)``
 `04e2fbd92b <https://github.com/apache/airflow/commit/04e2fbd92bb6cb2b5abf6f16786b9800a0d49808>`_  2023-10-27   ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)``
 =================================================================================================  ===========  =====================================================================================
diff --git a/docs/apache-airflow-providers-common-io/index.rst b/docs/apache-airflow-providers-common-io/index.rst
index 2822abf..41605e6 100644
--- a/docs/apache-airflow-providers-common-io/index.rst
+++ b/docs/apache-airflow-providers-common-io/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 ``Common IO Provider``
 
 
-Release: 1.0.0
+Release: 1.0.1
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-databricks/changelog.rst b/docs/apache-airflow-providers-databricks/changelog.rst
index d2f1b06..95e8461 100644
--- a/docs/apache-airflow-providers-databricks/changelog.rst
+++ b/docs/apache-airflow-providers-databricks/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst
index 704b66b..32c4046 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,6 +28,17 @@
 
 
 
+5.0.0
+.....
+
+Latest change: 2023-11-03
+
+=================================================================================================  ===========  =========================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =========================================================================================
+`10bac853d2 <https://github.com/apache/airflow/commit/10bac853d2fb183e673faef6efaeb95a47c80a40>`_  2023-11-03   ``Remove offset-based pagination from 'list_jobs' function in 'DatabricksHook' (#34926)``
+=================================================================================================  ===========  =========================================================================================
+
 4.7.0
 .....
 
@@ -37,6 +47,7 @@
 =================================================================================================  ===========  =========================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =========================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `a8784e3c35 <https://github.com/apache/airflow/commit/a8784e3c352aafec697d3778eafcbbd455b7ba1d>`_  2023-10-28   ``Add operator to create jobs in Databricks (#35156)``
 `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst
index 7f8ee6d..fc1a2c3 100644
--- a/docs/apache-airflow-providers-databricks/index.rst
+++ b/docs/apache-airflow-providers-databricks/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 `Databricks <https://databricks.com/>`__
 
 
-Release: 4.7.0
+Release: 5.0.0
 
 Provider package
 ----------------
@@ -132,5 +130,5 @@
 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-databricks 4.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.7.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-databricks 4.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.7.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-databricks 5.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-5.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-5.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-databricks 5.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-5.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-5.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-5.0.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-discord/changelog.rst b/docs/apache-airflow-providers-discord/changelog.rst
index f7a0fe7..a349cac 100644
--- a/docs/apache-airflow-providers-discord/changelog.rst
+++ b/docs/apache-airflow-providers-discord/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-discord/commits.rst b/docs/apache-airflow-providers-discord/commits.rst
index e804a8f..a7e3f8f 100644
--- a/docs/apache-airflow-providers-discord/commits.rst
+++ b/docs/apache-airflow-providers-discord/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-discord
 ------------------------------------------------------
@@ -28,16 +28,31 @@
 
 
 
+3.4.1
+.....
+
+Latest change: 2023-11-03
+
+=================================================================================================  ===========  ======================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ======================================================================
+`70b3bd3fb9 <https://github.com/apache/airflow/commit/70b3bd3fb960e8b052f31b4acb59961357548e3a>`_  2023-11-03   ``Add pagination to 'HttpOperator' and make it more modular (#34669)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+=================================================================================================  ===========  ======================================================================
+
 3.4.0
 .....
 
-Latest change: 2023-10-05
+Latest change: 2023-10-13
 
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 
 3.3.1
 .....
diff --git a/docs/apache-airflow-providers-discord/index.rst b/docs/apache-airflow-providers-discord/index.rst
index 2feca56..3b90b5f 100644
--- a/docs/apache-airflow-providers-discord/index.rst
+++ b/docs/apache-airflow-providers-discord/index.rst
@@ -39,8 +39,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -55,7 +53,7 @@
 `Discord <https://discordapp.com/>`__
 
 
-Release: 3.4.0
+Release: 3.4.1
 
 Provider package
 ----------------
@@ -107,5 +105,5 @@
 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-discord 3.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-3.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-3.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-3.4.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-discord 3.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.4.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-discord 3.4.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-3.4.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-3.4.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-discord-3.4.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-discord 3.4.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.4.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.4.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.4.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-docker/changelog.rst b/docs/apache-airflow-providers-docker/changelog.rst
index 09efe52..6fe91de 100644
--- a/docs/apache-airflow-providers-docker/changelog.rst
+++ b/docs/apache-airflow-providers-docker/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst
index 9998e30..91901c8 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-docker
 ------------------------------------------------------
@@ -28,14 +28,30 @@
 
 
 
+3.8.1
+.....
+
+Latest change: 2023-10-31
+
+=================================================================================================  ===========  ==============================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==============================================================================
+`1c9d1c2f8a <https://github.com/apache/airflow/commit/1c9d1c2f8abc33c9235fe7700362793dcc27a137>`_  2023-10-31   ``fix '_DockerDecoratedOperator' module type attribute pickle error (#35293)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+`7a93b19138 <https://github.com/apache/airflow/commit/7a93b1913845710eb67ab4670c1be9e9382c030b>`_  2023-10-16   ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
+=================================================================================================  ===========  ==============================================================================
+
 3.8.0
 .....
 
-Latest change: 2023-10-06
+Latest change: 2023-10-13
 
 =================================================================================================  ===========  ===============================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ===============================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `8e26865763 <https://github.com/apache/airflow/commit/8e2686576399417faf9478d7119110287d4c8630>`_  2023-10-06   ``Refactor consolidate import from io in providers (#34378)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
 `7ebf4220c9 <https://github.com/apache/airflow/commit/7ebf4220c9abd001f1fa23c95f882efddd5afbac>`_  2023-09-28   ``Refactor usage of str() in providers (#34320)``
diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst
index c3caf2d..71cca90 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -54,8 +54,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -70,7 +68,7 @@
 `Docker <https://docs.docker.com/install/>`__
 
 
-Release: 3.8.0
+Release: 3.8.1
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-elasticsearch/changelog.rst b/docs/apache-airflow-providers-elasticsearch/changelog.rst
index 5749c2e..92ad678 100644
--- a/docs/apache-airflow-providers-elasticsearch/changelog.rst
+++ b/docs/apache-airflow-providers-elasticsearch/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index 888d9a8..78ff6f5 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-elasticsearch
 ------------------------------------------------------
@@ -28,6 +28,21 @@
 
 
 
+5.1.1
+.....
+
+Latest change: 2023-11-08
+
+=================================================================================================  ===========  =================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =================================================================================
+`b3be18b36f <https://github.com/apache/airflow/commit/b3be18b36f6dd96dd57717d6fa0484fc8f02805e>`_  2023-11-08   ``Use None instead of empty data structures when no ElasticSearch logs (#34793)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+`7a93b19138 <https://github.com/apache/airflow/commit/7a93b1913845710eb67ab4670c1be9e9382c030b>`_  2023-10-16   ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
+=================================================================================================  ===========  =================================================================================
+
 5.1.0
 .....
 
@@ -36,6 +51,7 @@
 =================================================================================================  ===========  =====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =====================================================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0e5890bdcb <https://github.com/apache/airflow/commit/0e5890bdcb6ea92f8333c46493ea7c065e4d6bf7>`_  2023-10-13   ``Remove unused argument metadata from es_read and make clearly private (#34790)``
 `a1a23528da <https://github.com/apache/airflow/commit/a1a23528da0edbd9587c8ab922ba325cfde79976>`_  2023-10-05   ``Improve intelligibility of end_of_log determination (#34788)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index 41743f7..2e3f570 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -63,8 +63,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -79,7 +77,7 @@
 `Elasticsearch <https://www.elastic.co/elasticsearch>`__
 
 
-Release: 5.1.0
+Release: 5.1.1
 
 Provider package
 ----------------
@@ -132,5 +130,5 @@
 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-elasticsearch 5.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-5.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-5.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-5.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-elasticsearch 5.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-elasticsearch 5.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-5.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-5.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-5.1.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-elasticsearch 5.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.1.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-ftp/changelog.rst b/docs/apache-airflow-providers-ftp/changelog.rst
index 61cd70a..bb0de62 100644
--- a/docs/apache-airflow-providers-ftp/changelog.rst
+++ b/docs/apache-airflow-providers-ftp/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-ftp/commits.rst b/docs/apache-airflow-providers-ftp/commits.rst
index 499894c..2d9505a 100644
--- a/docs/apache-airflow-providers-ftp/commits.rst
+++ b/docs/apache-airflow-providers-ftp/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-ftp
 ------------------------------------------------------
@@ -28,16 +28,34 @@
 
 
 
+3.6.1
+.....
+
+Latest change: 2023-10-31
+
+=================================================================================================  ===========  =========================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =========================================================================
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+`ff30dcc1e1 <https://github.com/apache/airflow/commit/ff30dcc1e18abf267e4381bcc64a247da3c9af35>`_  2023-10-31   ``FTPHook methods should not change working directory (#35105)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+`b75f9e8806 <https://github.com/apache/airflow/commit/b75f9e880614fa0427e7d24a1817955f5de658b3>`_  2023-10-18   ``Upgrade pre-commits (#35033)``
+`7a93b19138 <https://github.com/apache/airflow/commit/7a93b1913845710eb67ab4670c1be9e9382c030b>`_  2023-10-16   ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)``
+=================================================================================================  ===========  =========================================================================
+
 3.6.0
 .....
 
-Latest change: 2023-10-05
+Latest change: 2023-10-13
 
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 
 3.5.2
 .....
diff --git a/docs/apache-airflow-providers-ftp/index.rst b/docs/apache-airflow-providers-ftp/index.rst
index 70826e5..cbef320 100644
--- a/docs/apache-airflow-providers-ftp/index.rst
+++ b/docs/apache-airflow-providers-ftp/index.rst
@@ -68,8 +68,6 @@
     System Tests <_api/tests/system/providers/ftp/index>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -84,7 +82,7 @@
 `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
 
 
-Release: 3.6.0
+Release: 3.6.1
 
 Provider package
 ----------------
@@ -135,5 +133,5 @@
 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.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.6.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-ftp 3.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.6.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-ftp 3.6.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.6.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.6.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-ftp-3.6.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-ftp 3.6.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.6.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.6.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.6.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-google/changelog.rst b/docs/apache-airflow-providers-google/changelog.rst
index 5c215a1..4969110 100644
--- a/docs/apache-airflow-providers-google/changelog.rst
+++ b/docs/apache-airflow-providers-google/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index e01c3ce..5b8e922 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -36,6 +35,18 @@
 
 
 
+10.11.1
+.......
+
+Latest change: 2023-11-03
+
+=================================================================================================  ===========  ==========================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==========================================================
+`64d1085cb9 <https://github.com/apache/airflow/commit/64d1085cb9003583419fa576392fb087fd950180>`_  2023-11-03   ``Update Google Ads API version from v14 to v15 (#35295)``
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+=================================================================================================  ===========  ==========================================================
+
 10.11.0
 .......
 
@@ -44,6 +55,7 @@
 =================================================================================================  ===========  ======================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ======================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `04e2fbd92b <https://github.com/apache/airflow/commit/04e2fbd92bb6cb2b5abf6f16786b9800a0d49808>`_  2023-10-27   ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)``
 `acff4c79dc <https://github.com/apache/airflow/commit/acff4c79dcbb7926923d86adb4c5115e02cf28e6>`_  2023-10-26   ``Make Dataprep system test self-sufficient (#34880)``
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index 7589ee2..56a1af7 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -64,8 +64,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -87,7 +85,7 @@
   - `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
 
 
-Release: 10.11.0
+Release: 10.11.1
 
 Provider package
 ----------------
@@ -117,7 +115,7 @@
 ``gcloud-aio-bigquery``                  ``>=6.1.2``
 ``gcloud-aio-storage``
 ``gcsfs``                                ``>=2023.9.2``
-``google-ads``                           ``>=21.2.0``
+``google-ads``                           ``>=22.1.0``
 ``google-api-core``                      ``>=2.11.0``
 ``google-api-python-client``             ``>=1.6.0``
 ``google-auth``                          ``>=1.0.0``
@@ -211,5 +209,5 @@
 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.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.11.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 10.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.11.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 10.11.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.11.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.11.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.11.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 10.11.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.11.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.11.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.11.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-http/changelog.rst b/docs/apache-airflow-providers-http/changelog.rst
index 3c3648d..b37da91 100644
--- a/docs/apache-airflow-providers-http/changelog.rst
+++ b/docs/apache-airflow-providers-http/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-http/commits.rst b/docs/apache-airflow-providers-http/commits.rst
index d04b262..e5b3313 100644
--- a/docs/apache-airflow-providers-http/commits.rst
+++ b/docs/apache-airflow-providers-http/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-http
 ------------------------------------------------------
@@ -28,14 +28,31 @@
 
 
 
+4.7.0
+.....
+
+Latest change: 2023-11-03
+
+=================================================================================================  ===========  ======================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ======================================================================
+`fd78908097 <https://github.com/apache/airflow/commit/fd789080971a49496da0a79f3c8489cc0c1424f0>`_  2023-11-03   ``json data for async PUTs fixed (#35405)``
+`70b3bd3fb9 <https://github.com/apache/airflow/commit/70b3bd3fb960e8b052f31b4acb59961357548e3a>`_  2023-11-03   ``Add pagination to 'HttpOperator' and make it more modular (#34669)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+`b75f9e8806 <https://github.com/apache/airflow/commit/b75f9e880614fa0427e7d24a1817955f5de658b3>`_  2023-10-18   ``Upgrade pre-commits (#35033)``
+=================================================================================================  ===========  ======================================================================
+
 4.6.0
 .....
 
-Latest change: 2023-10-05
+Latest change: 2023-10-13
 
 =================================================================================================  ===========  =====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =====================================================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
 `7ebf4220c9 <https://github.com/apache/airflow/commit/7ebf4220c9abd001f1fa23c95f882efddd5afbac>`_  2023-09-28   ``Refactor usage of str() in providers (#34320)``
 `c55fd77f76 <https://github.com/apache/airflow/commit/c55fd77f76aafc76463e3dd2a6ecaa29e56bd967>`_  2023-09-18   ``fix(providers/http): respect soft_fail argument when exception is raised (#34391)``
diff --git a/docs/apache-airflow-providers-http/index.rst b/docs/apache-airflow-providers-http/index.rst
index 0a30df4..862b879 100644
--- a/docs/apache-airflow-providers-http/index.rst
+++ b/docs/apache-airflow-providers-http/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
 
 
-Release: 4.6.0
+Release: 4.7.0
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-microsoft-azure/changelog.rst b/docs/apache-airflow-providers-microsoft-azure/changelog.rst
index 59e5459..540a42e 100644
--- a/docs/apache-airflow-providers-microsoft-azure/changelog.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 43c232e..d6114f1 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,19 +28,50 @@
 
 
 
+8.2.0
+.....
+
+Latest change: 2023-11-08
+
+=================================================================================================  ===========  ====================================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ====================================================================================================
+`22d583403b <https://github.com/apache/airflow/commit/22d583403b79356d7ff604e8f3a3bad924764029>`_  2023-11-08   ``Fix AzureContainerInstanceOperator remove_on_error (#35212)``
+`1addff5511 <https://github.com/apache/airflow/commit/1addff55112107f42612a4ac0c1a4e9f37429412>`_  2023-11-06   ``Remove empty TYPE_CHECKING block into the Azure provider (#35477)``
+`2980eb137d <https://github.com/apache/airflow/commit/2980eb137d518d071aaec4f849a6dbbe5e1724cb>`_  2023-11-05   ``fix(providers/microsoft): setting use_async=True for get_async_default_azure_credential (#35432)``
+`13865ab05a <https://github.com/apache/airflow/commit/13865ab05a26bc4923f00a734889d03aa3b8d2b2>`_  2023-11-03   ``add managed identity support to AsyncDefaultAzureCredential (#35394)``
+`b27047430f <https://github.com/apache/airflow/commit/b27047430fa49538a737138e3c2e57368c4d33b0>`_  2023-11-02   ``Refactor azure managed identity (#35367)``
+`f84c45827e <https://github.com/apache/airflow/commit/f84c45827e6d743d58fd01b0511bcd1b3be85f5a>`_  2023-11-01   ``feat(provider/azure): add managed identity support to container_registry hook (#35320)``
+`2e8ce5d778 <https://github.com/apache/airflow/commit/2e8ce5d77882122c344ddac6da4a6009c46b5dc4>`_  2023-11-01   ``feat(provider/azure): add managed identity support to wasb hook (#35326)``
+`20afbf8036 <https://github.com/apache/airflow/commit/20afbf8036f1310393c51ded69d4ed9032adf425>`_  2023-11-01   ``feat(provider/azure): add managed identity support to asb hook (#35324)``
+`a13c091f2d <https://github.com/apache/airflow/commit/a13c091f2d7177e54de023ae3ab3e4b3fda4d695>`_  2023-11-01   ``feat(provider/azure): add managed identity support to cosmos hook (#35323)``
+`a2658368ba <https://github.com/apache/airflow/commit/a2658368bac3597504440c97bf7c0051bd6d110b>`_  2023-11-01   ``feat(provider/azure): add managed identity support to container_volume hook (#35321)``
+`9114256fd3 <https://github.com/apache/airflow/commit/9114256fd3ecf77fa293194e6c5b8ede71554240>`_  2023-11-01   ``feat(provider/azure): add managed identity support to container_instance hook (#35319)``
+`8d2364bb25 <https://github.com/apache/airflow/commit/8d2364bb256db0c723e045d27857bed9503b412d>`_  2023-11-01   ``feat(provider/azure): add managed identity support to adx hook (#35325)``
+`309f8363fd <https://github.com/apache/airflow/commit/309f8363fd8f7836915f1945e6bf12bb0859afba>`_  2023-11-01   ``feat(provider/azure): add managed identity support to batch hook (#35327)``
+`15c952f449 <https://github.com/apache/airflow/commit/15c952f44990b39d98a311d82ce219f0aec7ceb4>`_  2023-11-01   ``feat(provider/azure): add managed identity support to data_factory hook (#35328)``
+`0652038c09 <https://github.com/apache/airflow/commit/0652038c09a79420f46570e9ca5713eb4f2f6552>`_  2023-11-01   ``feat(provider/azure): add managed identity support to synapse hook (#35329)``
+`7689db2cc0 <https://github.com/apache/airflow/commit/7689db2cc03cae80993a32c55df68a259eaffa52>`_  2023-11-01   ``feat(provider/azure): add managed identity support to fileshare hook (#35330)``
+`e22f961071 <https://github.com/apache/airflow/commit/e22f96107198f9afbbfce2b7e1913ae598f1813a>`_  2023-11-01   ``Reuse get_default_azure_credential method from Azure utils method (#35318)``
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+`ebcb16201a <https://github.com/apache/airflow/commit/ebcb16201af08f9815124f27e2fba841c2b9cd9f>`_  2023-10-30   `` make DefaultAzureCredential configurable in AzureKeyVaultBackend (#35052)``
+`2b011b28ad <https://github.com/apache/airflow/commit/2b011b28adf95ec8c686cdb69630c28b74049cf4>`_  2023-10-30   ``Make DefaultAzureCredential in AzureBaseHook configuration (#35051)``
+=================================================================================================  ===========  ====================================================================================================
+
 8.1.0
 .....
 
 Latest change: 2023-10-28
 
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `04e2fbd92b <https://github.com/apache/airflow/commit/04e2fbd92bb6cb2b5abf6f16786b9800a0d49808>`_  2023-10-27   ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)``
 `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
 `b75f9e8806 <https://github.com/apache/airflow/commit/b75f9e880614fa0427e7d24a1817955f5de658b3>`_  2023-10-18   ``Upgrade pre-commits (#35033)``
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
 
 8.0.0
 .....
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst
index 752d94f..07fb6f0 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -66,8 +66,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -82,7 +80,7 @@
 `Microsoft Azure <https://azure.microsoft.com/>`__
 
 
-Release: 8.1.0
+Release: 8.2.0
 
 Provider package
 ----------------
@@ -155,5 +153,5 @@
 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 8.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-8.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-8.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-8.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 8.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-8.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-8.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-8.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 8.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-8.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-8.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-8.2.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 8.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-8.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-8.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-8.2.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-openai/changelog.rst b/docs/apache-airflow-providers-openai/changelog.rst
index 6dac5e8..f881ebc 100644
--- a/docs/apache-airflow-providers-openai/changelog.rst
+++ b/docs/apache-airflow-providers-openai/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -15,4 +15,4 @@
     specific language governing permissions and limitations
     under the License.
 
-.. include:: ../../airflow/providers/odbc/CHANGELOG.rst
+.. include:: ../../airflow/providers/openai/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-openai/commits.rst b/docs/apache-airflow-providers-openai/commits.rst
index 65a96ff..d85293b 100644
--- a/docs/apache-airflow-providers-openai/commits.rst
+++ b/docs/apache-airflow-providers-openai/commits.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -15,5 +15,26 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+
 Package apache-airflow-providers-openai
-----------------------------------------
+------------------------------------------------------
+
+`OpenAI <https://platform.openai.com/docs/introduction>`__
+
+
+This is detailed commit list of changes for versions provider package: ``openai``.
+For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ================================
+`cca4aa4e9a <https://github.com/apache/airflow/commit/cca4aa4e9ab545c8aab01b05941a372044668a67>`_  2023-11-07   ``Add OpenAI Provider (#35023)``
+=================================================================================================  ===========  ================================
diff --git a/docs/apache-airflow-providers-openai/index.rst b/docs/apache-airflow-providers-openai/index.rst
index deb07c0..8925faa 100644
--- a/docs/apache-airflow-providers-openai/index.rst
+++ b/docs/apache-airflow-providers-openai/index.rst
@@ -95,3 +95,37 @@
     :caption: Commits
 
     Detailed list of commits <commits>
+
+
+Package apache-airflow-providers-openai
+------------------------------------------------------
+
+`OpenAI <https://platform.openai.com/docs/introduction>`__
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``openai`` provider. All classes for this provider package
+are in ``airflow.providers.openai`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below)
+for the minimum Airflow version supported) via
+``pip install apache-airflow-providers-openai``
+
+Requirements
+------------
+
+The minimum Apache Airflow version supported by this provider package is ``2.5.0``.
+
+===================  ==================
+PIP package          Version required
+===================  ==================
+``apache-airflow``   ``>=2.5.0``
+``openai[datalib]``  ``>=0.28.1,<1.0``
+===================  ==================
diff --git a/docs/apache-airflow-providers-openlineage/changelog.rst b/docs/apache-airflow-providers-openlineage/changelog.rst
index 23c947a..462b55d 100644
--- a/docs/apache-airflow-providers-openlineage/changelog.rst
+++ b/docs/apache-airflow-providers-openlineage/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-openlineage/commits.rst b/docs/apache-airflow-providers-openlineage/commits.rst
index 62000fa..08ed5cb 100644
--- a/docs/apache-airflow-providers-openlineage/commits.rst
+++ b/docs/apache-airflow-providers-openlineage/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -29,18 +28,32 @@
 
 
 
+1.2.1
+.....
+
+Latest change: 2023-11-06
+
+=================================================================================================  ===========  ==========================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==========================================================================
+`59b32dc0a0 <https://github.com/apache/airflow/commit/59b32dc0a0bcdffd124b82d92428f334646cd8cd>`_  2023-11-06   ``Fix bad regexp in mypy-providers specification in pre-commits (#35465)``
+`6858ea46eb <https://github.com/apache/airflow/commit/6858ea46eb5282034b0695720d797dcb7ef91100>`_  2023-11-04   ``Make schema filter uppercase in 'create_filter_clauses' (#35428)``
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+=================================================================================================  ===========  ==========================================================================
+
 1.2.0
 .....
 
 Latest change: 2023-10-28
 
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `0940d09859 <https://github.com/apache/airflow/commit/0940d098590139c8ab5940813f628530c86944b6>`_  2023-10-25   ``Send column lineage from SQL operators. (#34843)``
 `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
-=================================================================================================  ===========  =============================================================
+=================================================================================================  ===========  ==================================================================
 
 1.1.1
 .....
diff --git a/docs/apache-airflow-providers-openlineage/index.rst b/docs/apache-airflow-providers-openlineage/index.rst
index 5439d03..62ffc1f 100644
--- a/docs/apache-airflow-providers-openlineage/index.rst
+++ b/docs/apache-airflow-providers-openlineage/index.rst
@@ -74,8 +74,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -90,7 +88,7 @@
 `OpenLineage <https://openlineage.io/>`__
 
 
-Release: 1.2.0
+Release: 1.2.1
 
 Provider package
 ----------------
@@ -145,5 +143,5 @@
 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.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.2.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-openlineage 1.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.2.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-openlineage 1.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-openlineage-1.2.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-openlineage 1.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.2.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-pgvector/commits.rst b/docs/apache-airflow-providers-pgvector/commits.rst
index a3ead71..e09d6ef 100644
--- a/docs/apache-airflow-providers-pgvector/commits.rst
+++ b/docs/apache-airflow-providers-pgvector/commits.rst
@@ -25,3 +25,16 @@
 
 This is detailed commit list of changes for versions provider package: ``pgvector``.
 For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  =================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =================================================
+`fb76f1fa15 <https://github.com/apache/airflow/commit/fb76f1fa156a6e49cc3fd0fa6c3719737a1bb548>`_  2023-11-07   ``Add pgvector provider implementation (#35399)``
+=================================================================================================  ===========  =================================================
diff --git a/docs/apache-airflow-providers-pinecone/changelog.rst b/docs/apache-airflow-providers-pinecone/changelog.rst
index d9d6217..e290448 100644
--- a/docs/apache-airflow-providers-pinecone/changelog.rst
+++ b/docs/apache-airflow-providers-pinecone/changelog.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-pinecone/commits.rst b/docs/apache-airflow-providers-pinecone/commits.rst
index 070b1b1..54dde07 100644
--- a/docs/apache-airflow-providers-pinecone/commits.rst
+++ b/docs/apache-airflow-providers-pinecone/commits.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -15,5 +15,28 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+
 Package apache-airflow-providers-pinecone
--------------------------------------------
+------------------------------------------------------
+
+`Pinecone <https://docs.pinecone.io/docs/overview>`__
+
+
+This is detailed commit list of changes for versions provider package: ``pinecone``.
+For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2023-11-08
+
+=================================================================================================  ===========  ========================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ========================================================
+`5ed74bf835 <https://github.com/apache/airflow/commit/5ed74bf835d09250cd1baf9e04e05883fe0a211b>`_  2023-11-08   ``Update the connection for pinecone provider (#35523)``
+`65020ee66a <https://github.com/apache/airflow/commit/65020ee66afa803f9bda226f176233e47b59a8d0>`_  2023-11-07   ``Add utils methods in pinecone provider (#35502)``
+`f4934562d4 <https://github.com/apache/airflow/commit/f4934562d44c6e1fa7cc8c414a04a4b917d3de2c>`_  2023-11-07   ``Add Pinecone Provider (#35094)``
+=================================================================================================  ===========  ========================================================
diff --git a/docs/apache-airflow-providers-pinecone/index.rst b/docs/apache-airflow-providers-pinecone/index.rst
index a999aff..f64d8db 100644
--- a/docs/apache-airflow-providers-pinecone/index.rst
+++ b/docs/apache-airflow-providers-pinecone/index.rst
@@ -96,3 +96,45 @@
 ``apache-airflow``    ``>=2.5.0``
 ``pinecone-client``  ``>=2.2.4``
 ===================  ==================
+
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: Commits
+
+    Detailed list of commits <commits>
+
+
+Package apache-airflow-providers-pinecone
+------------------------------------------------------
+
+`Pinecone <https://docs.pinecone.io/docs/overview>`__
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``pinecone`` provider. All classes for this provider package
+are in ``airflow.providers.pinecone`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below)
+for the minimum Airflow version supported) via
+``pip install apache-airflow-providers-pinecone``
+
+Requirements
+------------
+
+The minimum Apache Airflow version supported by this provider package is ``2.5.0``.
+
+===================  ==================
+PIP package          Version required
+===================  ==================
+``apache-airflow``   ``>=2.5.0``
+``pinecone-client``  ``>=2.2.4``
+===================  ==================
diff --git a/docs/apache-airflow-providers-postgres/changelog.rst b/docs/apache-airflow-providers-postgres/changelog.rst
index 178a3bd..e119701 100644
--- a/docs/apache-airflow-providers-postgres/changelog.rst
+++ b/docs/apache-airflow-providers-postgres/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-postgres/commits.rst b/docs/apache-airflow-providers-postgres/commits.rst
index ef3f513..738a2e0 100644
--- a/docs/apache-airflow-providers-postgres/commits.rst
+++ b/docs/apache-airflow-providers-postgres/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-postgres
 ------------------------------------------------------
@@ -28,14 +28,29 @@
 
 
 
+5.8.0
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ==================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================================
+`a777bf89e2 <https://github.com/apache/airflow/commit/a777bf89e2a1a3a19fbb5e8c879fa26697efc38a>`_  2023-11-07   ``Refactor cursor retrieval in PostgresHook. (#35498)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+=================================================================================================  ===========  ==================================================================
+
 5.7.1
 .....
 
-Latest change: 2023-10-16
+Latest change: 2023-10-18
 
 =================================================================================================  ===========  ==============================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ==============================================================================================
+`39e611b43b <https://github.com/apache/airflow/commit/39e611b43b06df0582f0c69de824c4657c3423eb>`_  2023-10-18   ``Prepare docs 2nd wave of Providers in October 2023 (#35020)``
 `6bb6ae8f9f <https://github.com/apache/airflow/commit/6bb6ae8f9fa02c7b7c6d3fe0c6efe09c7cfb3294>`_  2023-10-16   ``'PostgresOperator' should not overwrite 'SQLExecuteQueryOperator.template_fields' (#34969)``
 =================================================================================================  ===========  ==============================================================================================
 
diff --git a/docs/apache-airflow-providers-postgres/index.rst b/docs/apache-airflow-providers-postgres/index.rst
index 083dfed..31d899e 100644
--- a/docs/apache-airflow-providers-postgres/index.rst
+++ b/docs/apache-airflow-providers-postgres/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 `PostgreSQL <https://www.postgresql.org/>`__
 
 
-Release: 5.7.1
+Release: 5.8.0
 
 Provider package
 ----------------
@@ -132,5 +130,5 @@
 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-postgres 5.7.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-5.7.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-5.7.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-5.7.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-postgres 5.7.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.7.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.7.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.7.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-postgres 5.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-5.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-5.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-postgres-5.8.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-postgres 5.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.8.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-qubole/changelog.rst b/docs/apache-airflow-providers-qubole/changelog.rst
index 90e831b..8e1f770 100644
--- a/docs/apache-airflow-providers-qubole/changelog.rst
+++ b/docs/apache-airflow-providers-qubole/changelog.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-qubole/commits.rst b/docs/apache-airflow-providers-qubole/commits.rst
index 6e627cc..7138316 100644
--- a/docs/apache-airflow-providers-qubole/commits.rst
+++ b/docs/apache-airflow-providers-qubole/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-qubole
 ------------------------------------------------------
@@ -28,14 +28,32 @@
 
 
 
+3.4.3
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ====================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ====================================================================================
+`3b8db612ff <https://github.com/apache/airflow/commit/3b8db612ff39abbf9e965081c859e9e439ed832d>`_  2023-11-07   ``Add information about Qubole removal and make it possible to release it (#35492)``
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+`b75f9e8806 <https://github.com/apache/airflow/commit/b75f9e880614fa0427e7d24a1817955f5de658b3>`_  2023-10-18   ``Upgrade pre-commits (#35033)``
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
+`0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
+`1f0e673ce3 <https://github.com/apache/airflow/commit/1f0e673ce3db5925dc1075e921ae204aa653118a>`_  2023-08-29   ``Suspend qubole provider (#33889)``
+=================================================================================================  ===========  ====================================================================================
+
 3.4.2
 .....
 
-Latest change: 2023-08-07
+Latest change: 2023-08-11
 
 =================================================================================================  ===========  ==========================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ==========================================================================
+`b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_  2023-08-11   ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)``
 `9736143468 <https://github.com/apache/airflow/commit/9736143468cfe034e65afb3df3031ab3626f0f6d>`_  2023-08-07   ``Add a new parameter to SQL operators to specify conn id field (#30784)``
 `6b892bf21f <https://github.com/apache/airflow/commit/6b892bf21f69a41caf670e2c498aea1c83086848>`_  2023-08-06   ``Upgrade ruff to latest 0.0.282 version in pre-commits (#33152)``
 `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_  2023-07-06   ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
diff --git a/docs/apache-airflow-providers-qubole/index.rst b/docs/apache-airflow-providers-qubole/index.rst
index f4d9db0..1d51169 100644
--- a/docs/apache-airflow-providers-qubole/index.rst
+++ b/docs/apache-airflow-providers-qubole/index.rst
@@ -61,8 +61,6 @@
 
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -76,7 +74,8 @@
 
 `Qubole <https://www.qubole.com/>`__
 
-Release: 3.4.2
+
+Release: 3.4.3
 
 Provider package
 ----------------
@@ -84,6 +83,14 @@
 This is a provider package for ``qubole`` provider. All classes for this provider package
 are in ``airflow.providers.qubole`` python package.
 
+    .. warning::
+
+        This provider is not maintained anymore by the community. It has been removed and is not going to be
+        updated anymore. The removal was done according to the process described in
+        `Removing community providers <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#removing-community-providers>`_
+
+        Feel free to contact Airflow Development Mailing List if you have any questions.
+
 Installation
 ------------
 
@@ -94,40 +101,12 @@
 Requirements
 ------------
 
-The minimum Apache Airflow version supported by this provider package is ``2.4.0``.
+The minimum Apache Airflow version supported by this provider package is ``2.5.0``.
 
 =======================================  ==================
 PIP package                              Version required
 =======================================  ==================
-``apache-airflow``                       ``>=2.4.0``
+``apache-airflow``                       ``>=2.5.0``
 ``apache-airflow-providers-common-sql``  ``>=1.3.1``
 ``qds-sdk``                              ``>=1.10.4``
 =======================================  ==================
-
-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-qubole[common.sql]
-
-
-============================================================================================================  ==============
-Dependent package                                                                                             Extra
-============================================================================================================  ==============
-`apache-airflow-providers-common-sql <https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_  ``common.sql``
-============================================================================================================  ==============
-
-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-qubole 3.4.2 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-qubole-3.4.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-qubole-3.4.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-qubole-3.4.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-qubole 3.4.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_qubole-3.4.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_qubole-3.4.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_qubole-3.4.2-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-salesforce/changelog.rst b/docs/apache-airflow-providers-salesforce/changelog.rst
index e517a94..fbc4ddd 100644
--- a/docs/apache-airflow-providers-salesforce/changelog.rst
+++ b/docs/apache-airflow-providers-salesforce/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-salesforce/commits.rst b/docs/apache-airflow-providers-salesforce/commits.rst
index 87787a1..0d89977 100644
--- a/docs/apache-airflow-providers-salesforce/commits.rst
+++ b/docs/apache-airflow-providers-salesforce/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-salesforce
 ------------------------------------------------------
@@ -28,16 +28,32 @@
 
 
 
+5.5.1
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ==================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================================
+`11bdfe4c12 <https://github.com/apache/airflow/commit/11bdfe4c12efa2f5d256cc49916a20beaa5487eb>`_  2023-11-07   ``Work around typing issue in examples and providers (#35494)``
+`90a100a7c3 <https://github.com/apache/airflow/commit/90a100a7c3d554d1c674a90feaefdf42fd4c45ba>`_  2023-10-31   ``Fix SalesforceHook compatiblity with Pandas 2.x (#35145)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+=================================================================================================  ===========  ==================================================================
+
 5.5.0
 .....
 
-Latest change: 2023-10-05
+Latest change: 2023-10-13
 
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 
 5.4.3
 .....
diff --git a/docs/apache-airflow-providers-salesforce/index.rst b/docs/apache-airflow-providers-salesforce/index.rst
index d3effd1..53c65df 100644
--- a/docs/apache-airflow-providers-salesforce/index.rst
+++ b/docs/apache-airflow-providers-salesforce/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 `Salesforce <https://www.salesforce.com/>`__
 
 
-Release: 5.5.0
+Release: 5.5.1
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-slack/changelog.rst b/docs/apache-airflow-providers-slack/changelog.rst
index f57eebe..1cc754d 100644
--- a/docs/apache-airflow-providers-slack/changelog.rst
+++ b/docs/apache-airflow-providers-slack/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst
index fec0272..41d665d 100644
--- a/docs/apache-airflow-providers-slack/commits.rst
+++ b/docs/apache-airflow-providers-slack/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -21,7 +20,10 @@
 Package apache-airflow-providers-slack
 ------------------------------------------------------
 
-`Slack <https://slack.com/>`__
+`Slack <https://slack.com/>`__ services integration including:
+
+  - `Slack API <https://api.slack.com/>`__
+  - `Slack Incoming Webhook <https://api.slack.com/messaging/webhooks>`__
 
 
 This is detailed commit list of changes for versions provider package: ``slack``.
@@ -29,6 +31,19 @@
 
 
 
+8.4.0
+.....
+
+Latest change: 2023-11-07
+
+=================================================================================================  ===========  ===============================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ===============================================================
+`3fbd9d6b18 <https://github.com/apache/airflow/commit/3fbd9d6b18021faa08550532241515d75fbf3b83>`_  2023-11-07   ``Add missing examples into Slack Provider (#35495)``
+`11bdfe4c12 <https://github.com/apache/airflow/commit/11bdfe4c12efa2f5d256cc49916a20beaa5487eb>`_  2023-11-07   ``Work around typing issue in examples and providers (#35494)``
+`850e1947a6 <https://github.com/apache/airflow/commit/850e1947a6691e3c0664e59bbb36debc3ab19f48>`_  2023-11-05   ``Reorganize SQL to Slack Operators (#35215)``
+=================================================================================================  ===========  ===============================================================
+
 8.3.0
 .....
 
@@ -37,6 +52,7 @@
 =================================================================================================  ===========  ================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ================================================================================
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
 `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
 `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
 `e6f445129a <https://github.com/apache/airflow/commit/e6f445129a998eab62d71bd91b4a5f46cd77c1de>`_  2023-10-19   ``Pass additional arguments from Slack's Operators/Notifiers to Hooks (#35039)``
diff --git a/docs/apache-airflow-providers-slack/index.rst b/docs/apache-airflow-providers-slack/index.rst
index 3a13c18..a9543f9 100644
--- a/docs/apache-airflow-providers-slack/index.rst
+++ b/docs/apache-airflow-providers-slack/index.rst
@@ -62,8 +62,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -75,10 +73,13 @@
 Package apache-airflow-providers-slack
 ------------------------------------------------------
 
-`Slack <https://slack.com/>`__
+`Slack <https://slack.com/>`__ services integration including:
+
+  - `Slack API <https://api.slack.com/>`__
+  - `Slack Incoming Webhook <https://api.slack.com/messaging/webhooks>`__
 
 
-Release: 8.3.0
+Release: 8.4.0
 
 Provider package
 ----------------
@@ -131,5 +132,5 @@
 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-slack 8.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-8.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-8.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-8.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-slack 8.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-slack 8.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-8.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-8.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-8.4.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-slack 8.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.4.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-snowflake/changelog.rst b/docs/apache-airflow-providers-snowflake/changelog.rst
index ce9fdc6..1e1d510 100644
--- a/docs/apache-airflow-providers-snowflake/changelog.rst
+++ b/docs/apache-airflow-providers-snowflake/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst
index bdc76d2..c4bf207 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-snowflake
 ------------------------------------------------------
@@ -28,14 +28,31 @@
 
 
 
+5.1.1
+.....
+
+Latest change: 2023-11-04
+
+=================================================================================================  ===========  ====================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ====================================================================
+`a6a7173854 <https://github.com/apache/airflow/commit/a6a717385416a3468b09577dfe1d7e0702b5a0df>`_  2023-11-04   ``Bump min 'snowflake-connector-python' version (#35440)``
+`6858ea46eb <https://github.com/apache/airflow/commit/6858ea46eb5282034b0695720d797dcb7ef91100>`_  2023-11-04   ``Make schema filter uppercase in 'create_filter_clauses' (#35428)``
+`63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_  2023-10-31   ``Switch from Black to Ruff formatter (#35287)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+=================================================================================================  ===========  ====================================================================
+
 5.1.0
 .....
 
-Latest change: 2023-10-05
+Latest change: 2023-10-13
 
 =================================================================================================  ===========  ===================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ===================================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
 `966c2bce9f <https://github.com/apache/airflow/commit/966c2bce9f6e8d7d1ba9d0519332a7d74a8b17d1>`_  2023-09-21   ``Decode response in f-string (#34518)``
 `659d94f0ae <https://github.com/apache/airflow/commit/659d94f0ae89f47a7d4b95d6c19ab7f87bd3a60f>`_  2023-09-21   ``Use 'airflow.exceptions.AirflowException' in providers (#34511)``
diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst
index 2f20139..0e3e197 100644
--- a/docs/apache-airflow-providers-snowflake/index.rst
+++ b/docs/apache-airflow-providers-snowflake/index.rst
@@ -61,8 +61,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -77,7 +75,7 @@
 `Snowflake <https://www.snowflake.com/>`__
 
 
-Release: 5.1.0
+Release: 5.1.1
 
 Provider package
 ----------------
@@ -132,5 +130,5 @@
 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 5.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-5.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-5.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-5.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-snowflake 5.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-snowflake 5.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-5.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-5.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-5.1.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-snowflake 5.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.1.1-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-weaviate/changelog.rst b/docs/apache-airflow-providers-weaviate/changelog.rst
index ab7a2ba..de76b33 100644
--- a/docs/apache-airflow-providers-weaviate/changelog.rst
+++ b/docs/apache-airflow-providers-weaviate/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-weaviate/commits.rst b/docs/apache-airflow-providers-weaviate/commits.rst
index da584d8..d6684ef 100644
--- a/docs/apache-airflow-providers-weaviate/commits.rst
+++ b/docs/apache-airflow-providers-weaviate/commits.rst
@@ -15,5 +15,26 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+
 Package apache-airflow-providers-weaviate
--------------------------------------------
+------------------------------------------------------
+
+`Weaviate <https://weaviate.io/developers/weaviate>`__
+
+
+This is detailed commit list of changes for versions provider package: ``weaviate``.
+For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2023-11-06
+
+=================================================================================================  ===========  ==================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================
+`4fe87eaa2d <https://github.com/apache/airflow/commit/4fe87eaa2ddbfbcd786d9c69572ce18c527fdff3>`_  2023-11-06   ``Add Weaviate Provider (#35060)``
+=================================================================================================  ===========  ==================================
diff --git a/docs/apache-airflow-providers-weaviate/index.rst b/docs/apache-airflow-providers-weaviate/index.rst
index 6038de5..5727e75 100644
--- a/docs/apache-airflow-providers-weaviate/index.rst
+++ b/docs/apache-airflow-providers-weaviate/index.rst
@@ -96,3 +96,45 @@
 ``apache-airflow``    ``>=2.5.0``
 ``weaviate-client``  ``>=3.24.2``
 ===================  ==================
+
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: Commits
+
+    Detailed list of commits <commits>
+
+
+Package apache-airflow-providers-weaviate
+------------------------------------------------------
+
+`Weaviate <https://weaviate.io/developers/weaviate>`__
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``weaviate`` provider. All classes for this provider package
+are in ``airflow.providers.weaviate`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below)
+for the minimum Airflow version supported) via
+``pip install apache-airflow-providers-weaviate``
+
+Requirements
+------------
+
+The minimum Apache Airflow version supported by this provider package is ``2.5.0``.
+
+===================  ==================
+PIP package          Version required
+===================  ==================
+``apache-airflow``   ``>=2.5.0``
+``weaviate-client``  ``>=3.24.2``
+===================  ==================
diff --git a/docs/apache-airflow-providers-yandex/changelog.rst b/docs/apache-airflow-providers-yandex/changelog.rst
index 8a5222b..c8a998e 100644
--- a/docs/apache-airflow-providers-yandex/changelog.rst
+++ b/docs/apache-airflow-providers-yandex/changelog.rst
@@ -1,4 +1,4 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
diff --git a/docs/apache-airflow-providers-yandex/commits.rst b/docs/apache-airflow-providers-yandex/commits.rst
index 5a6e170..ef08990 100644
--- a/docs/apache-airflow-providers-yandex/commits.rst
+++ b/docs/apache-airflow-providers-yandex/commits.rst
@@ -1,5 +1,4 @@
-
- .. Licensed to the Apache Software Foundation (ASF) under one
+.. Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
@@ -16,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
 
 Package apache-airflow-providers-yandex
 ------------------------------------------------------
@@ -28,16 +28,31 @@
 
 
 
+3.6.0
+.....
+
+Latest change: 2023-11-03
+
+=================================================================================================  ===========  ==================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================================
+`0b850a97e8 <https://github.com/apache/airflow/commit/0b850a97e8972f9c2cef9cb5ab520b6018033cdb>`_  2023-11-03   ``Yandex dataproc deduce default service account (#35059)``
+`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_  2023-10-28   ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_  2023-10-19   ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+=================================================================================================  ===========  ==================================================================
+
 3.5.0
 .....
 
-Latest change: 2023-10-05
+Latest change: 2023-10-13
 
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
+`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_  2023-10-13   ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
 `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_  2023-10-05   ``Bump min airflow version of providers (#34728)``
-=================================================================================================  ===========  ==================================================
+=================================================================================================  ===========  ===============================================================
 
 3.4.0
 .....
diff --git a/docs/apache-airflow-providers-yandex/index.rst b/docs/apache-airflow-providers-yandex/index.rst
index c0cfacc..5141bdc 100644
--- a/docs/apache-airflow-providers-yandex/index.rst
+++ b/docs/apache-airflow-providers-yandex/index.rst
@@ -62,8 +62,6 @@
     Installing from sources <installing-providers-from-sources>
 
 .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
-
-
 .. toctree::
     :hidden:
     :maxdepth: 1
@@ -78,7 +76,7 @@
 Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__
 
 
-Release: 3.5.0
+Release: 3.6.0
 
 Provider package
 ----------------