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 e46ce78b66 Prepare docs for adhoc release of providers (#30787)
e46ce78b66 is described below
commit e46ce78b66953146c04de5da00cab6299787adad
Author: eladkal <[email protected]>
AuthorDate: Fri Apr 21 22:34:25 2023 +0300
Prepare docs for adhoc release of providers (#30787)
* Prepare docs for adhoc release of providers
---
airflow/providers/amazon/CHANGELOG.rst | 35 ++++++++++++++++-
airflow/providers/apache/beam/CHANGELOG.rst | 5 +++
airflow/providers/cncf/kubernetes/CHANGELOG.rst | 15 ++++++++
airflow/providers/cncf/kubernetes/provider.yaml | 1 +
airflow/providers/databricks/CHANGELOG.rst | 14 +++++++
airflow/providers/databricks/provider.yaml | 1 +
airflow/providers/dbt/cloud/CHANGELOG.rst | 14 +++++++
airflow/providers/dbt/cloud/provider.yaml | 1 +
airflow/providers/docker/CHANGELOG.rst | 20 ++++++++++
airflow/providers/docker/provider.yaml | 1 +
airflow/providers/google/CHANGELOG.rst | 14 +++++++
airflow/providers/microsoft/azure/CHANGELOG.rst | 8 ++++
airflow/providers/mysql/CHANGELOG.rst | 20 ++++++++--
airflow/providers/mysql/provider.yaml | 1 +
airflow/providers/presto/CHANGELOG.rst | 4 ++
airflow/providers/snowflake/CHANGELOG.rst | 12 ++++++
airflow/providers/snowflake/provider.yaml | 1 +
airflow/providers/sqlite/CHANGELOG.rst | 12 ++++++
airflow/providers/sqlite/provider.yaml | 1 +
airflow/providers/trino/CHANGELOG.rst | 5 +++
docs/apache-airflow-providers-amazon/commits.rst | 27 ++++++++++++-
docs/apache-airflow-providers-amazon/index.rst | 6 +--
.../commits.rst | 21 +++++++++--
.../apache-airflow-providers-apache-beam/index.rst | 6 +--
.../commits.rst | 16 ++++++--
.../index.rst | 44 ++++++++++++++++++++++
.../commits.rst | 17 ++++++++-
.../index.rst | 2 +-
.../commits.rst | 16 +++++++-
docs/apache-airflow-providers-databricks/index.rst | 6 +--
.../apache-airflow-providers-dbt-cloud/commits.rst | 23 +++++++++--
docs/apache-airflow-providers-dbt-cloud/index.rst | 6 +--
docs/apache-airflow-providers-docker/commits.rst | 25 ++++++++++--
docs/apache-airflow-providers-docker/index.rst | 2 +-
docs/apache-airflow-providers-google/commits.rst | 19 +++++++++-
docs/apache-airflow-providers-google/index.rst | 6 +--
.../commits.rst | 15 +++++++-
.../index.rst | 6 +--
docs/apache-airflow-providers-mysql/commits.rst | 15 +++++++-
docs/apache-airflow-providers-mysql/index.rst | 7 ++--
docs/apache-airflow-providers-presto/commits.rst | 15 +++++++-
docs/apache-airflow-providers-presto/index.rst | 6 +--
.../apache-airflow-providers-snowflake/commits.rst | 21 +++++++++--
docs/apache-airflow-providers-snowflake/index.rst | 6 +--
docs/apache-airflow-providers-sqlite/commits.rst | 15 +++++++-
docs/apache-airflow-providers-sqlite/index.rst | 6 +--
docs/apache-airflow-providers-trino/commits.rst | 15 +++++++-
docs/apache-airflow-providers-trino/index.rst | 6 +--
48 files changed, 488 insertions(+), 72 deletions(-)
diff --git a/airflow/providers/amazon/CHANGELOG.rst
b/airflow/providers/amazon/CHANGELOG.rst
index a079fe36b9..183c2197fa 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -33,9 +33,10 @@ Breaking changes
.. warning::
In this version of the provider, deprecated GCS hook's parameter
``delegate_to`` is removed from the following operators: ``GCSToS3Operator``,
``GlacierToGCSOperator`` and ``GoogleApiToS3Operator``.
Impersonation can be achieved instead by utilizing the
``impersonation_chain`` param.
- Also removed deprecated parameter ``google_cloud_storage_conn_id`` from
``GCSToS3Operator``, ``gcp_conn_id`` should be used instead.
- The deprecated parameter ``max_tries`` was removed from the Athena & EMR
hook & operators in favor of ``max_polling_attempts``.
+ Removed deprecated parameter ``google_cloud_storage_conn_id`` from
``GCSToS3Operator``, ``gcp_conn_id`` should be used instead.
+
+ Removed deprecated parameter ``max_tries`` from the Athena & EMR hook &
operators in favor of ``max_polling_attempts``.
Disabled deprecated behavior of switching to an empty aws connection ID on
error. You can set it to None explicitly.
@@ -63,6 +64,36 @@ Breaking changes
Removed deprecated and unused param ``s3_conn_id`` from
``ImapAttachmentToS3Operator``, ``MongoToS3Operator`` and ``S3ToSFTPOperator``.
+* ``remove delegate_to from GCP operators and hooks (#30748)``
+* ``Remove deprecated code from Amazon provider (#30755)``
+
+Features
+~~~~~~~~
+
+* ``add a stop operator to emr serverless (#30720)``
+* ``SqlToS3Operator - Add feature to partition SQL table (#30460)``
+* ``New AWS sensor — DynamoDBValueSensor (#28338)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fixed logging issue (#30703)``
+* ``DynamoDBHook - waiter_path() to consider 'resource_type' or 'client_type'
(#30595)``
+* ``Add ability to override waiter delay in EcsRunTaskOperator (#30586)``
+* ``Add support in AWS Batch Operator for multinode jobs (#29522)``
+* ``AWS logs. Exit fast when 3 consecutive responses are returned from AWS
Cloudwatch logs (#30756)``
+
+Misc
+~~~~
+
+* ``Remove @poke_mode_only from EmrStepSensor (#30774)``
+* ``Organize Amazon providers docs index (#30541)``
+* ``Remove duplicate param docstring in EksPodOperator (#30634)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Decouple "job runner" from BaseJob ORM model (#30255)``
+
7.4.1
.....
diff --git a/airflow/providers/apache/beam/CHANGELOG.rst
b/airflow/providers/apache/beam/CHANGELOG.rst
index c9666e0bcd..61d0d23b58 100644
--- a/airflow/providers/apache/beam/CHANGELOG.rst
+++ b/airflow/providers/apache/beam/CHANGELOG.rst
@@ -34,6 +34,11 @@ Breaking changes
In this version of the provider, deprecated GCS and Dataflow hooks' param
``delegate_to`` is removed from all Beam operators.
Impersonation can be achieved instead by utilizing the
``impersonation_chain`` param.
+* ``remove delegate_to from GCP operators and hooks (#30748)``
+
+.. Review and move the new changes to one of the sections above:
+ * ``Add mechanism to suspend providers (#30422)``
+
4.3.0
.....
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 30e37838a6..c129f99e1b 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,21 @@
Changelog
---------
+6.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add multiple exit code handling in skip logic for 'DockerOperator' and
'KubernetesPodOperator' (#30769)``
+* ``Skip KubernetesPodOperator task when it returns a provided exit code
(#29000)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Deprecate 'skip_exit_code' in 'DockerOperator' and
'KubernetesPodOperator' (#30733)``
+ * ``Remove skip_exit_code from KubernetesPodOperator (#30788)``
+
6.0.0
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml
b/airflow/providers/cncf/kubernetes/provider.yaml
index 9523683e8f..ba2da981a8 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 6.1.0
- 6.0.0
- 5.3.0
- 5.2.2
diff --git a/airflow/providers/databricks/CHANGELOG.rst
b/airflow/providers/databricks/CHANGELOG.rst
index 5d24117eca..5444343bcd 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+4.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add delete inactive run functionality to databricks provider (#30646)``
+* ``Databricks SQL sensor (#30477)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add mechanism to suspend providers (#30422)``
+
4.0.1
.....
diff --git a/airflow/providers/databricks/provider.yaml
b/airflow/providers/databricks/provider.yaml
index e542bfd66b..1a0df66c64 100644
--- a/airflow/providers/databricks/provider.yaml
+++ b/airflow/providers/databricks/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 4.1.0
- 4.0.1
- 4.0.0
- 3.4.0
diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst
b/airflow/providers/dbt/cloud/CHANGELOG.rst
index 97cb26ce9d..9c13e9a7ca 100644
--- a/airflow/providers/dbt/cloud/CHANGELOG.rst
+++ b/airflow/providers/dbt/cloud/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+3.1.1
+.....
+
+Misc
+~~~~
+
+* ``Merge DbtCloudJobRunAsyncSensor logic to DbtCloudJobRunSensor (#30227)``
+* ``Move typing imports behind TYPE_CHECKING in DbtCloudHook (#29989)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add mechanism to suspend providers (#30422)``
+ * ``adding trigger info to provider yaml (#29950)``
+
3.1.0
.....
diff --git a/airflow/providers/dbt/cloud/provider.yaml
b/airflow/providers/dbt/cloud/provider.yaml
index 93df19e267..259713f1fe 100644
--- a/airflow/providers/dbt/cloud/provider.yaml
+++ b/airflow/providers/dbt/cloud/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.3.1
diff --git a/airflow/providers/docker/CHANGELOG.rst
b/airflow/providers/docker/CHANGELOG.rst
index 39a98e25e1..cebde87765 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -24,6 +24,26 @@
Changelog
---------
+3.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add multiple exit code handling in skip logic for 'DockerOperator' and
'KubernetesPodOperator' (#30769)``
+* ``In 'DockerOperator', adding an attribute 'tls_verify' to choose whether to
validate certificate (#30309) (#30310)``
+
+Misc
+~~~~
+
+* ``Deprecate 'skip_exit_code' in 'DockerOperator' and 'KubernetesPodOperator'
(#30733)``
+
+.. 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)``
+ * ``Remove "boilerplate" from all taskflow decorators (#30118)``
+ * ``Add mechanism to suspend providers (#30422)``
+
3.5.1
.....
diff --git a/airflow/providers/docker/provider.yaml
b/airflow/providers/docker/provider.yaml
index 99e793cc0c..89ebe74d28 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 3.6.0
- 3.5.1
- 3.5.0
- 3.4.0
diff --git a/airflow/providers/google/CHANGELOG.rst
b/airflow/providers/google/CHANGELOG.rst
index 0dd710999b..2182b1fb52 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -38,6 +38,20 @@ default api version for Campaign Manager 360 operator was
updated to the latest
transfer operators that interact with GCS. Impersonation can be achieved
instead by utilizing the ``impersonation_chain`` param.
The ``delegate_to`` param will still be available only in gsuite and
marketing platform hooks and operators, that don't interact with Google Cloud.
+* ``remove delegate_to from GCP operators and hooks (#30748)``
+* ``Update Google Campaign Manager360 operators to use API v4 (#30598)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update DataprocCreateCluster operator to use 'label' parameter properly
(#30741)``
+
+Misc
+~~~~
+
+* ``add missing project_id in BigQueryGetDataOperator (#30651)``
+* ``Display Video 360 cleanup v1 API usage (#30577)``
+
9.0.0
.....
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst
b/airflow/providers/microsoft/azure/CHANGELOG.rst
index d8a72a7523..e4486519b8 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -34,6 +34,13 @@ Breaking changes
In this version of the provider, deprecated GCS hook's param ``delegate_to``
is removed from ``AzureBlobStorageToGCSOperator``.
Impersonation can be achieved instead by utilizing the
``impersonation_chain`` param.
+* ``remove delegate_to from GCP operators and hooks (#30748)``
+
+Misc
+~~~~
+
+* ``Merge WasbBlobAsyncSensor to WasbBlobSensor (#30488)``
+
5.3.1
.....
@@ -66,6 +73,7 @@ Bug Fixes
Misc
~~~~
+
* ``merge AzureDataFactoryPipelineRunStatusAsyncSensor to
AzureDataFactoryPipelineRunStatusSensor (#30250)``
* ``Expose missing params in AzureSynapseHook API docs (#30099)``
diff --git a/airflow/providers/mysql/CHANGELOG.rst
b/airflow/providers/mysql/CHANGELOG.rst
index 192f2b8d41..5717577600 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -15,10 +15,6 @@
specific language governing permissions and limitations
under the License.
-The version of MySQL server has to be 5.6.4+. The exact version upper bound
depends
-on the version of ``mysqlclient`` package. For example, ``mysqlclient`` 1.3.12
can only be
-used with MySQL server 5.6.4 through 5.7.
-
.. NOTE TO CONTRIBUTORS:
Please, only add notes to the Changelog just below the "Changelog" header
when there are some breaking changes
and you want to add an explanation to the users on how they are supposed to
deal with them.
@@ -27,6 +23,22 @@ used with MySQL server 5.6.4 through 5.7.
Changelog
---------
+5.0.0
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+.. warning::
+ If you are using mysql-connector-python please note that starting this
release it is an extra option.
+ The library will not be installed by default.
+
+* ``Remove mysql-connector-python (#30487)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add mechanism to suspend providers (#30422)``
+
4.0.2
.....
diff --git a/airflow/providers/mysql/provider.yaml
b/airflow/providers/mysql/provider.yaml
index ca9a30733a..fe5b432d2d 100644
--- a/airflow/providers/mysql/provider.yaml
+++ b/airflow/providers/mysql/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
diff --git a/airflow/providers/presto/CHANGELOG.rst
b/airflow/providers/presto/CHANGELOG.rst
index 498d9c29fa..c53dfb495c 100644
--- a/airflow/providers/presto/CHANGELOG.rst
+++ b/airflow/providers/presto/CHANGELOG.rst
@@ -34,6 +34,10 @@ Breaking changes
In this version of the provider, deprecated GCS hook's param ``delegate_to``
is removed from ``GCSToPrestoOperator``.
Impersonation can be achieved instead by utilizing the
``impersonation_chain`` param.
+* ``remove delegate_to from GCP operators and hooks (#30748)``
+
+.. Review and move the new changes to one of the sections above:
+ * ``Add mechanism to suspend providers (#30422)``
4.2.2
.....
diff --git a/airflow/providers/snowflake/CHANGELOG.rst
b/airflow/providers/snowflake/CHANGELOG.rst
index 5d9cfffec6..3c578b8e50 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+4.0.5
+.....
+
+Misc
+~~~~
+
+* ``Update documentation for snowflake provider 4.0 breaking change (#30020)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add mechanism to suspend providers (#30422)``
+
4.0.4
.....
diff --git a/airflow/providers/snowflake/provider.yaml
b/airflow/providers/snowflake/provider.yaml
index d0bd2d2076..efdce55e8f 100644
--- a/airflow/providers/snowflake/provider.yaml
+++ b/airflow/providers/snowflake/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
diff --git a/airflow/providers/sqlite/CHANGELOG.rst
b/airflow/providers/sqlite/CHANGELOG.rst
index 8e85a72ae7..1f5740b2ac 100644
--- a/airflow/providers/sqlite/CHANGELOG.rst
+++ b/airflow/providers/sqlite/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+3.3.2
+.....
+
+Misc
+~~~~
+
+* ``Use connection URI in SqliteHook (#28721)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add mechanism to suspend providers (#30422)``
+
3.3.1
.....
diff --git a/airflow/providers/sqlite/provider.yaml
b/airflow/providers/sqlite/provider.yaml
index 31b06edbba..e3caaaefc9 100644
--- a/airflow/providers/sqlite/provider.yaml
+++ b/airflow/providers/sqlite/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
diff --git a/airflow/providers/trino/CHANGELOG.rst
b/airflow/providers/trino/CHANGELOG.rst
index 0cbc07bdd0..be8dac5286 100644
--- a/airflow/providers/trino/CHANGELOG.rst
+++ b/airflow/providers/trino/CHANGELOG.rst
@@ -34,6 +34,11 @@ Breaking changes
In this version of the provider, deprecated GCS hook's param ``delegate_to``
is removed from ``GCSToPrestoOperator``.
Impersonation can be achieved instead by utilizing the
``impersonation_chain`` param.
+* ``remove delegate_to from GCP operators and hooks (#30748)``
+
+.. Review and move the new changes to one of the sections above:
+ * ``Add mechanism to suspend providers (#30422)``
+
4.3.2
.....
diff --git a/docs/apache-airflow-providers-amazon/commits.rst
b/docs/apache-airflow-providers-amazon/commits.rst
index b24c714d27..56b7863c0c 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
+8.0.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
===========
===================================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
===================================================================================================
+`e4b8729739
<https://github.com/apache/airflow/commit/e4b8729739ec1ff67a00d7f778f4bf07eec33a8e>`_
2023-04-21 ``Remove deprecated code from Amazon provider (#30755)``
+`7e01c09644
<https://github.com/apache/airflow/commit/7e01c096446dbd134e0efa144e7de87b800639a1>`_
2023-04-21 ``AWS logs. Exit fast when 3 consecutive responses are returned
from AWS Cloudwatch logs (#30756)``
+`8a191938b6
<https://github.com/apache/airflow/commit/8a191938b62edcce8093d2522759ede960a00f5f>`_
2023-04-21 ``Remove @poke_mode_only from EmrStepSensor (#30774)``
+`fbc1382514
<https://github.com/apache/airflow/commit/fbc13825140cc6cc6b3d4b27db6d329692a1c451>`_
2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)``
+`c14bc770f6
<https://github.com/apache/airflow/commit/c14bc770f697fd980550ff308571174a094a0ed5>`_
2023-04-19 ``add a stop operator to emr serverless (#30720)``
+`d7cef588d6
<https://github.com/apache/airflow/commit/d7cef588d6f6a749bd5e8fbf3153a275f4120ee8>`_
2023-04-19 ``SqlToS3Operator - Add feature to partition SQL table (#30460)``
+`221249e872
<https://github.com/apache/airflow/commit/221249e8726d4082634912a27840011771f713be>`_
2023-04-18 ``Fixed logging issue (#30703)``
+`38f2b4a4df
<https://github.com/apache/airflow/commit/38f2b4a4dfb1485d664a468680978e73317f9a76>`_
2023-04-14 ``Organize Amazon providers docs index (#30541)``
+`7c2d3617bf
<https://github.com/apache/airflow/commit/7c2d3617bf1be0781e828d3758ee6d9c6490d0f0>`_
2023-04-14 ``DynamoDBHook - waiter_path() to consider 'resource_type' or
'client_type' (#30595)``
+`51f9910ecb
<https://github.com/apache/airflow/commit/51f9910ecbf1186aff164e09d118bdf04d21dfcb>`_
2023-04-14 ``Remove duplicate param docstring in EksPodOperator (#30634)``
+`96661789cc
<https://github.com/apache/airflow/commit/96661789ccfd6798677cd7f15e987e24c1e9db1b>`_
2023-04-14 ``New AWS sensor — DynamoDBValueSensor (#28338)``
+`92cab74b28
<https://github.com/apache/airflow/commit/92cab74b280e9e7162120506c46fe275fbe0b577>`_
2023-04-12 ``Add ability to override waiter delay in EcsRunTaskOperator
(#30586)``
+`2ce1130006
<https://github.com/apache/airflow/commit/2ce11300064ec821ffe745980012100fc32cb4b4>`_
2023-04-11 ``Add support in AWS Batch Operator for multinode jobs (#29522)``
+`58294c5440
<https://github.com/apache/airflow/commit/58294c5440608b1a58828cbae36f91b7148c04b4>`_
2023-04-10 ``Decouple "job runner" from BaseJob ORM model (#30255)``
+=================================================================================================
===========
===================================================================================================
+
7.4.1
.....
-Latest change: 2023-04-05
+Latest change: 2023-04-09
=================================================================================================
===========
==========================================================================
Commit
Committed Subject
=================================================================================================
===========
==========================================================================
+`874ea9588e
<https://github.com/apache/airflow/commit/874ea9588e3ce7869759440302e53bb6a730a11e>`_
2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)``
`fa4fb1f5fe
<https://github.com/apache/airflow/commit/fa4fb1f5fe6f8dfd00d9956197e01efa0a95e24a>`_
2023-04-05 ``Revert "Add AWS deferrable BatchOperator (#29300)" (#30489)``
`c1b5eafc82
<https://github.com/apache/airflow/commit/c1b5eafc8201b8c84f34fdf21fa1d000b97c13e8>`_
2023-04-05 ``Add more info to quicksight error messages (#30466)``
`77c272e6e8
<https://github.com/apache/airflow/commit/77c272e6e8ecda0ce48917064e58ba14f6a15844>`_
2023-04-05 ``Add AWS deferrable BatchOperator (#29300)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst
b/docs/apache-airflow-providers-amazon/index.rst
index 2bae9ea118..b5f1e88baf 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -74,7 +74,7 @@ Package apache-airflow-providers-amazon
Amazon integration (including `Amazon Web Services (AWS)
<https://aws.amazon.com/>`__).
-Release: 7.4.1
+Release: 8.0.0
Provider package
----------------
@@ -142,7 +142,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.4.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.4.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.4.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.4.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 7.4.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.4.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.4.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.4.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 8.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-8.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 8.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-8.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-beam/commits.rst
b/docs/apache-airflow-providers-apache-beam/commits.rst
index c85e70c1e0..ab26257af4 100644
--- a/docs/apache-airflow-providers-apache-beam/commits.rst
+++ b/docs/apache-airflow-providers-apache-beam/commits.rst
@@ -28,16 +28,29 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.0.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
=========== ============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ============================================================
+`fbc1382514
<https://github.com/apache/airflow/commit/fbc13825140cc6cc6b3d4b27db6d329692a1c451>`_
2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+=================================================================================================
=========== ============================================================
+
4.3.0
.....
-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)``
`7ba27e7881
<https://github.com/apache/airflow/commit/7ba27e78812b890f0c7642d78a986fe325ff61c4>`_
2023-02-17 ``Get rid of state in Apache Beam provider hook (#29503)``
-=================================================================================================
=========== ==========================================================
+=================================================================================================
=========== ================================================================
4.2.0
.....
diff --git a/docs/apache-airflow-providers-apache-beam/index.rst
b/docs/apache-airflow-providers-apache-beam/index.rst
index bd91c2516d..bb5fbdecf5 100644
--- a/docs/apache-airflow-providers-apache-beam/index.rst
+++ b/docs/apache-airflow-providers-apache-beam/index.rst
@@ -63,7 +63,7 @@ Package apache-airflow-providers-apache-beam
`Apache Beam <https://beam.apache.org/>`__.
-Release: 4.3.0
+Release: 5.0.0
Provider package
----------------
@@ -113,7 +113,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-beam 4.3.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.3.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.3.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-beam 4.3.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.3.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.3.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-beam 5.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-5.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-5.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-beam 5.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/beam/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-kafka/commits.rst
b/docs/apache-airflow-providers-apache-kafka/commits.rst
index 252b3943f5..21c8f5f115 100644
--- a/docs/apache-airflow-providers-apache-kafka/commits.rst
+++ b/docs/apache-airflow-providers-apache-kafka/commits.rst
@@ -1,3 +1,4 @@
+
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -15,18 +16,25 @@
specific language governing permissions and limitations
under the License.
-Package apache-airflow-providers-apache-kafka
+Package apache-airflow-providers-apache-kafka
------------------------------------------------------
-`Kafka <https://kafka.apache.org>`__
+`Apache Kafka <https://kafka.apache.org/>`__
-This is detailed commit list of changes for versions provider package:
``kafka``.
+This is detailed commit list of changes for versions provider package:
``apache.kafka``.
For high-level changelog, see :doc:`package information including changelog
<index>`.
+
1.0.0
.....
-Initial release of this provider.
+Latest change: 2023-04-21
+
+=================================================================================================
=========== ==========================================
+Commit
Committed Subject
+=================================================================================================
=========== ==========================================
+`522661b6ad
<https://github.com/apache/airflow/commit/522661b6ad4479e3c8243b2d2c8a793d1af82c17>`_
2023-04-21 ``Add provider for Apache Kafka (#30175)``
+=================================================================================================
=========== ==========================================
diff --git a/docs/apache-airflow-providers-apache-kafka/index.rst
b/docs/apache-airflow-providers-apache-kafka/index.rst
index 4a89f1c71c..f1d9295d1e 100644
--- a/docs/apache-airflow-providers-apache-kafka/index.rst
+++ b/docs/apache-airflow-providers-apache-kafka/index.rst
@@ -92,3 +92,47 @@ PIP package Version required
=================== ==================
.. include:: ../../airflow/providers/apache/kafka/CHANGELOG.rst
+
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE
OVERWRITTEN AT RELEASE TIME!
+
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Commits
+
+ Detailed list of commits <commits>
+
+
+Package apache-airflow-providers-apache-kafka
+------------------------------------------------------
+
+`Apache Kafka <https://kafka.apache.org/>`__
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``apache.kafka`` provider. All classes for this
provider package
+are in ``airflow.providers.apache.kafka`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow 2 installation (see
``Requirements`` below)
+for the minimum Airflow version supported) via
+``pip install apache-airflow-providers-apache-kafka``
+
+Requirements
+------------
+
+=================== ==================
+PIP package Version required
+=================== ==================
+``apache-airflow`` ``>=2.3.0``
+``asgiref``
+``confluent-kafka`` ``>=1.8.2``
+=================== ==================
+
+.. include:: ../../airflow/providers/apache/kafka/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 135f020cc6..974f066340 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+6.1.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
===========
===========================================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
===========================================================================================================
+`ebe2f2f626
<https://github.com/apache/airflow/commit/ebe2f2f626ffee4b9d0f038fe5b89c322125a49b>`_
2023-04-21 ``Remove skip_exit_code from KubernetesPodOperator (#30788)``
+`afdc95435b
<https://github.com/apache/airflow/commit/afdc95435b9814d06f5d517ea6950442d3e4019a>`_
2023-04-21 ``Add multiple exit code handling in skip logic for
'DockerOperator' and 'KubernetesPodOperator' (#30769)``
+`99a3bf2318
<https://github.com/apache/airflow/commit/99a3bf23182374699f437cfd8ed3b74af3dafba7>`_
2023-04-19 ``Deprecate 'skip_exit_code' in 'DockerOperator' and
'KubernetesPodOperator' (#30733)``
+`f511653e5a
<https://github.com/apache/airflow/commit/f511653e5a06bdd87cf4f55e3a1e0986e09e36fc>`_
2023-04-15 ``Skip KubernetesPodOperator task when it returns a provided
exit code (#29000)``
+=================================================================================================
===========
===========================================================================================================
+
6.0.0
.....
-Latest change: 2023-04-08
+Latest change: 2023-04-09
=================================================================================================
=========== ================================================================
Commit
Committed Subject
=================================================================================================
=========== ================================================================
+`874ea9588e
<https://github.com/apache/airflow/commit/874ea9588e3ce7869759440302e53bb6a730a11e>`_
2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)``
`85b9135722
<https://github.com/apache/airflow/commit/85b9135722c330dfe1a15e50f5f77f3d58109a52>`_
2023-04-08 ``Use default connection id for KubernetesPodOperator (#28848)``
`dc4dd9178c
<https://github.com/apache/airflow/commit/dc4dd9178cfab46640c02561be63afd1da55fd52>`_
2023-04-05 ``Allow to set limits for XCOM container (#28125)``
`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 5afc002351..b131563a16 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: 6.0.0
+Release: 6.1.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-databricks/commits.rst
b/docs/apache-airflow-providers-databricks/commits.rst
index 18f1ff82c6..954167e21f 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+4.1.0
+.....
+
+Latest change: 2023-04-14
+
+=================================================================================================
===========
=========================================================================
+Commit
Committed Subject
+=================================================================================================
===========
=========================================================================
+`37cf0506b5
<https://github.com/apache/airflow/commit/37cf0506b50931a68aeed7b9fb602e824adca9d6>`_
2023-04-14 ``Add delete inactive run functionality to databricks provider
(#30646)``
+`1e311cf036
<https://github.com/apache/airflow/commit/1e311cf036b04d010f296aff1fbf612f22397893>`_
2023-04-11 ``Databricks SQL sensor (#30477)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+=================================================================================================
===========
=========================================================================
+
4.0.1
.....
-Latest change: 2023-03-08
+Latest change: 2023-04-02
=================================================================================================
=========== ============================================================
Commit
Committed Subject
=================================================================================================
=========== ============================================================
+`55dbf1ff1f
<https://github.com/apache/airflow/commit/55dbf1ff1fb0b22714f695a66f6108b3249d1199>`_
2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)``
`c3867781e0
<https://github.com/apache/airflow/commit/c3867781e09b7e0e0d19c0991865a2453194d9a8>`_
2023-03-08 ``adding trigger info to provider yaml (#29950)``
`c405ecb63e
<https://github.com/apache/airflow/commit/c405ecb63e352c7a29dd39f6f249ba121bae7413>`_
2023-03-07 ``DatabricksSubmitRunOperator to support taskflow (#29840)``
=================================================================================================
=========== ============================================================
diff --git a/docs/apache-airflow-providers-databricks/index.rst
b/docs/apache-airflow-providers-databricks/index.rst
index 7655a19bfb..52ee7bd6c3 100644
--- a/docs/apache-airflow-providers-databricks/index.rst
+++ b/docs/apache-airflow-providers-databricks/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-databricks
`Databricks <https://databricks.com/>`__
-Release: 4.0.1
+Release: 4.1.0
Provider package
----------------
@@ -118,7 +118,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-databricks 4.0.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.0.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.0.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.0.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-databricks 4.0.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.0.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.0.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.0.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-databricks 4.1.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.1.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.1.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.1.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-databricks 4.1.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.1.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.1.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.1.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/databricks/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst
b/docs/apache-airflow-providers-dbt-cloud/commits.rst
index 50a5a80dd0..2acc241e79 100644
--- a/docs/apache-airflow-providers-dbt-cloud/commits.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst
@@ -28,16 +28,31 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.1.1
+.....
+
+Latest change: 2023-04-04
+
+=================================================================================================
===========
==========================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==========================================================================
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+`6663ec5b2e
<https://github.com/apache/airflow/commit/6663ec5b2e5341df7506bb31c3169115c1584280>`_
2023-04-03 ``Merge DbtCloudJobRunAsyncSensor logic to DbtCloudJobRunSensor
(#30227)``
+`a3d59c8c75
<https://github.com/apache/airflow/commit/a3d59c8c759582c27f5a234ffd4c33a9daeb22a9>`_
2023-03-09 ``Move typing imports behind TYPE_CHECKING in DbtCloudHook
(#29989)``
+`c3867781e0
<https://github.com/apache/airflow/commit/c3867781e09b7e0e0d19c0991865a2453194d9a8>`_
2023-03-08 ``adding trigger info to provider yaml (#29950)``
+=================================================================================================
===========
==========================================================================
+
3.1.0
.....
-Latest change: 2023-02-23
+Latest change: 2023-03-03
-=================================================================================================
=========== ============================================
+=================================================================================================
=========== =======================================================
Commit
Committed Subject
-=================================================================================================
=========== ============================================
+=================================================================================================
=========== =======================================================
+`fcd3c0149f
<https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_
2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`e6d3176082
<https://github.com/apache/airflow/commit/e6d317608251d2725627ac2da0e60d5c5b206c1e>`_
2023-02-23 ``Add 'DbtCloudJobRunAsyncSensor' (#29695)``
-=================================================================================================
=========== ============================================
+=================================================================================================
=========== =======================================================
3.0.0
.....
diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst
b/docs/apache-airflow-providers-dbt-cloud/index.rst
index f9b08ff628..3e8da72ef2 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.1.0
+Release: 3.1.1
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.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>`__)
+* `The apache-airflow-providers-dbt-cloud 3.1.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.1.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.1.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-3.1.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-dbt-cloud 3.1.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.1.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.1.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.1.1-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/dbt/cloud/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-docker/commits.rst
b/docs/apache-airflow-providers-docker/commits.rst
index b381f1e7fa..5e3e8f2416 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,16 +28,33 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.6.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
===========
=====================================================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
=====================================================================================================================
+`afdc95435b
<https://github.com/apache/airflow/commit/afdc95435b9814d06f5d517ea6950442d3e4019a>`_
2023-04-21 ``Add multiple exit code handling in skip logic for
'DockerOperator' and 'KubernetesPodOperator' (#30769)``
+`99a3bf2318
<https://github.com/apache/airflow/commit/99a3bf23182374699f437cfd8ed3b74af3dafba7>`_
2023-04-19 ``Deprecate 'skip_exit_code' in 'DockerOperator' and
'KubernetesPodOperator' (#30733)``
+`c1a685f752
<https://github.com/apache/airflow/commit/c1a685f752703eeb01f9369612af8c88c24cca09>`_
2023-04-14 ``In 'DockerOperator', adding an attribute 'tls_verify' to
choose whether to validate certificate (#30309) (#30310)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+`b8ab594130
<https://github.com/apache/airflow/commit/b8ab594130a1525fcf30c31a917a7dfdaef9dccf>`_
2023-03-15 ``Remove "boilerplate" from all taskflow decorators (#30118)``
+`dba390e323
<https://github.com/apache/airflow/commit/dba390e32330675e1b94442c8001ea980754c189>`_
2023-02-22 ``Fix and augment 'check-for-inclusive-language' CI check
(#29549)``
+=================================================================================================
===========
=====================================================================================================================
+
3.5.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)``
`7bd87e75de
<https://github.com/apache/airflow/commit/7bd87e75def1855d8f5b91e9ab1ffbbf416709ec>`_
2023-02-17 ``fix template_fields in the decorator 'task.docker' (#29586)``
-=================================================================================================
=========== ===============================================================
+=================================================================================================
=========== ================================================================
3.5.0
.....
diff --git a/docs/apache-airflow-providers-docker/index.rst
b/docs/apache-airflow-providers-docker/index.rst
index 8d03bf1660..1d0d78b26c 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-docker
`Docker <https://docs.docker.com/install/>`__
-Release: 3.5.1
+Release: 3.6.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst
b/docs/apache-airflow-providers-google/commits.rst
index 6be5cfc63b..5c1ecc2d40 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,15 +35,30 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+10.0.0
+......
+
+Latest change: 2023-04-21
+
+=================================================================================================
===========
====================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
====================================================================================
+`fbc1382514
<https://github.com/apache/airflow/commit/fbc13825140cc6cc6b3d4b27db6d329692a1c451>`_
2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)``
+`b48f959ae9
<https://github.com/apache/airflow/commit/b48f959ae93703f52721999ef04f459fe56dcf58>`_
2023-04-21 ``Update DataprocCreateCluster operator to use 'label' parameter
properly (#30741)``
+`da2749cae5
<https://github.com/apache/airflow/commit/da2749cae56d6e0da322695b3286acd9393052c8>`_
2023-04-15 ``Update Google Campaign Manager360 operators to use API v4
(#30598)``
+`4eab616e9f
<https://github.com/apache/airflow/commit/4eab616e9f0a89c1a6268d5b5eaba526bfa9be6d>`_
2023-04-15 ``add missing project_id in BigQueryGetDataOperator (#30651)``
+`57c09e59ee
<https://github.com/apache/airflow/commit/57c09e59ee9273ff64cd4a85b020a4df9b1d9eca>`_
2023-04-14 ``Display Video 360 cleanup v1 API usage (#30577)``
+=================================================================================================
===========
====================================================================================
+
9.0.0
.....
-Latest change: 2023-04-09
+Latest change: 2023-04-12
=================================================================================================
===========
=========================================================================
Commit
Committed Subject
=================================================================================================
===========
=========================================================================
-`18ec7f2723
<https://github.com/apache/airflow/commit/18ec7f272356d84ffd145fe3be5ba1d0ff3d50fd>`_
2023-04-10 ``Fix one more dynamic import needed for vendored-in google ads
(#30564)``
+`0f3b6579cb
<https://github.com/apache/airflow/commit/0f3b6579cb67d3cf8bd9fa8f9abd502fc774201a>`_
2023-04-12 ``Prepare docs for RC2 of provider wave (#30606)``
`874ea9588e
<https://github.com/apache/airflow/commit/874ea9588e3ce7869759440302e53bb6a730a11e>`_
2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)``
`71db47a73d
<https://github.com/apache/airflow/commit/71db47a73d741015d8ffeaa2276635f19d51f8e7>`_
2023-04-09 ``Update DV360 operators to use API v2 (#30326)``
`3d2c96e3f5
<https://github.com/apache/airflow/commit/3d2c96e3f5d238955bccba190726d0fba860eb7a>`_
2023-04-08 ``Add deferrable mode to GKEStartPodOperator (#29266)``
diff --git a/docs/apache-airflow-providers-google/index.rst
b/docs/apache-airflow-providers-google/index.rst
index f130c4d46f..d78fbf67dd 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: 9.0.0
+Release: 10.0.0
Provider package
----------------
@@ -197,7 +197,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 9.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-9.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-9.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-9.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 9.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-9.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-9.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-9.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 10.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 10.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst
b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 4657c26ba9..a09603810e 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+6.0.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
=========== ============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ============================================================
+`fbc1382514
<https://github.com/apache/airflow/commit/fbc13825140cc6cc6b3d4b27db6d329692a1c451>`_
2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)``
+`6b5db07e0d
<https://github.com/apache/airflow/commit/6b5db07e0dc8bdf482de5864018cd50c8770472b>`_
2023-04-17 ``Merge WasbBlobAsyncSensor to WasbBlobSensor (#30488)``
+=================================================================================================
=========== ============================================================
+
5.3.1
.....
-Latest change: 2023-04-10
+Latest change: 2023-04-12
=================================================================================================
===========
===================================================================
Commit
Committed Subject
=================================================================================================
===========
===================================================================
+`0f3b6579cb
<https://github.com/apache/airflow/commit/0f3b6579cb67d3cf8bd9fa8f9abd502fc774201a>`_
2023-04-12 ``Prepare docs for RC2 of provider wave (#30606)``
`7ce3b66237
<https://github.com/apache/airflow/commit/7ce3b66237fbdb1605cf1f7cec06f0b823c455a1>`_
2023-04-10 ``Load subscription_id from extra__azure__subscriptionId
(#30556)``
`874ea9588e
<https://github.com/apache/airflow/commit/874ea9588e3ce7869759440302e53bb6a730a11e>`_
2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)``
`a09fd0d121
<https://github.com/apache/airflow/commit/a09fd0d121476964f1c9d7f12960c24517500d2c>`_
2023-04-08 ``Fix AzureDataFactoryPipelineRunLink get_link method (#30514)``
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst
b/docs/apache-airflow-providers-microsoft-azure/index.rst
index 4e54012152..129a801cd8 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -67,7 +67,7 @@ Package apache-airflow-providers-microsoft-azure
`Microsoft Azure <https://azure.microsoft.com/>`__
-Release: 5.3.1
+Release: 6.0.0
Provider package
----------------
@@ -135,7 +135,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-microsoft-azure 5.3.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.3.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.3.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.3.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 5.3.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.3.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.3.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.3.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 6.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-6.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 6.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-6.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-mysql/commits.rst
b/docs/apache-airflow-providers-mysql/commits.rst
index cd94e46254..1d35183901 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.0.0
+.....
+
+Latest change: 2023-04-13
+
+=================================================================================================
=========== ===============================================
+Commit
Committed Subject
+=================================================================================================
=========== ===============================================
+`312f7e873d
<https://github.com/apache/airflow/commit/312f7e873d5141ad65e64dbffa6095232c6c29b6>`_
2023-04-13 ``Remove mysql-connector-python (#30487)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+=================================================================================================
=========== ===============================================
+
4.0.2
.....
-Latest change: 2023-02-22
+Latest change: 2023-03-03
=================================================================================================
===========
=================================================================================
Commit
Committed Subject
=================================================================================================
===========
=================================================================================
+`fcd3c0149f
<https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_
2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`ff8fae1baf
<https://github.com/apache/airflow/commit/ff8fae1baf5ab3346059bb876c3c0d1c26ab92ad>`_
2023-02-22 ``Use MariaDB client binaries in arm64 image for support MySQL
backend (#29519)``
=================================================================================================
===========
=================================================================================
diff --git a/docs/apache-airflow-providers-mysql/index.rst
b/docs/apache-airflow-providers-mysql/index.rst
index b2aeec9bd1..318c66ed3c 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.2
+Release: 5.0.0
Provider package
----------------
@@ -88,7 +88,6 @@ PIP package Version required
======================================= ==================
``apache-airflow`` ``>=2.3.0``
``apache-airflow-providers-common-sql`` ``>=1.3.1``
-``mysql-connector-python`` ``>=8.0.11``
``mysqlclient`` ``>=1.3.6``
======================================= ==================
@@ -121,7 +120,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.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>`__)
+* `The apache-airflow-providers-mysql 5.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-mysql 5.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/mysql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-presto/commits.rst
b/docs/apache-airflow-providers-presto/commits.rst
index 404748fbcf..55f86481da 100644
--- a/docs/apache-airflow-providers-presto/commits.rst
+++ b/docs/apache-airflow-providers-presto/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.0.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
=========== ============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ============================================================
+`fbc1382514
<https://github.com/apache/airflow/commit/fbc13825140cc6cc6b3d4b27db6d329692a1c451>`_
2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+=================================================================================================
=========== ============================================================
+
4.2.2
.....
-Latest change: 2023-01-23
+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)``
`3374fdfcbd
<https://github.com/apache/airflow/commit/3374fdfcbddb630b4fc70ceedd5aed673e6c0a0d>`_
2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs
(#29088)``
=================================================================================================
===========
===========================================================================
diff --git a/docs/apache-airflow-providers-presto/index.rst
b/docs/apache-airflow-providers-presto/index.rst
index 06515b280d..bbff3d5836 100644
--- a/docs/apache-airflow-providers-presto/index.rst
+++ b/docs/apache-airflow-providers-presto/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-presto
`Presto <https://prestodb.github.io/>`__
-Release: 4.2.2
+Release: 5.0.0
Provider package
----------------
@@ -117,7 +117,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-presto 4.2.2 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-presto-4.2.2.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-presto-4.2.2.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-presto-4.2.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-presto 4.2.2 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-4.2.2-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-4.2.2-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-4.2.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-presto 5.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-presto-5.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-presto-5.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-presto-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-presto 5.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/presto/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst
b/docs/apache-airflow-providers-snowflake/commits.rst
index 154f8f5fb8..b303bf2c02 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -28,16 +28,29 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+4.0.5
+.....
+
+Latest change: 2023-04-04
+
+=================================================================================================
===========
============================================================================
+Commit
Committed Subject
+=================================================================================================
===========
============================================================================
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+`b9c231ceb0
<https://github.com/apache/airflow/commit/b9c231ceb0f3053a27744b80e95f08ac0684fe38>`_
2023-03-10 ``Update documentation for snowflake provider 4.0 breaking
change (#30020)``
+=================================================================================================
===========
============================================================================
+
4.0.4
.....
-Latest change: 2023-02-10
+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)``
`0fd4fc7f35
<https://github.com/apache/airflow/commit/0fd4fc7f35f0e12bef2c9615acf9651e9f2cec72>`_
2023-02-10 ``Fix missing parens for files parameter (#29437)``
-=================================================================================================
=========== ===================================================
+=================================================================================================
=========== ================================================================
4.0.3
.....
diff --git a/docs/apache-airflow-providers-snowflake/index.rst
b/docs/apache-airflow-providers-snowflake/index.rst
index f328992af6..f70db6b375 100644
--- a/docs/apache-airflow-providers-snowflake/index.rst
+++ b/docs/apache-airflow-providers-snowflake/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-snowflake
`Snowflake <https://www.snowflake.com/>`__
-Release: 4.0.4
+Release: 4.0.5
Provider package
----------------
@@ -118,7 +118,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-snowflake 4.0.4 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.4.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.4.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.4.tar.gz.sha512>`__)
-* `The apache-airflow-providers-snowflake 4.0.4 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.4-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.4-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.4-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-snowflake 4.0.5 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.5.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.5.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.5.tar.gz.sha512>`__)
+* `The apache-airflow-providers-snowflake 4.0.5 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.5-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.5-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.5-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/snowflake/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sqlite/commits.rst
b/docs/apache-airflow-providers-sqlite/commits.rst
index 320fa24cfc..5f36d384d2 100644
--- a/docs/apache-airflow-providers-sqlite/commits.rst
+++ b/docs/apache-airflow-providers-sqlite/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.3.2
+.....
+
+Latest change: 2023-04-11
+
+=================================================================================================
=========== ===============================================
+Commit
Committed Subject
+=================================================================================================
=========== ===============================================
+`98f87e6607
<https://github.com/apache/airflow/commit/98f87e6607f78785b61039cf250edf0f1da19be6>`_
2023-04-11 ``Use connection URI in SqliteHook (#28721)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+=================================================================================================
=========== ===============================================
+
3.3.1
.....
-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)``
`80c327bd3b
<https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_
2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
=================================================================================================
=========== ================================================================
diff --git a/docs/apache-airflow-providers-sqlite/index.rst
b/docs/apache-airflow-providers-sqlite/index.rst
index ca7fb0d2c5..9dbd0ba801 100644
--- a/docs/apache-airflow-providers-sqlite/index.rst
+++ b/docs/apache-airflow-providers-sqlite/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-sqlite
`SQLite <https://www.sqlite.org/>`__
-Release: 3.3.1
+Release: 3.3.2
Provider package
----------------
@@ -114,7 +114,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-sqlite 3.3.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-sqlite-3.3.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-sqlite-3.3.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-sqlite-3.3.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-sqlite 3.3.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.3.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.3.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.3.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-sqlite 3.3.2 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-sqlite-3.3.2.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-sqlite-3.3.2.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-sqlite-3.3.2.tar.gz.sha512>`__)
+* `The apache-airflow-providers-sqlite 3.3.2 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.3.2-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.3.2-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.3.2-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/sqlite/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-trino/commits.rst
b/docs/apache-airflow-providers-trino/commits.rst
index 79b2ff51c3..b848085330 100644
--- a/docs/apache-airflow-providers-trino/commits.rst
+++ b/docs/apache-airflow-providers-trino/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.0.0
+.....
+
+Latest change: 2023-04-21
+
+=================================================================================================
=========== ============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ============================================================
+`fbc1382514
<https://github.com/apache/airflow/commit/fbc13825140cc6cc6b3d4b27db6d329692a1c451>`_
2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)``
+`d23a3bbed8
<https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_
2023-04-04 ``Add mechanism to suspend providers (#30422)``
+=================================================================================================
=========== ============================================================
+
4.3.2
.....
-Latest change: 2023-01-23
+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)``
`3374fdfcbd
<https://github.com/apache/airflow/commit/3374fdfcbddb630b4fc70ceedd5aed673e6c0a0d>`_
2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs
(#29088)``
=================================================================================================
===========
===========================================================================
diff --git a/docs/apache-airflow-providers-trino/index.rst
b/docs/apache-airflow-providers-trino/index.rst
index c58e7ffaee..e98078767c 100644
--- a/docs/apache-airflow-providers-trino/index.rst
+++ b/docs/apache-airflow-providers-trino/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-trino
`Trino <https://trino.io/>`__
-Release: 4.3.2
+Release: 5.0.0
Provider package
----------------
@@ -119,7 +119,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-trino 4.3.2 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-trino-4.3.2.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-trino-4.3.2.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-trino-4.3.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-trino 4.3.2 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-4.3.2-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-4.3.2-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-4.3.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-trino 5.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-trino-5.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-trino-5.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-trino-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-trino 5.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/trino/CHANGELOG.rst