Prepare docs 2nd wave May 2024 (#39565)

* Prepare docs 2nd wave May 2024

* add more changes to google
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 3c96c78..9ae6b22 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -26,6 +26,31 @@
 Changelog
 ---------
 
+8.22.0
+......
+
+Features
+~~~~~~~~
+
+* ``'S3DeleteObjectsOperator' Added ability to filter keys by last modified time (#39151)``
+* ``Amazon Bedrock - Add Knowledge Bases and Data Sources integration (#39245)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``EcsExcecutor Scheduler to handle incrementing of try_number (#39336)``
+* ``ECS Executor: Set tasks to RUNNING state once active (#39212)``
+
+Misc
+~~~~
+
+* ``Add 'jmespath' as an explicit dependency (#39350)``
+* ``Drop 'xmlsec' dependency (#39534)``
+* ``Reapply templates for all providers (#39554)``
+* ``Faster 'airflow_version' imports (#39552)``
+* ``enh(amazon_hook): raise not found exception instead of general exception when download file (#39509)``
+* ``Simplify 'airflow_version' imports (#39497)``
+
 8.21.0
 ......
 
diff --git a/airflow/providers/amazon/__init__.py b/airflow/providers/amazon/__init__.py
index 80cbe4e..157c5b8 100644
--- a/airflow/providers/amazon/__init__.py
+++ b/airflow/providers/amazon/__init__.py
@@ -29,7 +29,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "8.21.0"
+__version__ = "8.22.0"
 
 if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
     "2.7.0"
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index 0d9243b..641c315 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,9 +22,10 @@
   Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
 
 state: ready
-source-date-epoch: 1715384391
+source-date-epoch: 1715450472
 # note that those versions are maintained by release manager - do not update them manually
 versions:
+  - 8.22.0
   - 8.21.0
   - 8.20.0
   - 8.19.0
diff --git a/airflow/providers/apache/iceberg/CHANGELOG.rst b/airflow/providers/apache/iceberg/CHANGELOG.rst
index c6b1367..797bb91 100644
--- a/airflow/providers/apache/iceberg/CHANGELOG.rst
+++ b/airflow/providers/apache/iceberg/CHANGELOG.rst
@@ -29,4 +29,4 @@
 1.0.0
 .....
 
-Initial version of the provider.
+* ``Add Apache Iceberg provider (#39155)``
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index 327c592..09a7cd4 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -46,6 +46,8 @@
 * ``Enhancement for SSL-support in CloudSQLExecuteQueryOperator (#38894)``
 * ``Create GKESuspendJobOperator and GKEResumeJobOperator operators (#38677)``
 * ``Add support for role arn for aws creds in Google Transfer Service operator (#38911)``
+* ``Add encryption_configuration parameter to BigQueryCheckOperator and BigQueryTableCheckOperator (#39432)``
+* ``Add 'job_id' parameter to 'BigQueryGetDataOperator' (#39315)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -54,12 +56,19 @@
 * ``Fix batching for BigQueryToPostgresOperator (#39233)``
 * ``Fix DataprocSubmitJobOperator in deferrable mode=True when task is marked as failed. (#39230)``
 * ``Fix GCSObjectExistenceSensor operator to return the same XCOM value in deferrable and non-deferrable mode (#39206)``
-* ``Bugfix conn_id BigQueryToMsSqlOperator (#39171)``
-* ``fix: add retry logic in case of google auth refresh credential error (#38961)``
-* ``fix: BigQueryCheckOperator skipped value and error check in deferrable mode (#38408)``
-* ``fix: Use prefixes instead of all file paths for OpenLineage datasets in GCSDeleteObjectsOperator (#39059)``
-* ``fix: Use prefixes instead of full file paths for OpenLineage datasets in GCSToGCSOperator (#39058)``
-* ``fix: OpenLineage datasets in GCSTimeSpanFileTransformOperator (#39064)``
+* ``Fix conn_id BigQueryToMsSqlOperator (#39171)``
+* ``Fix add retry logic in case of google auth refresh credential error (#38961)``
+* ``Fix BigQueryCheckOperator skipped value and error check in deferrable mode (#38408)``
+* ``Fix Use prefixes instead of all file paths for OpenLineage datasets in GCSDeleteObjectsOperator (#39059)``
+* ``Fix Use prefixes instead of full file paths for OpenLineage datasets in GCSToGCSOperator (#39058)``
+* ``Fix OpenLineage datasets in GCSTimeSpanFileTransformOperator (#39064)``
+* ``Fix generation temp filename in 'DataprocSubmitPySparkJobOperator' (#39498)``
+* ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocSubmitJobOperator (#39447)``
+* ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for BigQueryInsertJobOperator (#39442)``
+* ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocCreateClusterOperator (#39446)``
+* ``Fix 'DataprocCreateBatchOperator' with 'result_retry' raises 'AttributeError' (#39462)``
+* ``Fix yaml parsing for GKEStartKueueInsideClusterOperator (#39234)``
+* ``Fix validation of label values in BigQueryInsertJobOperator (#39568)``
 
 Misc
 ~~~~
@@ -69,10 +78,17 @@
 * ``Adding MSGraphOperator in Microsoft Azure provider (#38111)``
 * ``Apply PROVIDE_PROJECT_ID mypy workaround across Google provider (#39129)``
 * ``handle KubernetesDeleteJobOperator import (#39036)``
+* ``Remove Airflow 2.6 back compact code (#39558)``
+* ``Reapply templates for all providers (#39554)``
+* ``Faster 'airflow_version' imports (#39552)``
+* ``Add deprecation warnings and raise exception for already deprecated ones (#38673)``
+* ``Simplify 'airflow_version' imports (#39497)``
+* ``Disconnect GKE operators from deprecated hooks (#39434)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Activate RUF019 that checks for unnecessary key check (#38950)``
+   * ``Prepare docs 1st wave May 2024 (#39328)``
 
 10.17.0
 .......
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 164605b..8f386cb 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -42,6 +42,7 @@
 * ``Adding MSGraphOperator in Microsoft Azure provider (#38111)``
 * ``Make handling of connection by fs/adls.py closer to that of WasbHook and add unit tests. (#38747)``
 * ``Implement run-method on KiotaRequestAdapterHook and move logic away from triggerer to hook (#39237)``
+* ``Implemented MSGraphSensor as a deferrable sensor (#39304)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -52,6 +53,12 @@
 ~~~~
 
 * ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
+* ``Reapply templates for all providers (#39554)``
+* ``Faster 'airflow_version' imports (#39552)``
+* ``Simplify 'airflow_version' imports (#39497)``
+
+.. Review and move the new changes to one of the sections above:
+   * ``Prepare docs 1st wave May 2024 (#39328)``
 
 10.0.0
 ......
diff --git a/airflow/providers/pinecone/CHANGELOG.rst b/airflow/providers/pinecone/CHANGELOG.rst
index 5b9f384..35bdb73 100644
--- a/airflow/providers/pinecone/CHANGELOG.rst
+++ b/airflow/providers/pinecone/CHANGELOG.rst
@@ -60,6 +60,10 @@
 ~~~~
 
 * ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
+* ``Faster 'airflow_version' imports (#39552)``
+* ``Simplify 'airflow_version' imports (#39497)``
+* ``CreatePodIndexOperator fix defaults of pod_type and metric parameters (#39365)``
+* ``Reapply templates for all providers (#39554)``
 
 .. Review and move the new changes to one of the sections above:
    * ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
@@ -67,6 +71,7 @@
    * ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
    * ``Add comment about versions updated by release manager (#37488)``
    * ``D401 fixes in Pinecone provider (#37270)``
+   * ``Prepare docs 1st wave May 2024 (#39328)``
 
 1.1.2
 .....
diff --git a/airflow/providers/tabular/CHANGELOG.rst b/airflow/providers/tabular/CHANGELOG.rst
index 71edcb8..e65e1b7 100644
--- a/airflow/providers/tabular/CHANGELOG.rst
+++ b/airflow/providers/tabular/CHANGELOG.rst
@@ -26,6 +26,19 @@
 Changelog
 ---------
 
+1.5.1
+.....
+
+.. note::
+  Classes in this provider have been deprecated in favor of Apache Iceberg provider.
+
+Misc
+~~~~
+
+* ``Deprecate Tabular provider classes in favor of Apache Iceberg provider (#39155)``
+* ``Reapply templates for all providers (#39554)``
+* ``Simplify 'airflow_version' imports (#39497)``
+
 1.5.0
 .....
 
diff --git a/airflow/providers/tabular/__init__.py b/airflow/providers/tabular/__init__.py
index 512f4da..d4c9ba9 100644
--- a/airflow/providers/tabular/__init__.py
+++ b/airflow/providers/tabular/__init__.py
@@ -29,7 +29,7 @@
 
 __all__ = ["__version__"]
 
-__version__ = "1.5.0"
+__version__ = "1.5.1"
 
 if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
     "2.7.0"
diff --git a/airflow/providers/tabular/provider.yaml b/airflow/providers/tabular/provider.yaml
index 3c3b454..1fc7c6c 100644
--- a/airflow/providers/tabular/provider.yaml
+++ b/airflow/providers/tabular/provider.yaml
@@ -22,9 +22,10 @@
     `Tabular <https://tabular.io/>`__
 
 state: ready
-source-date-epoch: 1715404374
+source-date-epoch: 1715450969
 # note that those versions are maintained by release manager - do not update them manually
 versions:
+  - 1.5.1
   - 1.5.0
   - 1.4.1
   - 1.4.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index ce9b194..8b03ae5 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -35,14 +35,35 @@
 
 
 
+8.22.0
+......
+
+Latest change: 2024-05-11
+
+=================================================================================================  ===========  ========================================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ========================================================================================================
+`ca058a635e <https://github.com/apache/airflow/commit/ca058a635ee53b3717964b8bf4bfce241f40e762>`_  2024-05-11   ``enh(amazon_hook): raise not found exception instead of general exception when download file (#39509)``
+`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_  2024-05-11   ``Reapply templates for all providers (#39554)``
+`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`_  2024-05-10   ``Faster 'airflow_version' imports (#39552)``
+`c9f4618be4 <https://github.com/apache/airflow/commit/c9f4618be4a88d8287cf579230380dda8edaeafd>`_  2024-05-09   ``Drop 'xmlsec' pin (#39534)``
+`3938f71dfa <https://github.com/apache/airflow/commit/3938f71dfae21c84a3518625543a28ad02edf641>`_  2024-05-08   ``Scheduler to handle incrementing of try_number (#39336)``
+`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`_  2024-05-08   ``Simplify 'airflow_version' imports (#39497)``
+`9c739d7142 <https://github.com/apache/airflow/commit/9c739d714278645a3c8cab25d02db843fef06d9d>`_  2024-05-07   ``'S3DeleteObjectsOperator' Added ability to filter keys by last modified time (#39151)``
+`a74b5f0694 <https://github.com/apache/airflow/commit/a74b5f069481e1a2339cfd95e137619b16390906>`_  2024-05-06   ``ECS Executor: Set tasks to RUNNING state once active (#39212)``
+`598398a816 <https://github.com/apache/airflow/commit/598398a81657c06e092d1290200a9facf82f55f3>`_  2024-05-02   ``Amazon Bedrock - Knowledge Bases and Data Sources (#39245)``
+`4910c0439b <https://github.com/apache/airflow/commit/4910c0439bf370348a63f445bbeb8051a93e22fd>`_  2024-05-01   ``Add 'jmespath' as an explicit dependency (#39350)``
+=================================================================================================  ===========  ========================================================================================================
+
 8.21.0
 ......
 
-Latest change: 2024-04-30
+Latest change: 2024-05-01
 
 =================================================================================================  ===========  ============================================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ============================================================================================================
+`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`_  2024-05-01   ``Prepare docs 1st wave May 2024 (#39328)``
 `91490fb054 <https://github.com/apache/airflow/commit/91490fb054e1b86846ab6ab33fe79384d2de3751>`_  2024-04-30   ``Added logging_config,snapstart,ephemeral_storage parameters to aws lambdacreatefunctionoperator (#39300)``
 `4fa9fe119e <https://github.com/apache/airflow/commit/4fa9fe119e5aae639c942668f40a15a6ef0f7f67>`_  2024-04-29   ``Rename "try_number" increments that are unrelated to the airflow concept (#39317)``
 `6d09adf992 <https://github.com/apache/airflow/commit/6d09adf99262144c71bd15c09bc18f956667ccae>`_  2024-04-26   ``Add tests for 'EmrServerlessJobSensor' and 'EmrServerlessApplicationSensor' (#39099)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 97f9061..f80caf7 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -86,7 +86,7 @@
 Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
 
 
-Release: 8.21.0
+Release: 8.22.0
 
 Provider package
 ----------------
@@ -161,5 +161,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.21.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.21.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.21.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.21.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 8.21.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.21.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.21.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.21.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 8.22.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.22.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.22.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.22.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 8.22.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.22.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.22.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.22.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-apache-iceberg/commits.rst b/docs/apache-airflow-providers-apache-iceberg/commits.rst
index e9d4dc1..277717a 100644
--- a/docs/apache-airflow-providers-apache-iceberg/commits.rst
+++ b/docs/apache-airflow-providers-apache-iceberg/commits.rst
@@ -26,10 +26,23 @@
 
 Package apache-airflow-providers-apache-iceberg
 ------------------------------------------------------
+
 `Iceberg <https://iceberg.apache.org/>`__
 
-`Tabular <https://tabular.io/>`__
 
-
-This is detailed commit list of changes for versions provider package: ``iceberg``.
+This is detailed commit list of changes for versions provider package: ``apache.iceberg``.
 For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2024-05-11
+
+=================================================================================================  ===========  ================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ================================================
+`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_  2024-05-11   ``Reapply templates for all providers (#39554)``
+`da79f6b206 <https://github.com/apache/airflow/commit/da79f6b206a3b8a411e951ede60986e40433ebb8>`_  2024-05-10   ``Add Iceberg provider (#39155)``
+=================================================================================================  ===========  ================================================
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index 91c8716..b449f27 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -45,11 +45,27 @@
 10.18.0
 .......
 
-Latest change: 2024-04-30
+Latest change: 2024-05-12
 
-=================================================================================================  ===========  ======================================================================================================================
+=================================================================================================  ===========  =============================================================================================================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  ======================================================================================================================
+=================================================================================================  ===========  =============================================================================================================================================
+`ffa523f442 <https://github.com/apache/airflow/commit/ffa523f442745123232cb35e5533629673532783>`_  2024-05-12   ``Fix validation of label values in BigQueryInsertJobOperator (#39568)``
+`86caf84934 <https://github.com/apache/airflow/commit/86caf84934e056185d688f5b37dd45f630d05b5c>`_  2024-05-11   ``Remove Airflow 2.6 back compact code (#39558)``
+`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_  2024-05-11   ``Reapply templates for all providers (#39554)``
+`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`_  2024-05-10   ``Faster 'airflow_version' imports (#39552)``
+`8dcee5b24d <https://github.com/apache/airflow/commit/8dcee5b24d5ecfc67bdb7800ecd750d37d66be10>`_  2024-05-10   ``Add deprecation warnings and raise exception for already deprecated ones (#38673)``
+`c7c680ee3b <https://github.com/apache/airflow/commit/c7c680ee3b5a6f61012c222f092cd8c19f7e1b3d>`_  2024-05-09   ``Add encryption_configuration parameter to BigQueryCheckOperator and BigQueryTableCheckOperator (#39432)``
+`5abe7acf66 <https://github.com/apache/airflow/commit/5abe7acf666f8021cbdcd358079c2b8b86c37651>`_  2024-05-09   ``Fix generation temp filename in 'DataprocSubmitPySparkJobOperator' (#39498)``
+`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`_  2024-05-08   ``Simplify 'airflow_version' imports (#39497)``
+`62b845e2d7 <https://github.com/apache/airflow/commit/62b845e2d731e94b3bcbf43ea60ad78fd8bb94f1>`_  2024-05-08   ``Disconnect GKE operators from deprecated hooks (#39434)``
+`387acd0a36 <https://github.com/apache/airflow/commit/387acd0a362899347f9444a29688794c86778c3e>`_  2024-05-08   ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocSubmitJobOperator (#39447)``
+`e7aa4d2289 <https://github.com/apache/airflow/commit/e7aa4d2289cd4207f11b697729466717889fda38>`_  2024-05-08   ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for BigQueryInsertJobOperator (#39442)``
+`3d575fe78c <https://github.com/apache/airflow/commit/3d575fe78c5fef6796e36901865c45be2b89cbd1>`_  2024-05-08   ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocCreateClusterOperator (#39446)``
+`f00006d1c6 <https://github.com/apache/airflow/commit/f00006d1c6d0ad531a1f783a09ab6e700efac74b>`_  2024-05-08   ``Fix 'DataprocCreateBatchOperator' with 'result_retry' raises 'AttributeError' (#39462)``
+`287c107543 <https://github.com/apache/airflow/commit/287c1075439977fbc59ad955c94a5f6dfe1fbd1a>`_  2024-05-07   ``Bugfix yaml parsing for GKEStartKueueInsideClusterOperator (#39234)``
+`795592c8ba <https://github.com/apache/airflow/commit/795592c8baf9ae732563e6958c3a0ad3a168c3f6>`_  2024-05-03   ``Add 'job_id' param. to 'BigQueryGetDataOperator' (#39315)``
+`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`_  2024-05-01   ``Prepare docs 1st wave May 2024 (#39328)``
 `e3e6aa9b3e <https://github.com/apache/airflow/commit/e3e6aa9b3e6a6c1fb2d5c8a3f1dc10f133980074>`_  2024-04-30   ``Add support for role arn for aws creds (#38911)``
 `28a240a18f <https://github.com/apache/airflow/commit/28a240a18f7e5958e69732f61d639e1d8f39152f>`_  2024-04-29   ``Fix deferrable mode for DataflowTemplatedJobStartOperator and DataflowStartFlexTemplateOperator (#39018)``
 `78fa36518a <https://github.com/apache/airflow/commit/78fa36518a17f65a2ad2aa98b684c9d1aacd5788>`_  2024-04-27   ``Fix batching for BigQueryToPostgresOperator (#39233)``
@@ -74,7 +90,7 @@
 `c4a106e69b <https://github.com/apache/airflow/commit/c4a106e69bbc396d2527a3b8c94e2d95fced4284>`_  2024-04-12   ``Create GKESuspendJobOperator and GKEResumeJobOperator operators (#38677)``
 `5ff26586cd <https://github.com/apache/airflow/commit/5ff26586cd3931d223e76aeb73770f062ff9e409>`_  2024-04-11   ``Deferrable mode for Custom Training Job operators (#38584)``
 `1757704d8f <https://github.com/apache/airflow/commit/1757704d8f7c7a335cdf8f90ccb12b4d8e6f9d9a>`_  2024-04-11   ``Enhancement for SSL-support in CloudSQLExecuteQueryOperator (#38894)``
-=================================================================================================  ===========  ======================================================================================================================
+=================================================================================================  ===========  =============================================================================================================================================
 
 10.17.0
 .......
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index ea3a572..13431e0 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -38,11 +38,16 @@
 10.1.0
 ......
 
-Latest change: 2024-04-25
+Latest change: 2024-05-11
 
 =================================================================================================  ===========  =======================================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =======================================================================================================
+`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_  2024-05-11   ``Reapply templates for all providers (#39554)``
+`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`_  2024-05-10   ``Faster 'airflow_version' imports (#39552)``
+`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`_  2024-05-08   ``Simplify 'airflow_version' imports (#39497)``
+`a61f393ec4 <https://github.com/apache/airflow/commit/a61f393ec4361499fcef9f2854668db85b852ec0>`_  2024-05-05   ``Implemented MSGraphSensor as a deferrable sensor (#39304)``
+`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`_  2024-05-01   ``Prepare docs 1st wave May 2024 (#39328)``
 `df1f75b676 <https://github.com/apache/airflow/commit/df1f75b676a4e294d5d89ba590416f26c937efc1>`_  2024-04-25   ``add dns_config and diagnostics parameters to AzureContainerInstancesOperator (#39156)``
 `ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`_  2024-04-25   ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
 `15c2734c4c <https://github.com/apache/airflow/commit/15c2734c4cac2e2acbdeaf28dfe67d04e28cee90>`_  2024-04-25   ``Implement run-method on KiotaRequestAdapterHook and move logic away from triggerer to hook (#39237)``
diff --git a/docs/apache-airflow-providers-pinecone/commits.rst b/docs/apache-airflow-providers-pinecone/commits.rst
index 429d2b4..2128b80 100644
--- a/docs/apache-airflow-providers-pinecone/commits.rst
+++ b/docs/apache-airflow-providers-pinecone/commits.rst
@@ -38,11 +38,16 @@
 2.0.0
 .....
 
-Latest change: 2024-04-30
+Latest change: 2024-05-11
 
 =================================================================================================  ===========  =======================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =======================================================================
+`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_  2024-05-11   ``Reapply templates for all providers (#39554)``
+`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`_  2024-05-10   ``Faster 'airflow_version' imports (#39552)``
+`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`_  2024-05-08   ``Simplify 'airflow_version' imports (#39497)``
+`2481b7df16 <https://github.com/apache/airflow/commit/2481b7df164a17f5cbb9de2d1732795e5144531e>`_  2024-05-06   ``Fix the pinecone system test (#39365)``
+`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`_  2024-05-01   ``Prepare docs 1st wave May 2024 (#39328)``
 `778e8c50b9 <https://github.com/apache/airflow/commit/778e8c50b987176b15689bb681ac4c48d7a7805a>`_  2024-04-30   ``Pinecone provider support for 'pinecone-client'>=3  (#37307)``
 `ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`_  2024-04-25   ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
 `5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`_  2024-04-10   ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
diff --git a/docs/apache-airflow-providers-tabular/changelog.rst b/docs/apache-airflow-providers-tabular/changelog.rst
index f2c07dc..d408c1a 100644
--- a/docs/apache-airflow-providers-tabular/changelog.rst
+++ b/docs/apache-airflow-providers-tabular/changelog.rst
@@ -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
diff --git a/docs/apache-airflow-providers-tabular/commits.rst b/docs/apache-airflow-providers-tabular/commits.rst
index 31e5ff5..0bf5e94 100644
--- a/docs/apache-airflow-providers-tabular/commits.rst
+++ b/docs/apache-airflow-providers-tabular/commits.rst
@@ -35,14 +35,28 @@
 
 
 
+1.5.1
+.....
+
+Latest change: 2024-05-11
+
+=================================================================================================  ===========  ================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ================================================
+`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_  2024-05-11   ``Reapply templates for all providers (#39554)``
+`da79f6b206 <https://github.com/apache/airflow/commit/da79f6b206a3b8a411e951ede60986e40433ebb8>`_  2024-05-10   ``Add Iceberg provider (#39155)``
+`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`_  2024-05-08   ``Simplify 'airflow_version' imports (#39497)``
+=================================================================================================  ===========  ================================================
+
 1.5.0
 .....
 
-Latest change: 2024-04-25
+Latest change: 2024-05-01
 
 =================================================================================================  ===========  ====================================================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================================================
+`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`_  2024-05-01   ``Prepare docs 1st wave May 2024 (#39328)``
 `ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`_  2024-04-25   ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
 `5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`_  2024-04-10   ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
 `83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`_  2024-03-04   ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
diff --git a/docs/apache-airflow-providers-tabular/index.rst b/docs/apache-airflow-providers-tabular/index.rst
index 22c272f..19b76ba 100644
--- a/docs/apache-airflow-providers-tabular/index.rst
+++ b/docs/apache-airflow-providers-tabular/index.rst
@@ -64,7 +64,7 @@
 `Tabular <https://tabular.io/>`__
 
 
-Release: 1.5.0
+Release: 1.5.1
 
 Provider package
 ----------------
@@ -116,5 +116,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-tabular 1.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-tabular 1.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-tabular 1.5.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-tabular 1.5.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_tabular-1.5.1-py3-none-any.whl.sha512>`__)