You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/03/03 13:37:21 UTC

[airflow] branch main updated: Prepare docs for 03/2023 wave of Providers (#29878)

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 fcd3c0149f Prepare docs for 03/2023 wave of Providers (#29878)
fcd3c0149f is described below

commit fcd3c0149f17b364dfb94c0523d23e3145976bbe
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Fri Mar 3 15:37:12 2023 +0200

    Prepare docs for 03/2023 wave of Providers (#29878)
    
    * Prepare docs for 03/2023 wave of Providers
---
 airflow/providers/amazon/CHANGELOG.rst             | 32 ++++++++++++++++++++++
 airflow/providers/amazon/provider.yaml             |  1 +
 airflow/providers/apache/flink/CHANGELOG.rst       | 12 ++++++++
 airflow/providers/apache/flink/provider.yaml       |  1 +
 airflow/providers/apache/livy/CHANGELOG.rst        | 13 +++++++++
 airflow/providers/apache/livy/provider.yaml        |  1 +
 airflow/providers/atlassian/jira/CHANGELOG.rst     |  8 ++++++
 airflow/providers/atlassian/jira/provider.yaml     |  1 +
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    | 12 ++++++++
 airflow/providers/cncf/kubernetes/provider.yaml    |  1 +
 airflow/providers/common/sql/CHANGELOG.rst         | 19 +++++++++----
 airflow/providers/common/sql/provider.yaml         |  1 +
 airflow/providers/dbt/cloud/CHANGELOG.rst          |  8 ++++++
 airflow/providers/dbt/cloud/provider.yaml          |  1 +
 airflow/providers/github/CHANGELOG.rst             | 12 ++++++++
 airflow/providers/github/provider.yaml             |  1 +
 airflow/providers/google/CHANGELOG.rst             | 28 +++++++++++++++++++
 airflow/providers/google/provider.yaml             |  1 +
 airflow/providers/hashicorp/CHANGELOG.rst          |  5 ++++
 airflow/providers/hashicorp/provider.yaml          |  1 +
 airflow/providers/mysql/CHANGELOG.rst              |  8 ++++++
 airflow/providers/mysql/provider.yaml              |  1 +
 airflow/providers/sftp/CHANGELOG.rst               |  8 ++++++
 airflow/providers/sftp/provider.yaml               |  1 +
 airflow/providers/ssh/CHANGELOG.rst                |  8 ++++++
 airflow/providers/ssh/provider.yaml                |  1 +
 airflow/providers/telegram/CHANGELOG.rst           |  2 +-
 airflow/providers/yandex/CHANGELOG.rst             |  8 ++++++
 airflow/providers/yandex/provider.yaml             |  1 +
 docs/apache-airflow-providers-amazon/commits.rst   | 27 +++++++++++++++++-
 docs/apache-airflow-providers-amazon/index.rst     |  6 ++--
 .../commits.rst                                    | 12 ++++++++
 .../index.rst                                      | 20 +++++++-------
 .../commits.rst                                    | 16 ++++++++++-
 .../apache-airflow-providers-apache-livy/index.rst |  8 ++++--
 .../commits.rst                                    | 11 ++++++++
 .../index.rst                                      |  2 +-
 .../commits.rst                                    | 13 +++++++++
 .../index.rst                                      |  2 +-
 .../commits.rst                                    |  3 +-
 .../apache-airflow-providers-dbt-cloud/commits.rst | 14 +++++++++-
 docs/apache-airflow-providers-dbt-cloud/index.rst  |  6 ++--
 docs/apache-airflow-providers-github/commits.rst   | 15 +++++++++-
 docs/apache-airflow-providers-github/index.rst     |  4 +--
 docs/apache-airflow-providers-google/commits.rst   | 24 ++++++++++++++++
 docs/apache-airflow-providers-google/index.rst     |  9 +++---
 .../apache-airflow-providers-hashicorp/commits.rst | 14 +++++++++-
 docs/apache-airflow-providers-hashicorp/index.rst  |  6 ++--
 docs/apache-airflow-providers-mysql/commits.rst    | 14 +++++++++-
 docs/apache-airflow-providers-mysql/index.rst      | 16 +++++------
 docs/apache-airflow-providers-sftp/commits.rst     | 20 +++++++++++---
 docs/apache-airflow-providers-sftp/index.rst       |  6 ++--
 docs/apache-airflow-providers-ssh/commits.rst      | 14 +++++++++-
 docs/apache-airflow-providers-ssh/index.rst        |  2 +-
 docs/apache-airflow-providers-telegram/commits.rst | 18 ++++++++++--
 docs/apache-airflow-providers-telegram/index.rst   |  4 +--
 docs/apache-airflow-providers-yandex/commits.rst   | 14 +++++++++-
 docs/apache-airflow-providers-yandex/index.rst     |  2 +-
 58 files changed, 450 insertions(+), 69 deletions(-)

diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index fd697ce59d..7071376803 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -24,6 +24,38 @@
 Changelog
 ---------
 
+7.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``add num rows affected to Redshift Data API hook (#29797)``
+* ``Add 'wait_for_completion' param in 'RedshiftCreateClusterOperator' (#29657)``
+* ``Add Amazon Redshift-data to S3<>RS Transfer Operators (#27947)``
+* ``Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)``
+* ``Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)``
+* ``Implement custom boto waiters for some EMR operators (#29822)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix code checking job names in sagemaker (#29245)``
+* ``Avoid emitting fallback message for S3TaskHandler if streaming logs (#29708)``
+* ``Use waiters in ECS Operators instead of inner sensors (#29761)``
+
+Misc
+~~~~
+
+* ``Impovements for RedshiftDataOperator: better error reporting and an ability to return SQL results (#29434)``
+* ``Standardize AWS lambda naming (#29749)``
+* ``AWS Glue job hook: Make s3_bucket parameter optional (#29659)``
+* ``'RedshiftDataOperator' replace 'await_result' with 'wait_for_completion' (#29633)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Fix Amazon ECS Enums (#29871)``
+
 7.2.1
 .....
 
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index 4790619dd9..b73c293cf1 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,6 +22,7 @@ description: |
     Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
 
 versions:
+  - 7.3.0
   - 7.2.1
   - 7.2.0
   - 7.1.0
diff --git a/airflow/providers/apache/flink/CHANGELOG.rst b/airflow/providers/apache/flink/CHANGELOG.rst
index 58638fcd9b..fffc31f7ae 100644
--- a/airflow/providers/apache/flink/CHANGELOG.rst
+++ b/airflow/providers/apache/flink/CHANGELOG.rst
@@ -24,6 +24,18 @@
 Changelog
 ---------
 
+1.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Make cncf.kubernetes required for flink provider (#29710)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Add more precise optional dependency to cncf.kubernetes from flink (#29707)``
+
 1.0.0
 .....
 
diff --git a/airflow/providers/apache/flink/provider.yaml b/airflow/providers/apache/flink/provider.yaml
index a6a38f0167..918e30af17 100644
--- a/airflow/providers/apache/flink/provider.yaml
+++ b/airflow/providers/apache/flink/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Flink <https://flink.apache.org/>`__
 
 versions:
+  - 1.0.1
   - 1.0.0
 
 dependencies:
diff --git a/airflow/providers/apache/livy/CHANGELOG.rst b/airflow/providers/apache/livy/CHANGELOG.rst
index 7a4e720bdd..b4e3c6ab46 100644
--- a/airflow/providers/apache/livy/CHANGELOG.rst
+++ b/airflow/providers/apache/livy/CHANGELOG.rst
@@ -24,6 +24,19 @@
 Changelog
 ---------
 
+3.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add Livy Operator with deferrable mode (#29047)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
+   * ``Fix providers documentation formatting (#28754)``
+
 3.2.0
 .....
 
diff --git a/airflow/providers/apache/livy/provider.yaml b/airflow/providers/apache/livy/provider.yaml
index bd95c1f3cf..8c0bbcbfe8 100644
--- a/airflow/providers/apache/livy/provider.yaml
+++ b/airflow/providers/apache/livy/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Apache Livy <https://livy.apache.org/>`__
 
 versions:
+  - 3.3.0
   - 3.2.0
   - 3.1.0
   - 3.0.0
diff --git a/airflow/providers/atlassian/jira/CHANGELOG.rst b/airflow/providers/atlassian/jira/CHANGELOG.rst
index fc12fc0dd3..a49e682d87 100644
--- a/airflow/providers/atlassian/jira/CHANGELOG.rst
+++ b/airflow/providers/atlassian/jira/CHANGELOG.rst
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+2.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Handle 'jira_method_args' in JiraOperator when not provided (#29741)``
+
 2.0.0
 .....
 
diff --git a/airflow/providers/atlassian/jira/provider.yaml b/airflow/providers/atlassian/jira/provider.yaml
index 78130d41e7..3a4ff601f8 100644
--- a/airflow/providers/atlassian/jira/provider.yaml
+++ b/airflow/providers/atlassian/jira/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Atlassian Jira <https://www.atlassian.com/>`__
 
 versions:
+  - 2.0.1
   - 2.0.0
   - 1.1.0
   - 1.0.0
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 72acfe3b33..0739ea0048 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,18 @@
 Changelog
 ---------
 
+5.2.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``'KubernetesPodOperator._render_nested_template_fields' improved by changing the conditionals for a map (#29760)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Fix and augment 'check-for-inclusive-language' CI check (#29549)``
+
 5.2.1
 .....
 
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index 883e8fe8bd..44b20d1853 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Kubernetes <https://kubernetes.io/>`__
 
 versions:
+  - 5.2.2
   - 5.2.1
   - 5.2.0
   - 5.1.1
diff --git a/airflow/providers/common/sql/CHANGELOG.rst b/airflow/providers/common/sql/CHANGELOG.rst
index 0752bbd2cf..af01dfeff4 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -24,15 +24,26 @@
 Changelog
 ---------
 
-1.3.3
+1.3.4
 .....
 
 Bug Fixes
 ~~~~~~~~~
-* ``Handle non-compliant behaviour of Exasol cursor (#28744)``
+
+* ``Do not process output when do_xcom_push=False  (#29599)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
+   * ``Make the S3-to-SQL system test self-contained (#29204)``
+   * ``Make static checks generated file  more stable accross the board (#29080)``
+
+1.3.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Handle non-compliant behaviour of Exasol cursor (#28744)``
 
 1.3.2
 .....
@@ -127,10 +138,6 @@ Bug Fixes
 * ``Don't use Pandas for SQLTableCheckOperator (#25822)``
 * ``Discard semicolon stripping in SQL hook (#25855)``
 
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-
-
 1.1.0
 .....
 
diff --git a/airflow/providers/common/sql/provider.yaml b/airflow/providers/common/sql/provider.yaml
index 57857ed27d..8086cf3e32 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
 
 versions:
+  - 1.3.4
   - 1.3.3
   - 1.3.2
   - 1.3.1
diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst b/airflow/providers/dbt/cloud/CHANGELOG.rst
index 99c6ff9850..97cb26ce9d 100644
--- a/airflow/providers/dbt/cloud/CHANGELOG.rst
+++ b/airflow/providers/dbt/cloud/CHANGELOG.rst
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add 'DbtCloudJobRunAsyncSensor' (#29695)``
+
 3.0.0
 .....
 
diff --git a/airflow/providers/dbt/cloud/provider.yaml b/airflow/providers/dbt/cloud/provider.yaml
index 7d62555393..8187adef98 100644
--- a/airflow/providers/dbt/cloud/provider.yaml
+++ b/airflow/providers/dbt/cloud/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
 
 versions:
+  - 3.1.0
   - 3.0.0
   - 2.3.1
   - 2.3.0
diff --git a/airflow/providers/github/CHANGELOG.rst b/airflow/providers/github/CHANGELOG.rst
index ebbdad7cfa..d51adb117d 100644
--- a/airflow/providers/github/CHANGELOG.rst
+++ b/airflow/providers/github/CHANGELOG.rst
@@ -20,6 +20,18 @@
 Changelog
 ---------
 
+2.2.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Handle 'github_method_args' in GithubOperator when not provided (#29699)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Exclude v1.58 of 'PyGithub' package in GitHub provider (#29728)``
+
 2.2.0
 .....
 
diff --git a/airflow/providers/github/provider.yaml b/airflow/providers/github/provider.yaml
index 005147315f..92ef8c1c3f 100644
--- a/airflow/providers/github/provider.yaml
+++ b/airflow/providers/github/provider.yaml
@@ -29,6 +29,7 @@ dependencies:
   - PyGithub!=1.58
 
 versions:
+  - 2.2.1
   - 2.2.0
   - 2.1.0
   - 2.0.0
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index f3a75904d6..797f799537 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,34 @@
 Changelog
 ---------
 
+8.11.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add deferrable mode to BigQueryTablePartitionExistenceSensor. (#29735)``
+* ``Add a new param for BigQuery operators to support additional actions when resource exists (#29394)``
+* ``Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator (#28618)``
+* ``Dataproc batches (#29136)``
+* ``Add 'CloudSQLCloneInstanceOperator' (#29726)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix 'NoneType' object is not subscriptable. (#29820)``
+* ``Fix and augment 'check-for-inclusive-language' CI check (#29549)``
+* ``Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)``
+
+Misc
+~~~~
+
+* ``Google Cloud Providers - Introduce GoogleCloudBaseOperator (#29680)``
+* ``Update google cloud dlp package and adjust hook and operators (#29234)``
+* ``Refactor Dataproc Trigger (#29364)``
+* ``Remove <2.0.0 limit on google-cloud-bigtable (#29644)``
+* ``Move help message to the google auth code (#29888)``
+
 8.10.0
 ......
 
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index 972e57a699..3255d9172b 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
       - `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
 
 versions:
+  - 8.11.0
   - 8.10.0
   - 8.9.0
   - 8.8.0
diff --git a/airflow/providers/hashicorp/CHANGELOG.rst b/airflow/providers/hashicorp/CHANGELOG.rst
index bef98f6564..9b828ad524 100644
--- a/airflow/providers/hashicorp/CHANGELOG.rst
+++ b/airflow/providers/hashicorp/CHANGELOG.rst
@@ -24,6 +24,11 @@
 Changelog
 ---------
 
+3.3.0
+.....
+
+* ``Support multiple mount points in Vault backend secret (#29734)``
+
 3.2.0
 .....
 
diff --git a/airflow/providers/hashicorp/provider.yaml b/airflow/providers/hashicorp/provider.yaml
index 0706ece7cc..8b0adb3033 100644
--- a/airflow/providers/hashicorp/provider.yaml
+++ b/airflow/providers/hashicorp/provider.yaml
@@ -22,6 +22,7 @@ description: |
     Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
 
 versions:
+  - 3.3.0
   - 3.2.0
   - 3.1.0
   - 3.0.1
diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst
index 7e1445315e..192f2b8d41 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -27,6 +27,14 @@ used with MySQL server 5.6.4 through 5.7.
 Changelog
 ---------
 
+4.0.2
+.....
+
+Misc
+~~~~
+
+* ``Use MariaDB client binaries in arm64 image for support MySQL backend (#29519)``
+
 4.0.1
 .....
 
diff --git a/airflow/providers/mysql/provider.yaml b/airflow/providers/mysql/provider.yaml
index eb19b0c2a6..7ea9067a05 100644
--- a/airflow/providers/mysql/provider.yaml
+++ b/airflow/providers/mysql/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `MySQL <https://www.mysql.com/products/>`__
 
 versions:
+  - 4.0.2
   - 4.0.1
   - 4.0.0
   - 3.4.0
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index 9ca2b851d0..75b6a77c16 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+4.2.4
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix SFTPSensor when using newer_than and there are multiple matched files (#29794)``
+
 4.2.3
 .....
 
diff --git a/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml
index eb778ae0ae..bcae88c764 100644
--- a/airflow/providers/sftp/provider.yaml
+++ b/airflow/providers/sftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
 
 versions:
+  - 4.2.4
   - 4.2.3
   - 4.2.2
   - 4.2.1
diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst
index a2febdf64c..4b12328f21 100644
--- a/airflow/providers/ssh/CHANGELOG.rst
+++ b/airflow/providers/ssh/CHANGELOG.rst
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+3.5.0
+.....
+
+Features
+~~~~~~~~
+
+* ``SSH Provider: Add cmd_timeout to ssh connection extra (#29347)``
+
 3.4.0
 .....
 
diff --git a/airflow/providers/ssh/provider.yaml b/airflow/providers/ssh/provider.yaml
index e59a0b2044..133b32a3fb 100644
--- a/airflow/providers/ssh/provider.yaml
+++ b/airflow/providers/ssh/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
 
 versions:
+  - 3.5.0
   - 3.4.0
   - 3.3.0
   - 3.2.0
diff --git a/airflow/providers/telegram/CHANGELOG.rst b/airflow/providers/telegram/CHANGELOG.rst
index cbd7dd14e5..b4ada27617 100644
--- a/airflow/providers/telegram/CHANGELOG.rst
+++ b/airflow/providers/telegram/CHANGELOG.rst
@@ -34,7 +34,7 @@ In this version, we upgraded the ``python-telegram-bot`` to ``20.0.0`` and above
 All remains the same except that now the ``get_conn()`` method in ``TelegramHook`` is a coroutine function.
 Refer to `python-telegram-bot transition guide <https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transition-guide-to-Version-20.0#asyncio>`_ for more details.
 
-
+* ``Updated Telegram Provider to ensure compatbility with >=20.0.0 (#28953)``
 
 3.1.1
 .....
diff --git a/airflow/providers/yandex/CHANGELOG.rst b/airflow/providers/yandex/CHANGELOG.rst
index 94f4abbe91..76ee80f39e 100644
--- a/airflow/providers/yandex/CHANGELOG.rst
+++ b/airflow/providers/yandex/CHANGELOG.rst
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+3.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``support Yandex SDK feature "endpoint" (#29635)``
+
 3.2.0
 .....
 
diff --git a/airflow/providers/yandex/provider.yaml b/airflow/providers/yandex/provider.yaml
index 689b59d42b..5a23ce60af 100644
--- a/airflow/providers/yandex/provider.yaml
+++ b/airflow/providers/yandex/provider.yaml
@@ -22,6 +22,7 @@ description: |
     Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__
 
 versions:
+  - 3.3.0
   - 3.2.0
   - 3.1.0
   - 3.0.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index eb708a06a0..6ba572723d 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,14 +28,39 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+7.3.0
+.....
+
+Latest change: 2023-03-02
+
+=================================================================================================  ===========  =======================================================================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =======================================================================================================================================
+`76d8aaa836 <https://github.com/apache/airflow/commit/76d8aaa8362ba199d98680d71ccb3a800cbc4d38>`_  2023-03-02   ``Fix Amazon ECS Enums (#29871)``
+`faf792f634 <https://github.com/apache/airflow/commit/faf792f634f3d2dae672ca184b4d95bd4834924d>`_  2023-03-02   ``Implement custom boto waiters for some EMR operators (#29822)``
+`ea8ce218b9 <https://github.com/apache/airflow/commit/ea8ce218b9abe3c69f4c2d8c65180cf8bafebdd6>`_  2023-03-02   ``Impovements for RedshiftDataOperator: better error reporting and an ability to return SQL results (#29434)``
+`181a825259 <https://github.com/apache/airflow/commit/181a8252597e314e5675e2b9655cb44da412eeb2>`_  2023-03-01   ``Use waiters in ECS Operators instead of inner sensors (#29761)``
+`5de47910f3 <https://github.com/apache/airflow/commit/5de47910f3ebd803453b8fb5ca6e4f26ad611375>`_  2023-03-01   ``Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)``
+`1f7bc1ab3c <https://github.com/apache/airflow/commit/1f7bc1ab3c5bc5d51dda40197b52a111cb1f22ee>`_  2023-02-28   ``add num rows affected to Redshift Data API hook (#29797)``
+`4b36137a31 <https://github.com/apache/airflow/commit/4b36137a31241d0f502604213546b6bf677fea69>`_  2023-02-28   ``Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)``
+`df4abcbcfe <https://github.com/apache/airflow/commit/df4abcbcfed2ddca3ad06d67b1fb721de9e1755d>`_  2023-02-27   ``fix code checking job names in sagemaker (#29245)``
+`38b901ec3f <https://github.com/apache/airflow/commit/38b901ec3f07e6e65880b11cc432fb8ad6243629>`_  2023-02-24   ``Standardize AWS lambda naming (#29749)``
+`5e006d743d <https://github.com/apache/airflow/commit/5e006d743d1ba3781acd8e053642f2367a8e7edc>`_  2023-02-23   ``Avoid emitting fallback message for S3TaskHandler if streaming logs (#29708)``
+`ba2d562cfb <https://github.com/apache/airflow/commit/ba2d562cfb36c5b9b845251f991c3d5bfa17db4f>`_  2023-02-22   ``Add 'wait_for_completion' param in 'RedshiftCreateClusterOperator' (#29657)``
+`6c13f04365 <https://github.com/apache/airflow/commit/6c13f04365b916e938e3bea57e37fc80890b8377>`_  2023-02-22   ``AWS Glue job hook: Make s3_bucket parameter optional (#29659)``
+`45419e23a9 <https://github.com/apache/airflow/commit/45419e23a955299da956c7a73261f629fb6deaef>`_  2023-02-20   ``'RedshiftDataOperator' replace 'await_result' with 'wait_for_completion' (#29633)``
+`0604033829 <https://github.com/apache/airflow/commit/0604033829787ebed59b9982bf08c1a68d93b120>`_  2023-02-20   ``Add Amazon Redshift-data to S3<>RS Transfer Operators (#27947)``
+=================================================================================================  ===========  =======================================================================================================================================
+
 7.2.1
 .....
 
-Latest change: 2023-02-17
+Latest change: 2023-02-18
 
 =================================================================================================  ===========  ==================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ==================================================================================
+`470fdaea27 <https://github.com/apache/airflow/commit/470fdaea275660970777c0f72b8867b382eabc14>`_  2023-02-18   ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
 `46d45e09cb <https://github.com/apache/airflow/commit/46d45e09cb5607ae583929f3eba1923a64631f48>`_  2023-02-17   ``Explicitly handle exceptions raised by config parsing in AWS provider (#29587)``
 `cadab59e8d <https://github.com/apache/airflow/commit/cadab59e8df90588b07cf8d9ee3ce13f9a79f656>`_  2023-02-15   ``Fix docstring for EcsRunTaskOperator region_name -> region (#29562)``
 `f9e9d23457 <https://github.com/apache/airflow/commit/f9e9d23457cba5d3e18b5bdb7b65ecc63735b65b>`_  2023-02-11   ``Restore trigger logging (#29482)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index eb93351762..8722392b14 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -72,7 +72,7 @@ Package apache-airflow-providers-amazon
 Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
 
 
-Release: 7.2.1
+Release: 7.3.0
 
 Provider package
 ----------------
@@ -139,7 +139,7 @@ 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 7.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.2.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 7.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.2.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 7.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.3.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 7.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.3.0-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-flink/commits.rst b/docs/apache-airflow-providers-apache-flink/commits.rst
index c9ed15c506..24c8c23f69 100644
--- a/docs/apache-airflow-providers-apache-flink/commits.rst
+++ b/docs/apache-airflow-providers-apache-flink/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+1.0.1
+.....
+
+Latest change: 2023-02-23
+
+=================================================================================================  ===========  ===============================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ===============================================================================
+`68412e1664 <https://github.com/apache/airflow/commit/68412e166414cbf6228385e1e118ec0939857496>`_  2023-02-23   ``Make cncf.kubernetes required for flink provider (#29710)``
+`9aa873ad69 <https://github.com/apache/airflow/commit/9aa873ad697f31601f81c53b788e564ac479e4ee>`_  2023-02-22   ``Add more precise optional dependency to cncf.kubernetes from flink (#29707)``
+=================================================================================================  ===========  ===============================================================================
+
 1.0.0
 .....
 
diff --git a/docs/apache-airflow-providers-apache-flink/index.rst b/docs/apache-airflow-providers-apache-flink/index.rst
index f539163152..914652225e 100644
--- a/docs/apache-airflow-providers-apache-flink/index.rst
+++ b/docs/apache-airflow-providers-apache-flink/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-apache-flink
 `Apache Flink <https://flink.apache.org/>`__
 
 
-Release: 1.0.0
+Release: 1.0.1
 
 Provider package
 ----------------
@@ -75,13 +75,13 @@ for the minimum Airflow version supported) via
 Requirements
 ------------
 
-==================  ==================
-PIP package         Version required
-==================  ==================
-``apache-airflow``  ``>=2.3.0``
-``cryptography``    ``>=2.0.0``
-``kubernetes``      ``>=21.7.0,<24``
-==================  ==================
+============================================  ==================
+PIP package                                   Version required
+============================================  ==================
+``apache-airflow``                            ``>=2.3.0``
+``cryptography``                              ``>=2.0.0``
+``apache-airflow-providers-cncf-kubernetes``  ``>=5.1.0``
+============================================  ==================
 
 Cross provider package dependencies
 -----------------------------------
@@ -108,7 +108,7 @@ Downloading official packages
 You can download officially released packages and verify their checksums and signatures from the
 `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-apache-flink 1.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-flink-1.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-flink-1.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-flink-1.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-flink 1.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-flink 1.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-flink-1.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-flink-1.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-flink-1.0.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-flink 1.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.0.1-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/apache/flink/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst b/docs/apache-airflow-providers-apache-livy/commits.rst
index 3f25a927d5..932e15b3aa 100644
--- a/docs/apache-airflow-providers-apache-livy/commits.rst
+++ b/docs/apache-airflow-providers-apache-livy/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+3.3.0
+.....
+
+Latest change: 2023-02-22
+
+=================================================================================================  ===========  ==================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================================
+`47ebe99972 <https://github.com/apache/airflow/commit/47ebe99972b2cc3cc007460e28461b1676c03706>`_  2023-02-22   ``Add Livy Operator with deferrable mode (#29047)``
+`911b708ffd <https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_  2023-01-14   ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
+`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_  2023-01-05   ``Fix providers documentation formatting (#28754)``
+=================================================================================================  ===========  ==================================================================
+
 3.2.0
 .....
 
-Latest change: 2022-10-31
+Latest change: 2022-11-15
 
 =================================================================================================  ===========  ====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================
+`12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_  2022-11-15   ``pRepare docs for November 2022 wave of Providers (#27613)``
 `7dd7400dd4 <https://github.com/apache/airflow/commit/7dd7400dd4588e063078986026e14ea606a55a76>`_  2022-10-31   ``Add template to livy operator documentation (#27404)``
 `f75582a8eb <https://github.com/apache/airflow/commit/f75582a8ebe989b342aa0a29e66a2df6e16d6848>`_  2022-10-31   ``Add Spark's 'appId' to xcom output (#27376)``
 `0c94eff950 <https://github.com/apache/airflow/commit/0c94eff95071c126f97e5f2a438a754ed29549d0>`_  2022-10-31   ``add template field renderer to livy operator (#27321)``
diff --git a/docs/apache-airflow-providers-apache-livy/index.rst b/docs/apache-airflow-providers-apache-livy/index.rst
index 31699da682..70d9a34a1e 100644
--- a/docs/apache-airflow-providers-apache-livy/index.rst
+++ b/docs/apache-airflow-providers-apache-livy/index.rst
@@ -63,7 +63,7 @@ Package apache-airflow-providers-apache-livy
 `Apache Livy <https://livy.apache.org/>`__
 
 
-Release: 3.2.0
+Release: 3.3.0
 
 Provider package
 ----------------
@@ -86,6 +86,8 @@ PIP package                        Version required
 =================================  ==================
 ``apache-airflow``                 ``>=2.3.0``
 ``apache-airflow-providers-http``
+``aiohttp``
+``asgiref``
 =================================  ==================
 
 Cross provider package dependencies
@@ -113,7 +115,7 @@ Downloading official packages
 You can download officially released packages and verify their checksums and signatures from the
 `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-apache-livy 3.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.2.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-livy 3.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.2.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-livy 3.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.3.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-livy 3.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.3.0-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/apache/livy/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-atlassian-jira/commits.rst b/docs/apache-airflow-providers-atlassian-jira/commits.rst
index 9ee2717179..d4223ada49 100644
--- a/docs/apache-airflow-providers-atlassian-jira/commits.rst
+++ b/docs/apache-airflow-providers-atlassian-jira/commits.rst
@@ -28,6 +28,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+2.0.1
+.....
+
+Latest change: 2023-02-24
+
+=================================================================================================  ===========  ========================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ========================================================================
+`31e622b449 <https://github.com/apache/airflow/commit/31e622b44922e15eb4d84b72dacee2055ea1630a>`_  2023-02-24   ``Handle 'jira_method_args' in JiraOperator when not provided (#29741)``
+=================================================================================================  ===========  ========================================================================
+
 2.0.0
 .....
 
diff --git a/docs/apache-airflow-providers-atlassian-jira/index.rst b/docs/apache-airflow-providers-atlassian-jira/index.rst
index 02058ea16b..2813a7cc60 100644
--- a/docs/apache-airflow-providers-atlassian-jira/index.rst
+++ b/docs/apache-airflow-providers-atlassian-jira/index.rst
@@ -51,7 +51,7 @@ Package apache-airflow-providers-atlassian-jira
 `Atlassian Jira <https://www.atlassian.com/>`__
 
 
-Release: 2.0.0
+Release: 2.0.1
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 1cd4730e2d..949d601690 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+5.2.2
+.....
+
+Latest change: 2023-02-28
+
+=================================================================================================  ===========  ===================================================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ===================================================================================================================
+`1e536eb43d <https://github.com/apache/airflow/commit/1e536eb43de4408612bf7bb7d9d2114470c6f43a>`_  2023-02-28   ``'KubernetesPodOperator._render_nested_template_fields' improved by changing the conditionals for a map (#29760)``
+`dba390e323 <https://github.com/apache/airflow/commit/dba390e32330675e1b94442c8001ea980754c189>`_  2023-02-22   ``Fix and augment 'check-for-inclusive-language' CI check (#29549)``
+=================================================================================================  ===========  ===================================================================================================================
+
 5.2.1
 .....
 
@@ -36,6 +48,7 @@ Latest change: 2023-02-18
 =================================================================================================  ===========  ==================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ==================================================================
+`470fdaea27 <https://github.com/apache/airflow/commit/470fdaea275660970777c0f72b8867b382eabc14>`_  2023-02-18   ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
 `9a5c3e0ac0 <https://github.com/apache/airflow/commit/9a5c3e0ac0b682d7f2c51727a56e06d68bc9f6be>`_  2023-02-18   ``Fix @task.kubernetes to receive input and send output (#28942)``
 =================================================================================================  ===========  ==================================================================
 
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 52ec76f9b0..e5e59fc10d 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-cncf-kubernetes
 `Kubernetes <https://kubernetes.io/>`__
 
 
-Release: 5.2.1
+Release: 5.2.2
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst
index 74664a8a00..fcad4daf85 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog <ind
 1.3.4
 .....
 
-Latest change: 2023-01-30
+Latest change: 2023-02-22
 
 =================================================================================================  ===========  =============================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =============================================================================
+`19f1e7c27b <https://github.com/apache/airflow/commit/19f1e7c27b85e297497842c73f13533767ebd6ba>`_  2023-02-22   ``Do not process output when do_xcom_push=False  (#29599)``
 `0af6f20c5f <https://github.com/apache/airflow/commit/0af6f20c5f36c6cac3fc1b23ff47763ea2c24ba2>`_  2023-01-30   ``Make the S3-to-SQL system test self-contained (#29204)``
 `129f0820cd <https://github.com/apache/airflow/commit/129f0820cd03c721ebebe3461489f255bb9e752c>`_  2023-01-23   ``Make static checks generated file  more stable accross the board (#29080)``
 =================================================================================================  ===========  =============================================================================
diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst
index bde831b7c1..50a5a80dd0 100644
--- a/docs/apache-airflow-providers-dbt-cloud/commits.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+3.1.0
+.....
+
+Latest change: 2023-02-23
+
+=================================================================================================  ===========  ============================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ============================================
+`e6d3176082 <https://github.com/apache/airflow/commit/e6d317608251d2725627ac2da0e60d5c5b206c1e>`_  2023-02-23   ``Add 'DbtCloudJobRunAsyncSensor' (#29695)``
+=================================================================================================  ===========  ============================================
+
 3.0.0
 .....
 
-Latest change: 2023-02-02
+Latest change: 2023-02-08
 
 =================================================================================================  ===========  ================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ================================================================================
+`ce6ae2457e <https://github.com/apache/airflow/commit/ce6ae2457ef3d9f44f0086b58026909170bbf22a>`_  2023-02-08   ``Prepare docs for Feb 2023 wave of Providers (#29379)``
 `91c0ce7666 <https://github.com/apache/airflow/commit/91c0ce7666f131176cb6368058dc1f259275b894>`_  2023-02-02   ``Drop Connection.schema use in DbtCloudHook (#29166)``
 `f805b4154a <https://github.com/apache/airflow/commit/f805b4154a8155823d7763beb9b6da76889ebd62>`_  2023-01-23   ``Allow downloading of dbt Cloud artifacts to non-existent paths (#29048)``
 `55049c50d5 <https://github.com/apache/airflow/commit/55049c50d52323e242c2387f285f0591ea38cde7>`_  2023-01-23   ``Add deferrable mode to 'DbtCloudRunJobOperator' (#29014)``
diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst
index c8923913f7..f9b08ff628 100644
--- a/docs/apache-airflow-providers-dbt-cloud/index.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/index.rst
@@ -69,7 +69,7 @@ Package apache-airflow-providers-dbt-cloud
 `dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
 
 
-Release: 3.0.0
+Release: 3.1.0
 
 Provider package
 ----------------
@@ -121,7 +121,7 @@ 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-dbt-cloud 3.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-dbt-cloud 3.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-dbt-cloud 3.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.1.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-dbt-cloud 3.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.1.0-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/dbt/cloud/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-github/commits.rst b/docs/apache-airflow-providers-github/commits.rst
index 87e00c2614..4a0191d5e9 100644
--- a/docs/apache-airflow-providers-github/commits.rst
+++ b/docs/apache-airflow-providers-github/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+2.2.1
+.....
+
+Latest change: 2023-02-27
+
+=================================================================================================  ===========  ============================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ============================================================================
+`a3d0e79237 <https://github.com/apache/airflow/commit/a3d0e79237e66b52e8930d3e4886b3d84fc4d392>`_  2023-02-27   ``Exclude v1.58 of 'PyGithub' package in GitHub provider (#29728)``
+`d4af0cac02 <https://github.com/apache/airflow/commit/d4af0cac0245c4d576215619805e69ce7caf5c1a>`_  2023-02-22   ``Handle 'github_method_args' in GithubOperator when not provided (#29699)``
+=================================================================================================  ===========  ============================================================================
+
 2.2.0
 .....
 
-Latest change: 2022-10-24
+Latest change: 2022-11-15
 
 =================================================================================================  ===========  ====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================
+`12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_  2022-11-15   ``pRepare docs for November 2022 wave of Providers (#27613)``
 `78b8ea2f22 <https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`_  2022-10-24   ``Move min airflow version to 2.3.0 for all providers (#27196)``
 `2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`_  2022-10-23   ``Enable string normalization in python formatting - providers (#27205)``
 `f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_  2022-09-28   ``Update docs for September Provider's release (#26731)``
diff --git a/docs/apache-airflow-providers-github/index.rst b/docs/apache-airflow-providers-github/index.rst
index 44335d69ae..077097cf9b 100644
--- a/docs/apache-airflow-providers-github/index.rst
+++ b/docs/apache-airflow-providers-github/index.rst
@@ -71,7 +71,7 @@ Package apache-airflow-providers-github
 `GitHub <https://www.github.com/>`__
 
 
-Release: 2.2.0
+Release: 2.2.1
 
 Provider package
 ----------------
@@ -93,7 +93,7 @@ Requirements
 PIP package         Version required
 ==================  ==================
 ``apache-airflow``  ``>=2.3.0``
-``pygithub``
+``PyGithub!``       ``=1.58``
 ==================  ==================
 
 .. include:: ../../airflow/providers/github/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index f499c1233a..1bbca2f5a4 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,6 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+8.11.0
+......
+
+Latest change: 2023-03-03
+
+=================================================================================================  ===========  ======================================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ======================================================================================================
+`3fc9461654 <https://github.com/apache/airflow/commit/3fc946165458f203162ddb229bee133e1a6fcac2>`_  2023-03-03   ``Add 'CloudSQLCloneInstanceOperator' (#29726)``
+`47ab0ca629 <https://github.com/apache/airflow/commit/47ab0ca6295f301d393dbb29e134fa90be0ad7df>`_  2023-03-03   ``Move help message to the google auth code (#29888)``
+`972fca2253 <https://github.com/apache/airflow/commit/972fca22532121493d49753bd6d8388af5943689>`_  2023-02-28   ``Fix 'NoneType' object is not subscriptable. (#29820)``
+`ec844eaa0a <https://github.com/apache/airflow/commit/ec844eaa0a3864d1da74d9ee6c3cf7edb36fbe8c>`_  2023-02-27   ``Add deferrable mode to BigQueryTablePartitionExistenceSensor. (#29735)``
+`a5adb87ab4 <https://github.com/apache/airflow/commit/a5adb87ab4ee537eb37ef31aba755b40f6f29a1e>`_  2023-02-26   ``Add a new param for BigQuery operators to support additional actions when resource exists (#29394)``
+`1e7c064560 <https://github.com/apache/airflow/commit/1e7c064560b8504b45e3a53dc8f294b143b4ec7d>`_  2023-02-25   ``Google Cloud Providers - Introduce GoogleCloudBaseOperator (#29680)``
+`ad08f66228 <https://github.com/apache/airflow/commit/ad08f662280612f44549a71f9c835595cfd05f0a>`_  2023-02-22   ``Remove <2.0.0 limit on google-cloud-bigtable (#29644)``
+`dba390e323 <https://github.com/apache/airflow/commit/dba390e32330675e1b94442c8001ea980754c189>`_  2023-02-22   ``Fix and augment 'check-for-inclusive-language' CI check (#29549)``
+`f51742d20b <https://github.com/apache/airflow/commit/f51742d20b2e53bcd90a19db21e4e12d2a287677>`_  2023-02-21   ``Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)``
+`3dbcf99d20 <https://github.com/apache/airflow/commit/3dbcf99d20d47cde0debdd5faf9bd9b2ebde1718>`_  2023-02-21   ``Update google cloud dlp package and adjust hook and operators (#29234)``
+`6ef5ba9104 <https://github.com/apache/airflow/commit/6ef5ba9104f5a658b003f8ade274f19d7ec1b6a9>`_  2023-02-20   ``Refactor Dataproc Trigger (#29364)``
+`7e3a9fc858 <https://github.com/apache/airflow/commit/7e3a9fc8586d0e6d9eddbf833a75280e68050da8>`_  2023-02-20   ``Dataproc batches (#29136)``
+`1677d80e65 <https://github.com/apache/airflow/commit/1677d80e6573acfc7a706ac25c4ee3a353071f7b>`_  2023-02-20   ``Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator (#28618)``
+=================================================================================================  ===========  ======================================================================================================
+
 8.10.0
 ......
 
@@ -43,6 +66,7 @@ Latest change: 2023-02-18
 =================================================================================================  ===========  ====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================
+`470fdaea27 <https://github.com/apache/airflow/commit/470fdaea275660970777c0f72b8867b382eabc14>`_  2023-02-18   ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
 `f37772adfd <https://github.com/apache/airflow/commit/f37772adfdfdee8763147e0563897e4d5d5657c8>`_  2023-02-18   ``'GoogleDriveHook': Add folder_id param to upload_file (#29477)``
 `28126c12fb <https://github.com/apache/airflow/commit/28126c12fbdd2cac84e0fbcf2212154085aa5ed9>`_  2023-02-14   ``Add defer mode to GKECreateClusterOperator and GKEDeleteClusterOperator (#28406)``
 `32c571e592 <https://github.com/apache/airflow/commit/32c571e5926983903ac8b9017c36f14137a797a5>`_  2023-02-14   ``Move cloud_sql_binary_path from connection to Hook (#29499)``
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index e5d5b1c459..97ca8d5bc3 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -76,7 +76,7 @@ Google services including:
   - `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
 
 
-Release: 8.10.0
+Release: 8.11.0
 
 Provider package
 ----------------
@@ -122,7 +122,7 @@ PIP package                              Version required
 ``google-cloud-dataplex``                ``>=0.1.0``
 ``google-cloud-dataproc``                ``>=3.1.0``
 ``google-cloud-dataproc-metastore``      ``>=1.2.0,<2.0.0``
-``google-cloud-dlp``                     ``>=0.11.0,<2.0.0``
+``google-cloud-dlp``                     ``>=3.0.0,<3.8.0``
 ``google-cloud-kms``                     ``>=2.0.0``
 ``google-cloud-language``                ``>=1.1.1,<2.0.0``
 ``google-cloud-logging``                 ``>=2.1.1``
@@ -150,7 +150,6 @@ PIP package                              Version required
 ``pandas``                               ``>=0.17.1``
 ``sqlalchemy-bigquery``                  ``>=1.2.1``
 ``proto-plus``                           ``>=1.19.6``
-``protobuf``                             ``<=3.20.0``
 =======================================  ===================
 
 Cross provider package dependencies
@@ -193,7 +192,7 @@ 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 8.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.10.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 8.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.10.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 8.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.11.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 8.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.11.0-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst b/docs/apache-airflow-providers-hashicorp/commits.rst
index 543b876328..6d1058a61b 100644
--- a/docs/apache-airflow-providers-hashicorp/commits.rst
+++ b/docs/apache-airflow-providers-hashicorp/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+3.3.0
+.....
+
+Latest change: 2023-02-24
+
+=================================================================================================  ===========  ==================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================================
+`dff425bc3d <https://github.com/apache/airflow/commit/dff425bc3d92697bb447010aa9f3b56519a59f1e>`_  2023-02-24   ``Support multiple mount points in Vault backend secret (#29734)``
+=================================================================================================  ===========  ==================================================================
+
 3.2.0
 .....
 
-Latest change: 2022-11-02
+Latest change: 2022-11-15
 
 =================================================================================================  ===========  ====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================
+`12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_  2022-11-15   ``pRepare docs for November 2022 wave of Providers (#27613)``
 `1a3f7857f5 <https://github.com/apache/airflow/commit/1a3f7857f50170cbef767b91e2831fee8019e7b1>`_  2022-11-02   ``Pass kwargs from vault hook to hvac client (#26680)``
 `9ab1a6a3e7 <https://github.com/apache/airflow/commit/9ab1a6a3e70b32a3cddddf0adede5d2f3f7e29ea>`_  2022-10-27   ``Update old style typing (#26872)``
 `78b8ea2f22 <https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`_  2022-10-24   ``Move min airflow version to 2.3.0 for all providers (#27196)``
diff --git a/docs/apache-airflow-providers-hashicorp/index.rst b/docs/apache-airflow-providers-hashicorp/index.rst
index 435e058836..1f73892b4d 100644
--- a/docs/apache-airflow-providers-hashicorp/index.rst
+++ b/docs/apache-airflow-providers-hashicorp/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-hashicorp
 Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
 
 
-Release: 3.2.0
+Release: 3.3.0
 
 Provider package
 ----------------
@@ -107,7 +107,7 @@ 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-hashicorp 3.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.2.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-hashicorp 3.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.2.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-hashicorp 3.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-hashicorp 3.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.0-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/hashicorp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst
index 88c5e8fd47..cd94e46254 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+4.0.2
+.....
+
+Latest change: 2023-02-22
+
+=================================================================================================  ===========  =================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  =================================================================================
+`ff8fae1baf <https://github.com/apache/airflow/commit/ff8fae1baf5ab3346059bb876c3c0d1c26ab92ad>`_  2023-02-22   ``Use MariaDB client binaries in arm64 image for support MySQL backend (#29519)``
+=================================================================================================  ===========  =================================================================================
+
 4.0.1
 .....
 
-Latest change: 2023-01-18
+Latest change: 2023-02-08
 
 =================================================================================================  ===========  =======================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =======================================================================
+`ce6ae2457e <https://github.com/apache/airflow/commit/ce6ae2457ef3d9f44f0086b58026909170bbf22a>`_  2023-02-08   ``Prepare docs for Feb 2023 wave of Providers (#29379)``
 `23da4daaa0 <https://github.com/apache/airflow/commit/23da4daaa018e72b39b977afcde85deaf2224f1e>`_  2023-01-18   ``Revert "Remove conn.close() ignores (#29005)" (#29010)``
 `85f8df7b8a <https://github.com/apache/airflow/commit/85f8df7b8a18e1147c7e014a7af7fc4e66aaa8be>`_  2023-01-18   ``Remove conn.close() ignores (#29005)``
 `aa97474020 <https://github.com/apache/airflow/commit/aa97474020712d3f450ab169a5a054580e7b7d28>`_  2023-01-18   ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)``
diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst
index 35cf3213b0..b2aeec9bd1 100644
--- a/docs/apache-airflow-providers-mysql/index.rst
+++ b/docs/apache-airflow-providers-mysql/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-mysql
 `MySQL <https://www.mysql.com/products/>`__
 
 
-Release: 4.0.1
+Release: 4.0.2
 
 Provider package
 ----------------
@@ -83,14 +83,14 @@ for the minimum Airflow version supported) via
 Requirements
 ------------
 
-=======================================  ===========================================
+=======================================  ==================
 PIP package                              Version required
-=======================================  ===========================================
+=======================================  ==================
 ``apache-airflow``                       ``>=2.3.0``
 ``apache-airflow-providers-common-sql``  ``>=1.3.1``
-``mysql-connector-python``               ``>=8.0.11; platform_machine != "aarch64"``
-``mysqlclient``                          ``>=1.3.6; platform_machine != "aarch64"``
-=======================================  ===========================================
+``mysql-connector-python``               ``>=8.0.11``
+``mysqlclient``                          ``>=1.3.6``
+=======================================  ==================
 
 Cross provider package dependencies
 -----------------------------------
@@ -121,7 +121,7 @@ Downloading official packages
 You can download officially released packages and verify their checksums and signatures from the
 `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-mysql 4.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-mysql 4.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-mysql 4.0.2 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.2.tar.gz.sha512>`__)
+* `The apache-airflow-providers-mysql 4.0.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.2-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/mysql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst
index af539fbf93..22f451bab0 100644
--- a/docs/apache-airflow-providers-sftp/commits.rst
+++ b/docs/apache-airflow-providers-sftp/commits.rst
@@ -28,16 +28,28 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+4.2.4
+.....
+
+Latest change: 2023-02-28
+
+=================================================================================================  ===========  ======================================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ======================================================================================
+`9357c81828 <https://github.com/apache/airflow/commit/9357c81828626754c990c3e8192880511a510544>`_  2023-02-28   ``Fix SFTPSensor when using newer_than and there are multiple matched files (#29794)``
+=================================================================================================  ===========  ======================================================================================
+
 4.2.3
 .....
 
-Latest change: 2023-02-13
+Latest change: 2023-02-18
 
-=================================================================================================  ===========  =========================================
+=================================================================================================  ===========  ================================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  =========================================
+=================================================================================================  ===========  ================================================================
+`470fdaea27 <https://github.com/apache/airflow/commit/470fdaea275660970777c0f72b8867b382eabc14>`_  2023-02-18   ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
 `8e24387d6d <https://github.com/apache/airflow/commit/8e24387d6db177c662342245bb183bfd73fb9ee8>`_  2023-02-13   ``Fix sftp sensor with pattern (#29467)``
-=================================================================================================  ===========  =========================================
+=================================================================================================  ===========  ================================================================
 
 4.2.2
 .....
diff --git a/docs/apache-airflow-providers-sftp/index.rst b/docs/apache-airflow-providers-sftp/index.rst
index 5a9d947965..e56912ffb8 100644
--- a/docs/apache-airflow-providers-sftp/index.rst
+++ b/docs/apache-airflow-providers-sftp/index.rst
@@ -52,7 +52,7 @@ Package apache-airflow-providers-sftp
 `SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
 
 
-Release: 4.2.3
+Release: 4.2.4
 
 Provider package
 ----------------
@@ -102,7 +102,7 @@ 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-sftp 4.2.3 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.2.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.2.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.2.3.tar.gz.sha512>`__)
-* `The apache-airflow-providers-sftp 4.2.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.2.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.2.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.2.3-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-sftp 4.2.4 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.2.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.2.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-sftp-4.2.4.tar.gz.sha512>`__)
+* `The apache-airflow-providers-sftp 4.2.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.2.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.2.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.2.4-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/sftp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst
index a59d8d1e9d..9aafd365d1 100644
--- a/docs/apache-airflow-providers-ssh/commits.rst
+++ b/docs/apache-airflow-providers-ssh/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+3.5.0
+.....
+
+Latest change: 2023-02-19
+
+=================================================================================================  ===========  ==================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================================
+`fd000684d0 <https://github.com/apache/airflow/commit/fd000684d05a993ade3fef38b683ef3cdfdfc2b6>`_  2023-02-19   ``SSH Provider: Add cmd_timeout to ssh connection extra (#29347)``
+=================================================================================================  ===========  ==================================================================
+
 3.4.0
 .....
 
-Latest change: 2022-12-28
+Latest change: 2023-01-02
 
 =================================================================================================  ===========  =======================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  =======================================================================
+`5246c009c5 <https://github.com/apache/airflow/commit/5246c009c557b4f6bdf1cd62bf9b89a2da63f630>`_  2023-01-02   ``Prepare docs for Jan 2023 wave of Providers (#28651)``
 `4f006e8c71 <https://github.com/apache/airflow/commit/4f006e8c71f850fce0450fbabd6aa6d61487498e>`_  2022-12-28   ``Add .bash and other extensions to SSHOperator template_ext (#28617)``
 `38e40c6dc4 <https://github.com/apache/airflow/commit/38e40c6dc45b92b274a06eafd8790140a0c3c7b8>`_  2022-12-21   ``Remove outdated compat imports/code from providers (#28507)``
 `b5338b5825 <https://github.com/apache/airflow/commit/b5338b5825859355b017bed3586d5a42208f1391>`_  2022-12-07   ``Add test_connection method for SSHHook (#28184)``
diff --git a/docs/apache-airflow-providers-ssh/index.rst b/docs/apache-airflow-providers-ssh/index.rst
index 41c39ed5a6..dbed15bb56 100644
--- a/docs/apache-airflow-providers-ssh/index.rst
+++ b/docs/apache-airflow-providers-ssh/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-ssh
 `Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
 
 
-Release: 3.4.0
+Release: 3.5.0
 
 Provider package
 ----------------
diff --git a/docs/apache-airflow-providers-telegram/commits.rst b/docs/apache-airflow-providers-telegram/commits.rst
index 0b86031c44..18867c915f 100644
--- a/docs/apache-airflow-providers-telegram/commits.rst
+++ b/docs/apache-airflow-providers-telegram/commits.rst
@@ -28,16 +28,28 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+4.0.0
+.....
+
+Latest change: 2023-02-23
+
+=================================================================================================  ===========  ===========================================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ===========================================================================
+`644cea14ff <https://github.com/apache/airflow/commit/644cea14fff74d34f823b5c52c9dbf5bad33bd52>`_  2023-02-23   ``Updated Telegram Provider to ensure compatbility with >=20.0.0 (#28953)``
+=================================================================================================  ===========  ===========================================================================
+
 3.1.1
 .....
 
 Latest change: 2023-01-02
 
-=================================================================================================  ===========  =======================================
+=================================================================================================  ===========  ========================================================
 Commit                                                                                             Committed    Subject
-=================================================================================================  ===========  =======================================
+=================================================================================================  ===========  ========================================================
+`5246c009c5 <https://github.com/apache/airflow/commit/5246c009c557b4f6bdf1cd62bf9b89a2da63f630>`_  2023-01-02   ``Prepare docs for Jan 2023 wave of Providers (#28651)``
 `60f24dab8a <https://github.com/apache/airflow/commit/60f24dab8a50451e2c22270f26307d1c78576c81>`_  2023-01-02   ``Limit Telegram to < 20.0.0 (#28671)``
-=================================================================================================  ===========  =======================================
+=================================================================================================  ===========  ========================================================
 
 3.1.0
 .....
diff --git a/docs/apache-airflow-providers-telegram/index.rst b/docs/apache-airflow-providers-telegram/index.rst
index 8384c72676..6b402ecf47 100644
--- a/docs/apache-airflow-providers-telegram/index.rst
+++ b/docs/apache-airflow-providers-telegram/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-telegram
 `Telegram <https://telegram.org/>`__
 
 
-Release: 3.1.1
+Release: 4.0.0
 
 Provider package
 ----------------
@@ -86,7 +86,7 @@ Requirements
 PIP package              Version required
 =======================  ==================
 ``apache-airflow``       ``>=2.3.0``
-``python-telegram-bot``  ``>=13.0,<20.0.0``
+``python-telegram-bot``  ``>=20.0.0``
 =======================  ==================
 
 .. include:: ../../airflow/providers/telegram/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-yandex/commits.rst b/docs/apache-airflow-providers-yandex/commits.rst
index 9239422a7d..f19e268d30 100644
--- a/docs/apache-airflow-providers-yandex/commits.rst
+++ b/docs/apache-airflow-providers-yandex/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog <ind
 
 
 
+3.3.0
+.....
+
+Latest change: 2023-02-22
+
+=================================================================================================  ===========  ==================================================
+Commit                                                                                             Committed    Subject
+=================================================================================================  ===========  ==================================================
+`1768872a00 <https://github.com/apache/airflow/commit/1768872a0085ba423d0a34fe6cc4e1e109f3adeb>`_  2023-02-22   ``support Yandex SDK feature "endpoint" (#29635)``
+=================================================================================================  ===========  ==================================================
+
 3.2.0
 .....
 
-Latest change: 2022-11-24
+Latest change: 2022-11-26
 
 =================================================================================================  ===========  ====================================================================================
 Commit                                                                                             Committed    Subject
 =================================================================================================  ===========  ====================================================================================
+`25bdbc8e67 <https://github.com/apache/airflow/commit/25bdbc8e6768712bad6043618242eec9c6632618>`_  2022-11-26   ``Updated docs for RC3 wave of providers (#27937)``
 `2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_  2022-11-24   ``Prepare for follow-up relase for November providers (#27774)``
 `12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_  2022-11-15   ``pRepare docs for November 2022 wave of Providers (#27613)``
 `78b8ea2f22 <https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`_  2022-10-24   ``Move min airflow version to 2.3.0 for all providers (#27196)``
diff --git a/docs/apache-airflow-providers-yandex/index.rst b/docs/apache-airflow-providers-yandex/index.rst
index ce70186bda..cae3b59eca 100644
--- a/docs/apache-airflow-providers-yandex/index.rst
+++ b/docs/apache-airflow-providers-yandex/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-yandex
 Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__
 
 
-Release: 3.2.0
+Release: 3.3.0
 
 Provider package
 ----------------