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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7126678e87 Prepare Providers docs ad hoc release (#41074)
7126678e87 is described below

commit 7126678e87c11665c06ec29595472cfaa0c7fdd6
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Jul 28 10:27:24 2024 +0300

    Prepare Providers docs ad hoc release (#41074)
    
    * Prepare Providers docs ad hoc release
    
    * add fab
---
 airflow/providers/amazon/CHANGELOG.rst           |  30 +++++
 airflow/providers/amazon/__init__.py             |   2 +-
 airflow/providers/amazon/provider.yaml           |   3 +-
 airflow/providers/fab/CHANGELOG.rst              |  18 +++
 airflow/providers/fab/__init__.py                |   2 +-
 airflow/providers/fab/provider.yaml              |   3 +-
 airflow/providers/google/CHANGELOG.rst           |  23 ++++
 airflow/providers/google/__init__.py             |   2 +-
 airflow/providers/google/provider.yaml           |   3 +-
 docs/apache-airflow-providers-amazon/commits.rst |  24 +++-
 docs/apache-airflow-providers-amazon/index.rst   |  41 ++++---
 docs/apache-airflow-providers-fab/commits.rst    |  16 ++-
 docs/apache-airflow-providers-fab/index.rst      |   2 +-
 docs/apache-airflow-providers-google/commits.rst |  21 +++-
 docs/apache-airflow-providers-google/index.rst   | 144 ++++++++++++-----------
 15 files changed, 234 insertions(+), 100 deletions(-)

diff --git a/airflow/providers/amazon/CHANGELOG.rst 
b/airflow/providers/amazon/CHANGELOG.rst
index 3261ef3933..09c6870948 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -26,6 +26,36 @@
 Changelog
 ---------
 
+8.27.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add RedriveExecution support to 'StepFunctionStartExecutionOperator' 
(#40976)``
+* ``openlineage: add support for hook lineage for S3Hook (#40819)``
+* ``Introduce Amazon Kinesis Analytics V2 (Managed Service for Apache Flink 
application)  (#40765)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Make EMR Container Trigger max attempts retries match the Operator 
(#41008)``
+* ``Fix 'RdsStopDbOperator' operator in deferrable mode (#41059)``
+* ``Fix 'RedshiftCreateClusterOperator' to always specify 'PubliclyAccessible' 
(#40872)``
+
+Misc
+~~~~
+
+* ``Update 'example_redshift' and 'example_redshift_s3_transfers' to use 
'RedshiftDataHook' instead of 'RedshiftSQLHook' (#40970)``
+* ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)``
+* ``[AIP-62] Translate AIP-60 URI to OpenLineage (#40173)``
+* ``Move AWS Managed Service for Apache Flink sensor states to Hook (#40896)``
+* ``Replace usages of task context logger with the log table (#40867)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+
 8.26.0
 ......
 
diff --git a/airflow/providers/amazon/__init__.py 
b/airflow/providers/amazon/__init__.py
index aedff45be0..0ebc51a667 100644
--- a/airflow/providers/amazon/__init__.py
+++ b/airflow/providers/amazon/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "8.26.0"
+__version__ = "8.27.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 3aa3f40059..0411ea5178 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,9 +22,10 @@ description: |
   Amazon integration (including `Amazon Web Services (AWS) 
<https://aws.amazon.com/>`__).
 
 state: ready
-source-date-epoch: 1720288090
+source-date-epoch: 1722145222
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
+  - 8.27.0
   - 8.26.0
   - 8.25.0
   - 8.24.0
diff --git a/airflow/providers/fab/CHANGELOG.rst 
b/airflow/providers/fab/CHANGELOG.rst
index dd39e6138b..9c9e294127 100644
--- a/airflow/providers/fab/CHANGELOG.rst
+++ b/airflow/providers/fab/CHANGELOG.rst
@@ -20,6 +20,24 @@
 Changelog
 ---------
 
+1.2.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Bug fix: sync perm command not able to use custom security manager 
(#41020)``
+* ``Bump version checked by FAB provider on logout CSRF protection to 2.10.0 
(#40784)``
+
+Misc
+~~~~
+
+* ``AIP-44 make database isolation mode work in Breeze (#40894)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+
 1.2.1
 .....
 
diff --git a/airflow/providers/fab/__init__.py 
b/airflow/providers/fab/__init__.py
index 30fea26e17..c59168fb92 100644
--- a/airflow/providers/fab/__init__.py
+++ b/airflow/providers/fab/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "1.2.1"
+__version__ = "1.2.2"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.9.0"
diff --git a/airflow/providers/fab/provider.yaml 
b/airflow/providers/fab/provider.yaml
index 7ecdcc9ea3..57cce91c75 100644
--- a/airflow/providers/fab/provider.yaml
+++ b/airflow/providers/fab/provider.yaml
@@ -28,10 +28,11 @@ description: |
 # For providers until we think it should be released.
 state: ready
 
-source-date-epoch: 1720423149
+source-date-epoch: 1722149665
 
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
+  - 1.2.2
   - 1.2.1
   - 1.2.0
   - 1.1.1
diff --git a/airflow/providers/google/CHANGELOG.rst 
b/airflow/providers/google/CHANGELOG.rst
index 25736d7129..b886975a71 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -27,6 +27,29 @@
 Changelog
 ---------
 
+10.21.1
+.......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix unnecessary imports for CloudSQL hook (#41009)``
+* ``Move sensitive information to the secret manager for the system test 
google_analytics_admin (#40951)``
+* ``Fix Custom Training Job operators to accept results without managed model 
(#40685)``
+* ``Fix behavior for reattach_state parameter in BigQueryInsertJobOperator 
(#40664)``
+
+Misc
+~~~~
+
+* ``Refactor dataproc system tests (#40720)``
+* ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)``
+* ``Resolve CloudSQLDatabaseHook deprecation warning (#40834)``
+* ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+
 10.21.0
 .......
 
diff --git a/airflow/providers/google/__init__.py 
b/airflow/providers/google/__init__.py
index e4490120e5..5c4f92d65f 100644
--- a/airflow/providers/google/__init__.py
+++ b/airflow/providers/google/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "10.21.0"
+__version__ = "10.21.1"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.7.0"
diff --git a/airflow/providers/google/provider.yaml 
b/airflow/providers/google/provider.yaml
index 062fc071c5..8b262ff7d4 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,9 +29,10 @@ description: |
     - `Google Workspace <https://workspace.google.com/>`__ (formerly Google 
Suite)
 
 state: ready
-source-date-epoch: 1720423376
+source-date-epoch: 1722145669
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
+  - 10.21.1
   - 10.21.0
   - 10.20.0
   - 10.19.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst 
b/docs/apache-airflow-providers-amazon/commits.rst
index 6b8994db7a..8a18c4efec 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -35,14 +35,36 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+8.27.0
+......
+
+Latest change: 2024-07-26
+
+=================================================================================================
  ===========  
=================================================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=================================================================================================================================
+`c519920661 
<https://github.com/apache/airflow/commit/c519920661133a06e917a781e73caeac111b26f5>`_
  2024-07-26   ``Make EMR Container Trigger max attempts retries match the 
Operator (#41008)``
+`83ca61a501 
<https://github.com/apache/airflow/commit/83ca61a501d755669fc83b1ad9038d0ca9d600ad>`_
  2024-07-26   ``Fix 'RdsStopDbOperator' operator in deferrable mode (#41059)``
+`68b3159210 
<https://github.com/apache/airflow/commit/68b3159210fc4bb1dc0a18fb99ae610ffd0a7b2a>`_
  2024-07-24   ``Add RedriveExecution support to 
'StepFunctionStartExecutionOperator' (#40976)``
+`b4e82cf66f 
<https://github.com/apache/airflow/commit/b4e82cf66fb4d833a25de5e2688b44e7b4ddf4bb>`_
  2024-07-24   ``Update 'example_redshift' and 'example_redshift_s3_transfers' 
to use 'RedshiftDataHook' instead of 'RedshiftSQLHook' (#40970)``
+`0206a4cbcf 
<https://github.com/apache/airflow/commit/0206a4cbcfbf85ab035c25533b12f022c22cae3a>`_
  2024-07-23   ``openlineage: migrate OpenLineage provider to V2 facets. 
(#39530)``
+`8a912f9fa0 
<https://github.com/apache/airflow/commit/8a912f9fa00bf25763e70323f15eef5f94826495>`_
  2024-07-23   ``[AIP-62] Translate AIP-60 URI to OpenLineage (#40173)``
+`5702481af4 
<https://github.com/apache/airflow/commit/5702481af4d699f09eda53e12cfc04ebb0df9c39>`_
  2024-07-22   ``Move AWS Managed Service for Apache Flink sensor states to 
Hook (#40896)``
+`0212f67192 
<https://github.com/apache/airflow/commit/0212f671921fc5da15085eefbde8b0a76db40fd9>`_
  2024-07-22   ``openlineage: add support for hook lineage for S3Hook (#40819)``
+`f684a58822 
<https://github.com/apache/airflow/commit/f684a5882225a45a360a4311ecab11535a65be05>`_
  2024-07-19   ``Replace usages of task context logger with the log table 
(#40867)``
+`06b19eb8b0 
<https://github.com/apache/airflow/commit/06b19eb8b099ba192d8bdb9877e784221ca6297d>`_
  2024-07-18   ``Fix 'RedshiftCreateClusterOperator' to always specify 
'PubliclyAccessible' (#40872)``
+`a4e3fbed1a 
<https://github.com/apache/airflow/commit/a4e3fbed1a07b5685820a468e2d2ebb986b7d6b4>`_
  2024-07-18   ``Introduce Amazon Kinesis Analytics V2 (Managed Service for 
Apache Flink application)  (#40765)``
+=================================================================================================
  ===========  
=================================================================================================================================
+
 8.26.0
 ......
 
-Latest change: 2024-07-11
+Latest change: 2024-07-12
 
 
=================================================================================================
  ===========  
=================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
=================================================================================
+`c09fcdf1d0 
<https://github.com/apache/airflow/commit/c09fcdf1d0e69497cf1b628df9ba3349eb688256>`_
  2024-07-12   ``Prepare Providers docs RC2 1st wave July 2024 (#40750)``
 `6b9214508a 
<https://github.com/apache/airflow/commit/6b9214508ae8ff4d6d39e9ecda5138b5ba717ceb>`_
  2024-07-11   ``Send important executor logs to task logs in 
'AwsBatchExecutor' (#40698)``
 `a11d273af5 
<https://github.com/apache/airflow/commit/a11d273af5ec51150e6a9c75bced1dc5446e608a>`_
  2024-07-11   ``Fix deferrable AWS SageMaker operators (#40706)``
 `aca140a2c1 
<https://github.com/apache/airflow/commit/aca140a2c1c96d2b880b15534524c76ce8441429>`_
  2024-07-10   ``Send important executor logs to task logs (#40468)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst 
b/docs/apache-airflow-providers-amazon/index.rst
index 2ef839445d..403d277876 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -86,7 +86,7 @@ apache-airflow-providers-amazon package
 Amazon integration (including `Amazon Web Services (AWS) 
<https://aws.amazon.com/>`__).
 
 
-Release: 8.26.0
+Release: 8.27.0
 
 Provider package
 ----------------
@@ -106,23 +106,25 @@ Requirements
 
 The minimum Apache Airflow version supported by this provider package is 
``2.7.0``.
 
-=======================================  ==================
-PIP package                              Version required
-=======================================  ==================
-``apache-airflow``                       ``>=2.7.0``
-``apache-airflow-providers-common-sql``  ``>=1.3.1``
+==========================================  ==================
+PIP package                                 Version required
+==========================================  ==================
+``apache-airflow``                          ``>=2.7.0``
+``apache-airflow-providers-common-compat``  ``>=1.1.0``
+``apache-airflow-providers-common-sql``     ``>=1.3.1``
 ``apache-airflow-providers-http``
-``boto3``                                ``>=1.34.90``
-``botocore``                             ``>=1.34.90``
-``inflection``                           ``>=0.5.1``
-``watchtower``                           ``>=3.0.0,<4``
-``jsonpath_ng``                          ``>=1.5.3``
-``redshift_connector``                   ``>=2.0.918``
-``sqlalchemy_redshift``                  ``>=0.8.6``
-``asgiref``                              ``>=2.3.0``
-``PyAthena``                             ``>=3.0.10``
-``jmespath``                             ``>=0.7.0``
-=======================================  ==================
+``apache-airflow-providers-common-compat``  ``>=1.1.0``
+``boto3``                                   ``>=1.34.90``
+``botocore``                                ``>=1.34.90``
+``inflection``                              ``>=0.5.1``
+``watchtower``                              ``>=3.0.0,<4``
+``jsonpath_ng``                             ``>=1.5.3``
+``redshift_connector``                      ``>=2.0.918``
+``sqlalchemy_redshift``                     ``>=0.8.6``
+``asgiref``                                 ``>=2.3.0``
+``PyAthena``                                ``>=3.0.10``
+``jmespath``                                ``>=0.7.0``
+==========================================  ==================
 
 Cross provider package dependencies
 -----------------------------------
@@ -142,6 +144,7 @@ Dependent package
 
======================================================================================================================
  ===================
 `apache-airflow-providers-apache-hive 
<https://airflow.apache.org/docs/apache-airflow-providers-apache-hive>`_        
  ``apache.hive``
 `apache-airflow-providers-cncf-kubernetes 
<https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes>`_  
``cncf.kubernetes``
+`apache-airflow-providers-common-compat 
<https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_      
``common.compat``
 `apache-airflow-providers-common-sql 
<https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_         
   ``common.sql``
 `apache-airflow-providers-exasol 
<https://airflow.apache.org/docs/apache-airflow-providers-exasol>`_             
       ``exasol``
 `apache-airflow-providers-ftp 
<https://airflow.apache.org/docs/apache-airflow-providers-ftp>`_                
          ``ftp``
@@ -161,5 +164,5 @@ Downloading official packages
 You can download officially released packages and verify their checksums and 
signatures from the
 `Official Apache Download site 
<https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-amazon 8.26.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.26.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.26.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.26.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 8.26.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.26.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.26.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.26.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 8.27.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.27.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.27.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.27.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 8.27.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.27.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.27.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.27.0-py3-none-any.whl.sha512>`__)
diff --git a/docs/apache-airflow-providers-fab/commits.rst 
b/docs/apache-airflow-providers-fab/commits.rst
index cec73c444d..032c64b24d 100644
--- a/docs/apache-airflow-providers-fab/commits.rst
+++ b/docs/apache-airflow-providers-fab/commits.rst
@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+1.2.2
+.....
+
+Latest change: 2024-07-25
+
+=================================================================================================
  ===========  
=====================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
=====================================================================================
+`95cab23792 
<https://github.com/apache/airflow/commit/95cab23792c80f0ecf980ac0a74b8d08431fb3bb>`_
  2024-07-25   ``Bug fix: sync perm command not able to use custom security 
manager (#41020)``
+`6684481c67 
<https://github.com/apache/airflow/commit/6684481c67f6a21a72e7f1512b450a433c5313b5>`_
  2024-07-20   ``AIP-44 make database isolation mode work in Breeze (#40894)``
+`d029e77f2f 
<https://github.com/apache/airflow/commit/d029e77f2fd704bec4f4797b09d54c5c824a8536>`_
  2024-07-15   ``Bump version checked by FAB provider on logout CSRF protection 
to 2.10.0 (#40784)``
+=================================================================================================
  ===========  
=====================================================================================
+
 1.2.1
 .....
 
-Latest change: 2024-06-28
+Latest change: 2024-07-09
 
 
=================================================================================================
  ===========  
==============================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
==============================================================================
+`09a7bd1d58 
<https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_
  2024-07-09   ``Prepare docs 1st wave July 2024 (#40644)``
 `2423238295 
<https://github.com/apache/airflow/commit/242323829502eece2f6c7748cc9db051f9c247bc>`_
  2024-06-28   ``Add backward compatibility to CSRF protection of '/logout' 
method (#40479)``
 `a62bd83188 
<https://github.com/apache/airflow/commit/a62bd831885957c55b073bf309bc59a1d505e8fb>`_
  2024-06-27   ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)``
 
=================================================================================================
  ===========  
==============================================================================
diff --git a/docs/apache-airflow-providers-fab/index.rst 
b/docs/apache-airflow-providers-fab/index.rst
index afc2b98499..93da1fa933 100644
--- a/docs/apache-airflow-providers-fab/index.rst
+++ b/docs/apache-airflow-providers-fab/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-fab package
 `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
 
 
-Release: 1.2.1
+Release: 1.2.2
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst 
b/docs/apache-airflow-providers-google/commits.rst
index fbdeac3653..afc81da9c6 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -42,14 +42,33 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+10.21.1
+.......
+
+Latest change: 2024-07-26
+
+=================================================================================================
  ===========  
========================================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
========================================================================================================
+`6e3bc84905 
<https://github.com/apache/airflow/commit/6e3bc84905f7671ea60aa7e612ddf8c4095b70b8>`_
  2024-07-26   ``fix unnecessary imports for CloudSQL hook (#41009)``
+`95b5a0a2ac 
<https://github.com/apache/airflow/commit/95b5a0a2ac457ff5b0258845eb3e2c790cfaea41>`_
  2024-07-24   ``Refactor dataproc system tests (#40720)``
+`0eaa6117bf 
<https://github.com/apache/airflow/commit/0eaa6117bf0310be798ad2be5c82905bd6fa30b5>`_
  2024-07-24   ``Move sensitive information to the secret manager for the 
system test google_analytics_admin (#40951)``
+`0206a4cbcf 
<https://github.com/apache/airflow/commit/0206a4cbcfbf85ab035c25533b12f022c22cae3a>`_
  2024-07-23   ``openlineage: migrate OpenLineage provider to V2 facets. 
(#39530)``
+`67befb71bf 
<https://github.com/apache/airflow/commit/67befb71bfcebf6288f960a6b6986d7db6cfe3c0>`_
  2024-07-18   ``Resolve CloudSQLDatabaseHook deprecation warning (#40834)``
+`519b0d028c 
<https://github.com/apache/airflow/commit/519b0d028c4bd8a27dbd10785139a260fb98154b>`_
  2024-07-16   ``Fix BeamRunJavaPipelineOperator fails without job_name set 
(#40645)``
+`f09b2201fa 
<https://github.com/apache/airflow/commit/f09b2201fa1d7370cb4ba4d3c80f79acb4f91970>`_
  2024-07-13   ``Fix Custom Training Job operators to accept results without 
managed model (#40685)``
+`c29eeb18ec 
<https://github.com/apache/airflow/commit/c29eeb18ec0f4ba260775f71968e5d75291b208f>`_
  2024-07-10   ``Fix behavior for reattach_state parameter in 
BigQueryInsertJobOperator (#40664)``
+=================================================================================================
  ===========  
========================================================================================================
+
 10.21.0
 .......
 
-Latest change: 2024-07-08
+Latest change: 2024-07-09
 
 
=================================================================================================
  ===========  
=======================================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
=======================================================================================================
+`09a7bd1d58 
<https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_
  2024-07-09   ``Prepare docs 1st wave July 2024 (#40644)``
 `f12714d0c7 
<https://github.com/apache/airflow/commit/f12714d0c7d0f6a8a5d7b6b6910c23dce4d8c71a>`_
  2024-07-08   ``Update dataproc.py (#40643)``
 `be271827e0 
<https://github.com/apache/airflow/commit/be271827e04d91ef65fbf51eb2d2f105482177db>`_
  2024-07-07   ``Resolve google deprecations in tests (#40629)``
 `9c9706730c 
<https://github.com/apache/airflow/commit/9c9706730c06c1f4eecd5e72efa5cac1a8d95d83>`_
  2024-07-04   ``Update Google Cloud Generative Model Hooks/Operators to bring 
parity with Vertex AI API (#40484)``
diff --git a/docs/apache-airflow-providers-google/index.rst 
b/docs/apache-airflow-providers-google/index.rst
index d223ac6805..769eaf1011 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -87,7 +87,7 @@ Google services including:
   - `Google Workspace <https://workspace.google.com/>`__ (formerly Google 
Suite)
 
 
-Release: 10.21.0
+Release: 10.21.1
 
 Provider package
 ----------------
@@ -107,74 +107,75 @@ Requirements
 
 The minimum Apache Airflow version supported by this provider package is 
``2.7.0``.
 
-=======================================  
=========================================
-PIP package                              Version required
-=======================================  
=========================================
-``apache-airflow``                       ``>=2.7.0``
-``apache-airflow-providers-common-sql``  ``>=1.7.2``
-``asgiref``                              ``>=3.5.2``
-``dill``                                 ``>=0.2.3``
-``gcloud-aio-auth``                      ``>=4.0.0,<5.0.0``
-``gcloud-aio-bigquery``                  ``>=6.1.2``
-``gcloud-aio-storage``                   ``>=9.0.0``
-``gcsfs``                                ``>=2023.10.0``
-``google-ads``                           ``>=24.1.0``
-``google-analytics-admin``               ``>=0.9.0``
-``google-api-core``                      ``>=2.11.0,!=2.16.0,!=2.18.0``
-``google-api-python-client``             ``>=2.0.2``
-``google-auth``                          ``>=2.29.0``
-``google-auth-httplib2``                 ``>=0.0.1``
-``google-cloud-aiplatform``              ``>=1.57.0``
-``google-cloud-automl``                  ``>=2.12.0``
-``google-cloud-bigquery``                ``<3.21.0,>=3.4.0``
-``google-cloud-bigquery-datatransfer``   ``>=3.13.0``
-``google-cloud-bigtable``                ``>=2.17.0``
-``google-cloud-build``                   ``>=3.22.0``
-``google-cloud-compute``                 ``>=1.10.0``
-``google-cloud-container``               ``>=2.17.4``
-``google-cloud-datacatalog``             ``>=3.11.1``
-``google-cloud-dataflow-client``         ``>=0.8.6``
-``google-cloud-dataform``                ``>=0.5.0``
-``google-cloud-dataplex``                ``>=1.10.0``
-``google-cloud-dataproc``                ``>=5.8.0``
-``google-cloud-dataproc-metastore``      ``>=1.12.0``
-``google-cloud-dlp``                     ``>=3.12.0``
-``google-cloud-kms``                     ``>=2.15.0``
-``google-cloud-language``                ``>=2.9.0``
-``google-cloud-logging``                 ``>=3.5.0``
-``google-cloud-memcache``                ``>=1.7.0``
-``google-cloud-monitoring``              ``>=2.18.0``
-``google-cloud-orchestration-airflow``   ``>=1.10.0``
-``google-cloud-os-login``                ``>=2.9.1``
-``google-cloud-pubsub``                  ``>=2.19.0``
-``google-cloud-redis``                   ``>=2.12.0``
-``google-cloud-secret-manager``          ``>=2.16.0``
-``google-cloud-spanner``                 ``>=3.11.1``
-``google-cloud-speech``                  ``>=2.18.0``
-``google-cloud-storage``                 ``>=2.7.0``
-``google-cloud-storage-transfer``        ``>=1.4.1``
-``google-cloud-tasks``                   ``>=2.13.0``
-``google-cloud-texttospeech``            ``>=2.14.1``
-``google-cloud-translate``               ``>=3.11.0``
-``google-cloud-videointelligence``       ``>=2.11.0``
-``google-cloud-vision``                  ``>=3.4.0``
-``google-cloud-workflows``               ``>=1.10.0``
-``google-cloud-run``                     ``>=0.10.0``
-``google-cloud-batch``                   ``>=0.13.0``
-``grpcio-gcp``                           ``>=0.2.2``
-``httpx``                                ``>=0.25.0``
-``json-merge-patch``                     ``>=0.2``
-``looker-sdk``                           ``>=22.4.0``
-``pandas-gbq``                           ``>=0.7.0``
-``pandas``                               ``>=2.1.2,<2.2; python_version >= 
"3.9"``
-``pandas``                               ``>=1.5.3,<2.2; python_version < 
"3.9"``
-``proto-plus``                           ``>=1.19.6``
-``python-slugify``                       ``>=7.0.0``
-``PyOpenSSL``                            ``>=23.0.0``
-``sqlalchemy-bigquery``                  ``>=1.2.1``
-``sqlalchemy-spanner``                   ``>=1.6.2``
-``tenacity``                             ``>=8.1.0``
-=======================================  
=========================================
+==========================================  
=========================================
+PIP package                                 Version required
+==========================================  
=========================================
+``apache-airflow``                          ``>=2.7.0``
+``apache-airflow-providers-common-compat``  ``>=1.1.0``
+``apache-airflow-providers-common-sql``     ``>=1.7.2``
+``asgiref``                                 ``>=3.5.2``
+``dill``                                    ``>=0.2.3``
+``gcloud-aio-auth``                         ``>=4.0.0,<5.0.0``
+``gcloud-aio-bigquery``                     ``>=6.1.2``
+``gcloud-aio-storage``                      ``>=9.0.0``
+``gcsfs``                                   ``>=2023.10.0``
+``google-ads``                              ``>=24.1.0``
+``google-analytics-admin``                  ``>=0.9.0``
+``google-api-core``                         ``>=2.11.0,!=2.16.0,!=2.18.0``
+``google-api-python-client``                ``>=2.0.2``
+``google-auth``                             ``>=2.29.0``
+``google-auth-httplib2``                    ``>=0.0.1``
+``google-cloud-aiplatform``                 ``>=1.57.0``
+``google-cloud-automl``                     ``>=2.12.0``
+``google-cloud-bigquery``                   ``<3.21.0,>=3.4.0``
+``google-cloud-bigquery-datatransfer``      ``>=3.13.0``
+``google-cloud-bigtable``                   ``>=2.17.0``
+``google-cloud-build``                      ``>=3.22.0``
+``google-cloud-compute``                    ``>=1.10.0``
+``google-cloud-container``                  ``>=2.17.4``
+``google-cloud-datacatalog``                ``>=3.11.1``
+``google-cloud-dataflow-client``            ``>=0.8.6``
+``google-cloud-dataform``                   ``>=0.5.0``
+``google-cloud-dataplex``                   ``>=1.10.0``
+``google-cloud-dataproc``                   ``>=5.8.0``
+``google-cloud-dataproc-metastore``         ``>=1.12.0``
+``google-cloud-dlp``                        ``>=3.12.0``
+``google-cloud-kms``                        ``>=2.15.0``
+``google-cloud-language``                   ``>=2.9.0``
+``google-cloud-logging``                    ``>=3.5.0``
+``google-cloud-memcache``                   ``>=1.7.0``
+``google-cloud-monitoring``                 ``>=2.18.0``
+``google-cloud-orchestration-airflow``      ``>=1.10.0``
+``google-cloud-os-login``                   ``>=2.9.1``
+``google-cloud-pubsub``                     ``>=2.19.0``
+``google-cloud-redis``                      ``>=2.12.0``
+``google-cloud-secret-manager``             ``>=2.16.0``
+``google-cloud-spanner``                    ``>=3.11.1``
+``google-cloud-speech``                     ``>=2.18.0``
+``google-cloud-storage``                    ``>=2.7.0``
+``google-cloud-storage-transfer``           ``>=1.4.1``
+``google-cloud-tasks``                      ``>=2.13.0``
+``google-cloud-texttospeech``               ``>=2.14.1``
+``google-cloud-translate``                  ``>=3.11.0``
+``google-cloud-videointelligence``          ``>=2.11.0``
+``google-cloud-vision``                     ``>=3.4.0``
+``google-cloud-workflows``                  ``>=1.10.0``
+``google-cloud-run``                        ``>=0.10.0``
+``google-cloud-batch``                      ``>=0.13.0``
+``grpcio-gcp``                              ``>=0.2.2``
+``httpx``                                   ``>=0.25.0``
+``json-merge-patch``                        ``>=0.2``
+``looker-sdk``                              ``>=22.4.0``
+``pandas-gbq``                              ``>=0.7.0``
+``pandas``                                  ``>=2.1.2,<2.2; python_version >= 
"3.9"``
+``pandas``                                  ``>=1.5.3,<2.2; python_version < 
"3.9"``
+``proto-plus``                              ``>=1.19.6``
+``python-slugify``                          ``>=7.0.0``
+``PyOpenSSL``                               ``>=23.0.0``
+``sqlalchemy-bigquery``                     ``>=1.2.1``
+``sqlalchemy-spanner``                      ``>=1.6.2``
+``tenacity``                                ``>=8.1.0``
+==========================================  
=========================================
 
 Cross provider package dependencies
 -----------------------------------
@@ -196,6 +197,7 @@ Dependent package
 `apache-airflow-providers-apache-beam 
<https://airflow.apache.org/docs/apache-airflow-providers-apache-beam>`_        
    ``apache.beam``
 `apache-airflow-providers-apache-cassandra 
<https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra>`_  
``apache.cassandra``
 `apache-airflow-providers-cncf-kubernetes 
<https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes>`_    
``cncf.kubernetes``
+`apache-airflow-providers-common-compat 
<https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_      
  ``common.compat``
 `apache-airflow-providers-common-sql 
<https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_         
     ``common.sql``
 `apache-airflow-providers-facebook 
<https://airflow.apache.org/docs/apache-airflow-providers-facebook>`_           
       ``facebook``
 `apache-airflow-providers-microsoft-azure 
<https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure>`_    
``microsoft.azure``
@@ -217,5 +219,5 @@ Downloading official packages
 You can download officially released packages and verify their checksums and 
signatures from the
 `Official Apache Download site 
<https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-google 10.21.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 10.21.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 10.21.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 10.21.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.21.1-py3-none-any.whl.sha512>`__)


Reply via email to