Prepare docs for Jan 2023 mid-month wave of Providers (#28929)
* Prepare docs for Jan 2023 mid-month wave of Providers
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 5d5a314..53fe491 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -24,8 +24,40 @@
Changelog
---------
+7.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add ''configuration_overrides'' to templated fields (#28920)``
+* ``Add a new SSM hook and use it in the System Test context builder (#28755)``
+* ``Add waiter config params to emr.add_job_flow_steps (#28464)``
+* ``Add AWS Sagemaker Auto ML operator and sensor (#28472)``
+* ``new operator to create a sagemaker experiment (#28837)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Avoid circular import from S3HookUriParseFailure (#28908)``
+* ``Use compat for cached_property in AWS Batch modules (#28835)``
+* ``Apply "unify bucket and key" before "provide bucket" (#28710)``
+
+Misc
+~~~~
+
+* ``Update S3ToRedshiftOperator docs to inform users about multiple key functionality (#28705)``
+* ``Refactor waiter function and improve unit tests (#28753)``
+* ``Better exception raised in case of numpy missing (#28722)``
+* ``Don't call get_connection from provide_bucket_name (#28716)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Switch to ruff for faster static checks (#28893)``
+
+
7.0.0
------
+.....
Breaking changes
~~~~~~~~~~~~~~~~
@@ -78,9 +110,6 @@
* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
* ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
-.. Below changes are excluded from the changelog. Move them to
- appropriate section above if needed. Do not delete the lines(!):
-
6.2.0
.....
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index b1a8aa0..5b536f1 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,6 +22,7 @@
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
versions:
+ - 7.1.0
- 7.0.0
- 6.2.0
- 6.1.0
diff --git a/airflow/providers/apache/beam/CHANGELOG.rst b/airflow/providers/apache/beam/CHANGELOG.rst
index cfdad5d..8bffa6c 100644
--- a/airflow/providers/apache/beam/CHANGELOG.rst
+++ b/airflow/providers/apache/beam/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+4.1.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Ensure Beam Go file downloaded from GCS still exists when referenced (#28664)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.1.0
.....
diff --git a/airflow/providers/apache/beam/provider.yaml b/airflow/providers/apache/beam/provider.yaml
index 5f83ce1..8e9c15d 100644
--- a/airflow/providers/apache/beam/provider.yaml
+++ b/airflow/providers/apache/beam/provider.yaml
@@ -22,6 +22,7 @@
`Apache Beam <https://beam.apache.org/>`__.
versions:
+ - 4.1.1
- 4.1.0
- 4.0.0
- 3.4.0
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst
index 459d994..8483450 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+5.1.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Move local_infile option from extra to hook parameter (#28811)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.1.0
.....
diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml
index d26ffb7..e6696f0 100644
--- a/airflow/providers/apache/hive/provider.yaml
+++ b/airflow/providers/apache/hive/provider.yaml
@@ -22,6 +22,7 @@
`Apache Hive <https://hive.apache.org/>`__
versions:
+ - 5.1.1
- 5.1.0
- 5.0.0
- 4.1.1
diff --git a/airflow/providers/apache/livy/.latest-doc-only-change.txt b/airflow/providers/apache/livy/.latest-doc-only-change.txt
index ff7136e..98eca77 100644
--- a/airflow/providers/apache/livy/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/livy/.latest-doc-only-change.txt
@@ -1 +1 @@
-06acf40a4337759797f666d5bb27a5a393b74fed
+2b92c3c74d3259ebac714f157c525836f0af50f0
diff --git a/airflow/providers/apache/pinot/.latest-doc-only-change.txt b/airflow/providers/apache/pinot/.latest-doc-only-change.txt
index 2812409..d2f4035 100644
--- a/airflow/providers/apache/pinot/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/pinot/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+487b174073c01e03ae64760405a8d88f6a488ca6
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 78285ad..80dec43 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+5.1.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix Incorrect 'await_container_completion' (#28771)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Switch to ruff for faster static checks (#28893)``
+
5.1.0
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index 23a894b..648435d 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@
`Kubernetes <https://kubernetes.io/>`__
versions:
+ - 5.1.1
- 5.1.0
- 5.0.0
- 4.4.0
diff --git a/airflow/providers/common/sql/CHANGELOG.rst b/airflow/providers/common/sql/CHANGELOG.rst
index 3176426..0752bbd 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+1.3.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Handle non-compliant behaviour of Exasol cursor (#28744)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.3.2
.....
diff --git a/airflow/providers/common/sql/provider.yaml b/airflow/providers/common/sql/provider.yaml
index ee2021f..57857ed 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -22,6 +22,7 @@
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
versions:
+ - 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst b/airflow/providers/dbt/cloud/CHANGELOG.rst
index 6ee467d..b55c9b1 100644
--- a/airflow/providers/dbt/cloud/CHANGELOG.rst
+++ b/airflow/providers/dbt/cloud/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+2.3.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Use entire tenant domain name in dbt Cloud connection (#28890)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.3.0
.....
diff --git a/airflow/providers/dbt/cloud/provider.yaml b/airflow/providers/dbt/cloud/provider.yaml
index 4526746..ad2817e 100644
--- a/airflow/providers/dbt/cloud/provider.yaml
+++ b/airflow/providers/dbt/cloud/provider.yaml
@@ -22,6 +22,7 @@
`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
versions:
+ - 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index b83a9e8..93831e6 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+3.4.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Add correct widgets in Docker Hook (#28700)``
+* ``Make docker operators always use 'DockerHook' for API calls (#28363)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.4.0
.....
diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml
index c96e78c..2f5b3b2 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -22,6 +22,7 @@
`Docker <https://docs.docker.com/install/>`__
versions:
+ - 3.4.1
- 3.4.0
- 3.3.0
- 3.2.0
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index 4ca2792..7d17120 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -24,6 +24,13 @@
Changelog
---------
+4.3.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Allow nested attr in elasticsearch host_field (#28878)``
+
4.3.2
.....
diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml
index b46c438..02c1f61 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
versions:
+ - 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
diff --git a/airflow/providers/exasol/CHANGELOG.rst b/airflow/providers/exasol/CHANGELOG.rst
index 952e22d..041b1a3 100644
--- a/airflow/providers/exasol/CHANGELOG.rst
+++ b/airflow/providers/exasol/CHANGELOG.rst
@@ -24,6 +24,13 @@
Changelog
---------
+4.1.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Handle non-compliant behaviour of Exasol cursor (#28744)``
+
4.1.2
.....
diff --git a/airflow/providers/exasol/provider.yaml b/airflow/providers/exasol/provider.yaml
index bc2e546..4d5215b 100644
--- a/airflow/providers/exasol/provider.yaml
+++ b/airflow/providers/exasol/provider.yaml
@@ -22,6 +22,7 @@
`Exasol <https://docs.exasol.com/home.htm>`__
versions:
+ - 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index 4a2a0ec..196ab42 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,28 @@
Changelog
---------
+8.8.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add deferrable ''GCSObjectExistenceSensorAsync'' (#28763)``
+* ``Support partition_columns in BaseSQLToGCSOperator (#28677)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``'BigQueryCreateExternalTableOperator' fix field delimiter not working with csv (#28856)``
+* ``Fix using private _get_credentials instead of public get_credentials (#28588)``
+* ``Fix'GoogleCampaignManagerReportSensor' with 'QUEUED' status (#28735)``
+* ``Fix BigQueryColumnCheckOperator runtime error (#28796)``
+* ``assign "datasetReference" attribute to dataset_reference dict. by default if not already set in create_empty_dataset method of bigquery hook (#28782)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Switch to ruff for faster static checks (#28893)``
+
8.7.0
.....
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index 5d8b860..8efa9ab 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
versions:
+ - 8.8.0
- 8.7.0
- 8.6.0
- 8.5.0
diff --git a/airflow/providers/http/CHANGELOG.rst b/airflow/providers/http/CHANGELOG.rst
index a3a693b..c68f3fc 100644
--- a/airflow/providers/http/CHANGELOG.rst
+++ b/airflow/providers/http/CHANGELOG.rst
@@ -24,6 +24,13 @@
Changelog
---------
+4.1.1
+.....
+
+Misc
+~~~~
+* ``Change logging for HttpHook to debug (#28911)``
+
4.1.0
.....
diff --git a/airflow/providers/http/provider.yaml b/airflow/providers/http/provider.yaml
index 28d0883..4c9f6c3 100644
--- a/airflow/providers/http/provider.yaml
+++ b/airflow/providers/http/provider.yaml
@@ -22,6 +22,7 @@
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
versions:
+ - 4.1.1
- 4.1.0
- 4.0.0
- 3.0.0
diff --git a/airflow/providers/jenkins/CHANGELOG.rst b/airflow/providers/jenkins/CHANGELOG.rst
index fa6a366..f99bfeb 100644
--- a/airflow/providers/jenkins/CHANGELOG.rst
+++ b/airflow/providers/jenkins/CHANGELOG.rst
@@ -24,6 +24,13 @@
Changelog
---------
+3.2.0
+.....
+
+Features
+~~~~~~~~
+* ``check jenkins result state (#28659)``
+
3.1.0
.....
diff --git a/airflow/providers/jenkins/provider.yaml b/airflow/providers/jenkins/provider.yaml
index a188b17..0dfcfa0 100644
--- a/airflow/providers/jenkins/provider.yaml
+++ b/airflow/providers/jenkins/provider.yaml
@@ -22,6 +22,7 @@
`Jenkins <https://jenkins.io/>`__
versions:
+ - 3.2.0
- 3.1.0
- 3.0.0
- 2.1.0
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index a087488..b01da9a 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -24,15 +24,30 @@
Changelog
---------
+5.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add hook for Azure Data Lake Storage Gen2 (#28262)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Hide 'extra' field in WASB connection form (#28914)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Switch to ruff for faster static checks (#28893)``
+
5.0.2
.....
Misc
~~~~
-* ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)``
-.. Below changes are excluded from the changelog. Move them to
- appropriate section above if needed. Do not delete the lines(!):
+* ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)``
5.0.1
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml
index e3af998..8ba9112 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -21,6 +21,7 @@
description: |
`Microsoft Azure <https://azure.microsoft.com/>`__
versions:
+ - 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
diff --git a/airflow/providers/microsoft/psrp/CHANGELOG.rst b/airflow/providers/microsoft/psrp/CHANGELOG.rst
index d3f1835..0c9dd9a 100644
--- a/airflow/providers/microsoft/psrp/CHANGELOG.rst
+++ b/airflow/providers/microsoft/psrp/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+2.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add option to add arguments to PSRP hook and operator (#27689)``
+
2.1.0
.....
diff --git a/airflow/providers/microsoft/psrp/provider.yaml b/airflow/providers/microsoft/psrp/provider.yaml
index ae39d29..fb4fde0 100644
--- a/airflow/providers/microsoft/psrp/provider.yaml
+++ b/airflow/providers/microsoft/psrp/provider.yaml
@@ -24,6 +24,7 @@
<https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-psrp/>`__.
versions:
+ - 2.2.0
- 2.1.0
- 2.0.0
- 1.1.4
diff --git a/airflow/providers/mongo/CHANGELOG.rst b/airflow/providers/mongo/CHANGELOG.rst
index 074c1d2..3d4f1c6 100644
--- a/airflow/providers/mongo/CHANGELOG.rst
+++ b/airflow/providers/mongo/CHANGELOG.rst
@@ -24,6 +24,13 @@
Changelog
---------
+3.1.1
+.....
+
+Misc
+~~~~
+* ``MongoHook optimization (#28675)``
+
3.1.0
.....
diff --git a/airflow/providers/mongo/provider.yaml b/airflow/providers/mongo/provider.yaml
index 70e019d..d01a95f 100644
--- a/airflow/providers/mongo/provider.yaml
+++ b/airflow/providers/mongo/provider.yaml
@@ -22,6 +22,7 @@
`MongoDB <https://www.mongodb.com/what-is-mongodb>`__
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.3.3
diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst
index 66e4742..cc97314 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -36,6 +36,8 @@
You can no longer pass "local_infile" as extra in the connection. You should pass it instead as
hook's "local_infile" parameter when you create the MySqlHook (either directly or via hook_params).
+* ``Move local_infile option from extra to hook parameter (#28811)``
+
3.4.0
.....
diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst
index 9025908..7f2bfb1 100644
--- a/airflow/providers/slack/CHANGELOG.rst
+++ b/airflow/providers/slack/CHANGELOG.rst
@@ -24,12 +24,21 @@
Changelog
---------
+7.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add general-purpose "notifier" concept to DAGs (#28569)``
+
7.1.1
.....
Misc
~~~~
- * ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
+
+* ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
@@ -41,7 +50,6 @@
~~~~~~~~
* ``Implements SqlToSlackApiFileOperator (#26374)``
-* ``Added SlackNotifier (#28569)``
Bug Fixes
~~~~~~~~~
diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml
index 70ffc5d3..6f8b41f 100644
--- a/airflow/providers/slack/provider.yaml
+++ b/airflow/providers/slack/provider.yaml
@@ -22,6 +22,7 @@
`Slack <https://slack.com/>`__
versions:
+ - 7.2.0
- 7.1.1
- 7.1.0
- 7.0.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index a3b055e..f73ee59 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,14 +28,38 @@
+7.1.0
+.....
+
+Latest change: 2023-01-13
+
+================================================================================================= =========== ==============================================================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================================================
+`923bcd2865 <https://github.com/apache/airflow/commit/923bcd28656b0a1af52305ccb8e18329ff9d70e3>`_ 2023-01-13 ``new operator to create a sagemaker experiment (#28837)``
+`3e4e5b1fdb <https://github.com/apache/airflow/commit/3e4e5b1fdba5e98ddafc89d47a92a5bbfa41ebe7>`_ 2023-01-13 ``Add ''configuration_overrides'' to templated fields (#28920)``
+`9a643363e9 <https://github.com/apache/airflow/commit/9a643363e982b7c37d3c7f9015cd7869bc2935c2>`_ 2023-01-12 ``Avoid circular import from S3HookUriParseFailure (#28908)``
+`ce858a5d71 <https://github.com/apache/airflow/commit/ce858a5d719fb1dff85ad7e4747f0777404d1f56>`_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
+`870ecd477a <https://github.com/apache/airflow/commit/870ecd477af3774546bd82bb71921a03914a2b64>`_ 2023-01-11 ``Add a new SSM hook and use it in the System Test context builder (#28755)``
+`3baa40d72c <https://github.com/apache/airflow/commit/3baa40d72cf97e1c2770c6c2dd5a0b7c82f96c30>`_ 2023-01-10 ``Use compat for cached_property in AWS Batch modules (#28835)``
+`3eee33ac8c <https://github.com/apache/airflow/commit/3eee33ac8cb74cfbb08bce9090e9c601cf98da44>`_ 2023-01-06 ``Apply "unify bucket and key" before "provide bucket" (#28710)``
+`3a7cb66784 <https://github.com/apache/airflow/commit/3a7cb66784894b414a4c8d6e5020030fe90d8384>`_ 2023-01-06 ``Update S3ToRedshiftOperator docs to inform users about multiple key functionality (#28705)``
+`a9493c1317 <https://github.com/apache/airflow/commit/a9493c13173f6108c02c42d2f4f60b82b5ccc71a>`_ 2023-01-06 ``Add waiter config params to emr.add_job_flow_steps (#28464)``
+`ce188e5093 <https://github.com/apache/airflow/commit/ce188e509389737b3c0bdc282abea2425281c2b7>`_ 2023-01-05 ``Refactor waiter function and improve unit tests (#28753)``
+`e8533d295e <https://github.com/apache/airflow/commit/e8533d295e6d25296e23d8e1b8c07a441df55964>`_ 2023-01-05 ``Add AWS Sagemaker Auto ML operator and sensor (#28472)``
+`8c5ee5e3c1 <https://github.com/apache/airflow/commit/8c5ee5e3c10f24f4d9700dbb43480e836bc9984a>`_ 2023-01-04 ``Better exception raised in case of numpy missing (#28722)``
+`9ab9c18d68 <https://github.com/apache/airflow/commit/9ab9c18d687b61a8b86bde2767369697288d8082>`_ 2023-01-04 ``Don't call get_connection from provide_bucket_name (#28716)``
+================================================================================================= =========== ==============================================================================================
+
7.0.0
.....
-Latest change: 2022-12-30
+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)``
`3ce7cbbda1 <https://github.com/apache/airflow/commit/3ce7cbbda178799c6a07bed9ca695957affdff98>`_ 2022-12-30 ``add description of breaking changes (#28582)``
`297aa7480e <https://github.com/apache/airflow/commit/297aa7480e1ffd9bf1be1b89aea29b7e721cd64d>`_ 2022-12-23 ``Add execution role parameter to AddStepsOperator (#28484)``
`38e40c6dc4 <https://github.com/apache/airflow/commit/38e40c6dc45b92b274a06eafd8790140a0c3c7b8>`_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 10a9cb3..d01c139 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -66,7 +66,7 @@
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
-Release: 7.0.0
+Release: 7.1.0
Provider package
----------------
@@ -133,7 +133,7 @@
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.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 7.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 7.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.1.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 7.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.1.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 1bc95a6..72a3327 100644
--- a/docs/apache-airflow-providers-apache-beam/commits.rst
+++ b/docs/apache-airflow-providers-apache-beam/commits.rst
@@ -28,14 +28,26 @@
+4.1.1
+.....
+
+Latest change: 2023-01-03
+
+================================================================================================= =========== =================================================================================
+Commit Committed Subject
+================================================================================================= =========== =================================================================================
+`8da678ccd2 <https://github.com/apache/airflow/commit/8da678ccd2e5a30f9c2d22c7526b7a238c185d2f>`_ 2023-01-03 ``Ensure Beam Go file downloaded from GCS still exists when referenced (#28664)``
+================================================================================================= =========== =================================================================================
+
4.1.0
.....
-Latest change: 2022-11-11
+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)``
`e8ab8ccc0e <https://github.com/apache/airflow/commit/e8ab8ccc0e7b82efc0dbf8bd31e0bbf57b1d5637>`_ 2022-11-11 ``Add backward compatibility with old versions of Apache Beam (#27263)``
`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-apache-beam/index.rst b/docs/apache-airflow-providers-apache-beam/index.rst
index 55f40e3..3ff11f0 100644
--- a/docs/apache-airflow-providers-apache-beam/index.rst
+++ b/docs/apache-airflow-providers-apache-beam/index.rst
@@ -63,7 +63,7 @@
`Apache Beam <https://beam.apache.org/>`__.
-Release: 4.1.0
+Release: 4.1.1
Provider package
----------------
@@ -113,7 +113,7 @@
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.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-beam 4.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-beam 4.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-beam-4.1.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-beam 4.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-4.1.1-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/beam/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst
index a16e65f..4deeadf 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,14 +28,26 @@
+5.1.1
+.....
+
+Latest change: 2023-01-11
+
+================================================================================================= =========== ==================================================================
+Commit Committed Subject
+================================================================================================= =========== ==================================================================
+`45dd0c484e <https://github.com/apache/airflow/commit/45dd0c484e16ff56800cc9c047f56b4a909d2d0d>`_ 2023-01-11 ``Move local_infile option from extra to hook parameter (#28811)``
+================================================================================================= =========== ==================================================================
+
5.1.0
.....
-Latest change: 2022-12-27
+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)``
`4e545c6e54 <https://github.com/apache/airflow/commit/4e545c6e54712eedb6ca9cbb8333393ae3f6cba2>`_ 2022-12-27 ``Move Hive macros to the provider (#28538)``
`d9ae90fc64 <https://github.com/apache/airflow/commit/d9ae90fc6478133767e29774920ed797175146bc>`_ 2022-12-21 ``Make pandas dependency optional for Amazon Provider (#28505)``
================================================================================================= =========== ================================================================
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst
index ffc5c0c..ea37bf8 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -66,7 +66,7 @@
`Apache Hive <https://hive.apache.org/>`__
-Release: 5.1.0
+Release: 5.1.1
Provider package
----------------
@@ -127,7 +127,7 @@
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-hive 5.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-hive 5.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-hive 5.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-hive 5.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.1-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-impala/commits.rst b/docs/apache-airflow-providers-apache-impala/commits.rst
index f374091..0d57e84 100644
--- a/docs/apache-airflow-providers-apache-impala/commits.rst
+++ b/docs/apache-airflow-providers-apache-impala/commits.rst
@@ -25,3 +25,16 @@
This is detailed commit list of changes for versions provider package: ``apache.impala``.
For high-level changelog, see :doc:`package information including changelog <index>`.
+
+
+
+1.0.0
+.....
+
+Latest change: 2023-01-06
+
+================================================================================================= =========== =============================
+Commit Committed Subject
+================================================================================================= =========== =============================
+`6d09fc7b88 <https://github.com/apache/airflow/commit/6d09fc7b88623919b01cfbdee5566598cefba021>`_ 2023-01-06 ``Add 'ImpalaHook' (#26970)``
+================================================================================================= =========== =============================
diff --git a/docs/apache-airflow-providers-apache-impala/index.rst b/docs/apache-airflow-providers-apache-impala/index.rst
index 610d360..ef384f7 100644
--- a/docs/apache-airflow-providers-apache-impala/index.rst
+++ b/docs/apache-airflow-providers-apache-impala/index.rst
@@ -46,3 +46,74 @@
:caption: Commits
Detailed list of commits <commits>
+
+.. 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-impala
+------------------------------------------------------
+
+`Apache Impala <https://impala.apache.org/>`__.
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``apache.impala`` provider. All classes for this provider package
+are in ``airflow.providers.apache.impala`` 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-impala``
+
+Requirements
+------------
+
+================== ==================
+PIP package Version required
+================== ==================
+``impyla`` ``>=0.18.0,<1.0``
+``apache-airflow`` ``>=2.3.0``
+================== ==================
+
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified provider packages in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-apache-impala[common.sql]
+
+
+============================================================================================================ ==============
+Dependent package Extra
+============================================================================================================ ==============
+`apache-airflow-providers-common-sql <https://airflow.apache.org/docs/apache-airflow-providers-common-sql>`_ ``common.sql``
+============================================================================================================ ==============
+
+Downloading official packages
+-----------------------------
+
+You can download officially released packages and verify their checksums and signatures from the
+`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
+
+* `The apache-airflow-providers-apache-impala 1.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-impala-1.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-impala-1.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-impala-1.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-impala 1.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.0.0-py3-none-any.whl.sha512>`__)
+
+.. include:: ../../airflow/providers/apache/impala/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 85dd74f..e6dcd77 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,14 +28,27 @@
+5.1.1
+.....
+
+Latest change: 2023-01-12
+
+================================================================================================= =========== =======================================================
+Commit Committed Subject
+================================================================================================= =========== =======================================================
+`ce858a5d71 <https://github.com/apache/airflow/commit/ce858a5d719fb1dff85ad7e4747f0777404d1f56>`_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
+`ce677862be <https://github.com/apache/airflow/commit/ce677862be4a7de777208ba9ba9e62bcd0415393>`_ 2023-01-07 ``Fix Incorrect 'await_container_completion' (#28771)``
+================================================================================================= =========== =======================================================
+
5.1.0
.....
-Latest change: 2022-12-30
+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)``
`c22fc000b6 <https://github.com/apache/airflow/commit/c22fc000b6c0075429b9d1e51c9ee3d384141ff3>`_ 2022-12-30 ``Use labels instead of pod name for pod log read in k8s exec (#28546)``
`681835a67c <https://github.com/apache/airflow/commit/681835a67c89784944f41fce86099bcb2c3a0614>`_ 2022-12-21 ``Add Flink on K8s Operator (#28512)``
`38e40c6dc4 <https://github.com/apache/airflow/commit/38e40c6dc45b92b274a06eafd8790140a0c3c7b8>`_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 57d3794..f0abdab 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -65,7 +65,7 @@
`Kubernetes <https://kubernetes.io/>`__
-Release: 5.1.0
+Release: 5.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst
index 88685da..0226e32 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -28,14 +28,26 @@
+1.3.3
+.....
+
+Latest change: 2023-01-09
+
+================================================================================================= =========== ============================================================
+Commit Committed Subject
+================================================================================================= =========== ============================================================
+`9a7f07491e <https://github.com/apache/airflow/commit/9a7f07491e603123182adfd5706fbae524e33c0d>`_ 2023-01-09 ``Handle non-compliant behaviour of Exasol cursor (#28744)``
+================================================================================================= =========== ============================================================
+
1.3.2
.....
-Latest change: 2022-12-29
+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)``
`2e7b9f5504 <https://github.com/apache/airflow/commit/2e7b9f550403cc6937b3210aaaf9e80e3e944445>`_ 2022-12-29 ``Defer to hook setting for split_statements in SQLExecuteQueryOperator (#28635)``
`f115b207bc <https://github.com/apache/airflow/commit/f115b207bc844c10569b2df6fc9acfa32a3c7f41>`_ 2022-12-18 ``fIx isort problems introduced by recent isort release (#28434)``
`a6cda7cd23 <https://github.com/apache/airflow/commit/a6cda7cd230ef22f7fe042d6d5e9f78c660c4a75>`_ 2022-12-10 ``Fix template rendering for Common SQL operators (#28202)``
diff --git a/docs/apache-airflow-providers-common-sql/index.rst b/docs/apache-airflow-providers-common-sql/index.rst
index 1415a56..46908c1 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -64,7 +64,7 @@
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
-Release: 1.3.2
+Release: 1.3.3
Provider package
----------------
diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst
index e547ad4..78a3cce 100644
--- a/docs/apache-airflow-providers-dbt-cloud/commits.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst
@@ -28,14 +28,26 @@
+2.3.1
+.....
+
+Latest change: 2023-01-12
+
+================================================================================================= =========== ==================================================================
+Commit Committed Subject
+================================================================================================= =========== ==================================================================
+`141338b24e <https://github.com/apache/airflow/commit/141338b24efeddb9460b53b8501654b50bc6b86e>`_ 2023-01-12 ``Use entire tenant domain name in dbt Cloud connection (#28890)``
+================================================================================================= =========== ==================================================================
+
2.3.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)``
================================================================================================= =========== =========================================================================
diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst
index 28f05b4..f446ad2 100644
--- a/docs/apache-airflow-providers-dbt-cloud/index.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/index.rst
@@ -69,7 +69,7 @@
`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
-Release: 2.3.0
+Release: 2.3.1
Provider package
----------------
@@ -119,7 +119,7 @@
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 2.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-2.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-2.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-2.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-dbt-cloud 2.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-2.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-2.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-2.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-dbt-cloud 2.3.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-2.3.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-2.3.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-dbt-cloud-2.3.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-dbt-cloud 2.3.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-2.3.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-2.3.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-2.3.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 177863c..eae6eae 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,14 +28,27 @@
+3.4.1
+.....
+
+Latest change: 2023-01-03
+
+================================================================================================= =========== ========================================================================
+Commit Committed Subject
+================================================================================================= =========== ========================================================================
+`af2c22a00a <https://github.com/apache/airflow/commit/af2c22a00afdd9302cbcda1de63fc1804b2cd2e5>`_ 2023-01-03 ``Add correct widgets in Docker Hook (#28700)``
+`57a889de35 <https://github.com/apache/airflow/commit/57a889de357b269ae104b721e2a4bb78b929cea9>`_ 2023-01-03 ``Make docker operators always use 'DockerHook' for API calls (#28363)``
+================================================================================================= =========== ========================================================================
+
3.4.0
.....
-Latest change: 2022-12-30
+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)``
`ea08989db1 <https://github.com/apache/airflow/commit/ea08989db11ada7f5244f3bdec9d2697e9b4b3b8>`_ 2022-12-30 ``Move min airflow version down for Docker Provider to 2.3.0 (#28648)``
`1aa3da543a <https://github.com/apache/airflow/commit/1aa3da543a3f9229527a5de2807053e15b2bfea7>`_ 2022-11-29 ``add hostname argument to DockerOperator (#27822)``
================================================================================================= =========== =======================================================================
diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst
index b7550c7..98f0a9a 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -59,7 +59,7 @@
`Docker <https://docs.docker.com/install/>`__
-Release: 3.4.0
+Release: 3.4.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index 9c31691..f71fc55 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -28,14 +28,26 @@
+4.3.3
+.....
+
+Latest change: 2023-01-12
+
+================================================================================================= =========== ==========================================================
+Commit Committed Subject
+================================================================================================= =========== ==========================================================
+`ca8249f4a5 <https://github.com/apache/airflow/commit/ca8249f4a5cb22b091738128e0fcee87ab31638b>`_ 2023-01-12 ``Allow nested attr in elasticsearch host_field (#28878)``
+================================================================================================= =========== ==========================================================
+
4.3.2
.....
-Latest change: 2022-12-07
+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)``
`99bbcd3780 <https://github.com/apache/airflow/commit/99bbcd3780dd08a0794ba99eb69006c106dcf5d2>`_ 2022-12-07 ``Support restricted index patterns in Elasticsearch log handler (#23888)``
================================================================================================= =========== ===========================================================================
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index 6dade61..1136731 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -66,7 +66,7 @@
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
-Release: 4.3.2
+Release: 4.3.3
Provider package
----------------
@@ -119,7 +119,7 @@
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
-* `The apache-airflow-providers-elasticsearch 4.3.2 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-4.3.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-4.3.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-4.3.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-elasticsearch 4.3.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-4.3.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-4.3.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-4.3.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-elasticsearch 4.3.3 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-4.3.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-4.3.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-elasticsearch-4.3.3.tar.gz.sha512>`__)
+* `The apache-airflow-providers-elasticsearch 4.3.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-4.3.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-4.3.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-4.3.3-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/elasticsearch/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-exasol/commits.rst b/docs/apache-airflow-providers-exasol/commits.rst
index 5ec082d..883d7b2 100644
--- a/docs/apache-airflow-providers-exasol/commits.rst
+++ b/docs/apache-airflow-providers-exasol/commits.rst
@@ -28,14 +28,26 @@
+4.1.3
+.....
+
+Latest change: 2023-01-09
+
+================================================================================================= =========== ============================================================
+Commit Committed Subject
+================================================================================================= =========== ============================================================
+`9a7f07491e <https://github.com/apache/airflow/commit/9a7f07491e603123182adfd5706fbae524e33c0d>`_ 2023-01-09 ``Handle non-compliant behaviour of Exasol cursor (#28744)``
+================================================================================================= =========== ============================================================
+
4.1.2
.....
-Latest change: 2022-11-30
+Latest change: 2022-12-01
================================================================================================= =========== ================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================
+`e9a9ae6540 <https://github.com/apache/airflow/commit/e9a9ae6540339bad8b228c81d0a9ea37ce3b469e>`_ 2022-12-01 ``Update documentation for ad-hoc provider releases in December (#28031)``
`430e930902 <https://github.com/apache/airflow/commit/430e930902792fc37cdd2c517783f7dd544fbebf>`_ 2022-11-30 ``Update Exasol to common DBApiHook semantics and add tests (#28009)``
`2e7a4bcb55 <https://github.com/apache/airflow/commit/2e7a4bcb550538283f28550208b01515d348fb51>`_ 2022-11-30 ``Fix wrapping of run() method result of exasol and snoflake DB hooks (#27997)``
================================================================================================= =========== ================================================================================
diff --git a/docs/apache-airflow-providers-exasol/index.rst b/docs/apache-airflow-providers-exasol/index.rst
index 2d04c6f..a9e6842 100644
--- a/docs/apache-airflow-providers-exasol/index.rst
+++ b/docs/apache-airflow-providers-exasol/index.rst
@@ -51,7 +51,7 @@
`Exasol <https://docs.exasol.com/home.htm>`__
-Release: 4.1.2
+Release: 4.1.3
Provider package
----------------
@@ -103,7 +103,7 @@
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-exasol 4.1.2 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-exasol 4.1.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-exasol 4.1.3 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.3.tar.gz.sha512>`__)
+* `The apache-airflow-providers-exasol 4.1.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.3-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/exasol/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index 79b037e..f88bf9d 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,14 +35,33 @@
+8.8.0
+.....
+
+Latest change: 2023-01-12
+
+================================================================================================= =========== =========================================================================================================================================================
+Commit Committed Subject
+================================================================================================= =========== =========================================================================================================================================================
+`ce858a5d71 <https://github.com/apache/airflow/commit/ce858a5d719fb1dff85ad7e4747f0777404d1f56>`_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
+`f1eb2f1af4 <https://github.com/apache/airflow/commit/f1eb2f1af42c537f7c49a891f238083fd5d9e762>`_ 2023-01-12 ``'BigQueryCreateExternalTableOperator' fix field delimiter not working with csv (#28856)``
+`a337e6209a <https://github.com/apache/airflow/commit/a337e6209ad1ded42db3f1d788c3f4df4f1d645a>`_ 2023-01-11 ``Fix using private _get_credentials instead of public get_credentials (#28588)``
+`284cd52989 <https://github.com/apache/airflow/commit/284cd529898fbadd14308004a0b0cb6f389b4318>`_ 2023-01-10 ``Add deferrable ''GCSObjectExistenceSensorAsync'' (#28763)``
+`35a8ffc55a <https://github.com/apache/airflow/commit/35a8ffc55af220b16ea345d770f80f698dcae3fb>`_ 2023-01-10 ``Support partition_columns in BaseSQLToGCSOperator (#28677)``
+`c0b2fcff24 <https://github.com/apache/airflow/commit/c0b2fcff24184aa0c5beb9c0d06ce7d67b5c5b7e>`_ 2023-01-09 ``assign "datasetReference" attribute to dataset_reference dict. by default if not already set in create_empty_dataset method of bigquery hook (#28782)``
+`71306b31f1 <https://github.com/apache/airflow/commit/71306b31f1842ee2b1eb1cc2980b90f0fb6b11dc>`_ 2023-01-09 ``Fix'GoogleCampaignManagerReportSensor' with 'QUEUED' status (#28735)``
+`c67f4af667 <https://github.com/apache/airflow/commit/c67f4af667948e654585e6df102663670804819e>`_ 2023-01-09 ``Fix BigQueryColumnCheckOperator runtime error (#28796)``
+================================================================================================= =========== =========================================================================================================================================================
+
8.7.0
.....
-Latest change: 2023-01-01
+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)``
`fec1460eb7 <https://github.com/apache/airflow/commit/fec1460eb7896da6bfad69e95c92b8e531e35485>`_ 2023-01-01 ``Push job_id in xcom for dataproc submit job op (#28639)``
`0fae6a0c9e <https://github.com/apache/airflow/commit/0fae6a0c9e6e303f4b897a79829f119b44550e01>`_ 2022-12-28 ``Add table_resource to template fields for BigQueryCreateEmptyTableOperator (#28235)``
`d7f5f6d737 <https://github.com/apache/airflow/commit/d7f5f6d737cf06cc8e216f523534aeaf48065793>`_ 2022-12-24 ``GCSToBigQueryOperator allows autodetect None and infers schema (#28564)``
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index 59a5ced..a95e331 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -76,7 +76,7 @@
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
-Release: 8.7.0
+Release: 8.8.0
Provider package
----------------
@@ -192,7 +192,7 @@
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.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.7.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 8.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.7.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 8.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.8.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 8.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.8.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-http/commits.rst b/docs/apache-airflow-providers-http/commits.rst
index 108c151..3f6dc21 100644
--- a/docs/apache-airflow-providers-http/commits.rst
+++ b/docs/apache-airflow-providers-http/commits.rst
@@ -28,14 +28,26 @@
+4.1.1
+.....
+
+Latest change: 2023-01-13
+
+================================================================================================= =========== =================================================
+Commit Committed Subject
+================================================================================================= =========== =================================================
+`a9d5471c66 <https://github.com/apache/airflow/commit/a9d5471c66c788d8469ca65556e5820f1e96afc1>`_ 2023-01-13 ``Change logging for HttpHook to debug (#28911)``
+================================================================================================= =========== =================================================
+
4.1.0
.....
-Latest change: 2022-10-23
+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)``
`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)``
`06acf40a43 <https://github.com/apache/airflow/commit/06acf40a4337759797f666d5bb27a5a393b74fed>`_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
diff --git a/docs/apache-airflow-providers-http/index.rst b/docs/apache-airflow-providers-http/index.rst
index 780a2e4..40c82a7 100644
--- a/docs/apache-airflow-providers-http/index.rst
+++ b/docs/apache-airflow-providers-http/index.rst
@@ -65,7 +65,7 @@
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
-Release: 4.1.0
+Release: 4.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst
index 0174709..5fceeda 100644
--- a/docs/apache-airflow-providers-jenkins/commits.rst
+++ b/docs/apache-airflow-providers-jenkins/commits.rst
@@ -28,14 +28,26 @@
+3.2.0
+.....
+
+Latest change: 2023-01-06
+
+================================================================================================= =========== =======================================
+Commit Committed Subject
+================================================================================================= =========== =======================================
+`149a7ea3de <https://github.com/apache/airflow/commit/149a7ea3de56c04deb9f74ba0c6e5bb88aef4d10>`_ 2023-01-06 ``check jenkins result state (#28659)``
+================================================================================================= =========== =======================================
+
3.1.0
.....
-Latest change: 2022-10-27
+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)``
`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)``
`2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
diff --git a/docs/apache-airflow-providers-jenkins/index.rst b/docs/apache-airflow-providers-jenkins/index.rst
index b8afb8e..b812fb8 100644
--- a/docs/apache-airflow-providers-jenkins/index.rst
+++ b/docs/apache-airflow-providers-jenkins/index.rst
@@ -63,7 +63,7 @@
`Jenkins <https://jenkins.io/>`__
-Release: 3.1.0
+Release: 3.2.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index c22243e..2b68573 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,14 +28,28 @@
+5.1.0
+.....
+
+Latest change: 2023-01-13
+
+================================================================================================= =========== =======================================================
+Commit Committed Subject
+================================================================================================= =========== =======================================================
+`3decb189f7 <https://github.com/apache/airflow/commit/3decb189f786781bb0dfb3420a508a4a2a22bd8b>`_ 2023-01-13 ``Hide 'extra' field in WASB connection form (#28914)``
+`ce858a5d71 <https://github.com/apache/airflow/commit/ce858a5d719fb1dff85ad7e4747f0777404d1f56>`_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
+`ad7f8e09f8 <https://github.com/apache/airflow/commit/ad7f8e09f8e6e87df2665abdedb22b3e8a469b49>`_ 2023-01-05 ``Add hook for Azure Data Lake Storage Gen2 (#28262)``
+================================================================================================= =========== =======================================================
+
5.0.2
.....
-Latest change: 2022-12-19
+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)``
`6e3cee1f6e <https://github.com/apache/airflow/commit/6e3cee1f6e407d5f505410863c3f73fe1bfcc7cf>`_ 2022-12-19 ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)``
================================================================================================= =========== ========================================================================
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst
index 9b1cbe8..c909155 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -67,7 +67,7 @@
`Microsoft Azure <https://azure.microsoft.com/>`__
-Release: 5.0.2
+Release: 5.1.0
Provider package
----------------
@@ -105,6 +105,7 @@
``azure-servicebus`` ``>=7.6.1``
``azure-synapse-spark``
``adal`` ``>=1.2.7``
+``azure-storage-file-datalake`` ``>=12.9.1``
================================ ==================
Cross provider package dependencies
@@ -134,7 +135,7 @@
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.0.2 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.2.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 5.0.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.2-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 5.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.1.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 5.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.1.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-psrp/commits.rst b/docs/apache-airflow-providers-microsoft-psrp/commits.rst
index c3a4bd3..76b4fde 100644
--- a/docs/apache-airflow-providers-microsoft-psrp/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-psrp/commits.rst
@@ -30,14 +30,26 @@
+2.2.0
+.....
+
+Latest change: 2023-01-03
+
+================================================================================================= =========== ==================================================================
+Commit Committed Subject
+================================================================================================= =========== ==================================================================
+`3b6ced6512 <https://github.com/apache/airflow/commit/3b6ced6512752b18e48bc68616f898855c7d3c4c>`_ 2023-01-03 ``Add option to add arguments to PSRP hook and operator (#27689)``
+================================================================================================= =========== ==================================================================
+
2.1.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-microsoft-psrp/index.rst b/docs/apache-airflow-providers-microsoft-psrp/index.rst
index 088850b..57783a1 100644
--- a/docs/apache-airflow-providers-microsoft-psrp/index.rst
+++ b/docs/apache-airflow-providers-microsoft-psrp/index.rst
@@ -59,7 +59,7 @@
<https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-psrp/>`__.
-Release: 2.1.0
+Release: 2.2.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-mongo/commits.rst b/docs/apache-airflow-providers-mongo/commits.rst
index 69ef852..4b214c7 100644
--- a/docs/apache-airflow-providers-mongo/commits.rst
+++ b/docs/apache-airflow-providers-mongo/commits.rst
@@ -28,14 +28,26 @@
+3.1.1
+.....
+
+Latest change: 2023-01-06
+
+================================================================================================= =========== ===================================
+Commit Committed Subject
+================================================================================================= =========== ===================================
+`6af796f459 <https://github.com/apache/airflow/commit/6af796f4592429d9ddfcb7a1468e5dd7ea8ee1af>`_ 2023-01-06 ``MongoHook optimization (#28675)``
+================================================================================================= =========== ===================================
+
3.1.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-mongo/index.rst b/docs/apache-airflow-providers-mongo/index.rst
index 615766d..22493b3 100644
--- a/docs/apache-airflow-providers-mongo/index.rst
+++ b/docs/apache-airflow-providers-mongo/index.rst
@@ -52,7 +52,7 @@
`MongoDB <https://www.mongodb.com/what-is-mongodb>`__
-Release: 3.1.0
+Release: 3.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst
index aa7f42c..a32401d 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -28,14 +28,26 @@
+4.0.0
+.....
+
+Latest change: 2023-01-11
+
+================================================================================================= =========== ==================================================================
+Commit Committed Subject
+================================================================================================= =========== ==================================================================
+`45dd0c484e <https://github.com/apache/airflow/commit/45dd0c484e16ff56800cc9c047f56b4a909d2d0d>`_ 2023-01-11 ``Move local_infile option from extra to hook parameter (#28811)``
+================================================================================================= =========== ==================================================================
+
3.4.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)``
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
`83dc604650 <https://github.com/apache/airflow/commit/83dc604650d13d64e34014f2c2323e764033c4a5>`_ 2022-11-17 ``Allow SSL mode in MySQL provider (#27717)``
diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst
index 290abce..781b09b 100644
--- a/docs/apache-airflow-providers-mysql/index.rst
+++ b/docs/apache-airflow-providers-mysql/index.rst
@@ -65,7 +65,7 @@
`MySQL <https://www.mysql.com/products/>`__
-Release: 3.4.0
+Release: 4.0.0
Provider package
----------------
@@ -121,7 +121,7 @@
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 3.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-3.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-3.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-3.4.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-mysql 3.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-3.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-3.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-3.4.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-mysql 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-mysql-4.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-mysql 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-4.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/mysql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst
index 3c6a14d..013051c 100644
--- a/docs/apache-airflow-providers-slack/commits.rst
+++ b/docs/apache-airflow-providers-slack/commits.rst
@@ -28,14 +28,26 @@
+7.2.0
+.....
+
+Latest change: 2023-01-04
+
+================================================================================================= =========== ===========================================================
+Commit Committed Subject
+================================================================================================= =========== ===========================================================
+`a7e1cb2fbf <https://github.com/apache/airflow/commit/a7e1cb2fbfc684508f4b832527ae2371f99ad37d>`_ 2023-01-04 ``Add general-purpose "notifier" concept to DAGs (#28569)``
+================================================================================================= =========== ===========================================================
+
7.1.1
.....
-Latest change: 2022-12-03
+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)``
`527b948856 <https://github.com/apache/airflow/commit/527b948856584320f74d385f58477af79506834d>`_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
================================================================================================= =========== ===================================================================================
diff --git a/docs/apache-airflow-providers-slack/index.rst b/docs/apache-airflow-providers-slack/index.rst
index e47518b..548926a 100644
--- a/docs/apache-airflow-providers-slack/index.rst
+++ b/docs/apache-airflow-providers-slack/index.rst
@@ -65,7 +65,7 @@
`Slack <https://slack.com/>`__
-Release: 7.1.1
+Release: 7.2.0
Provider package
----------------
@@ -116,7 +116,7 @@
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
-* `The apache-airflow-providers-slack 7.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-7.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-7.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-7.1.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-slack 7.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-7.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-7.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-7.1.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-slack 7.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-7.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-7.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-slack-7.2.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-slack 7.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-7.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-7.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-7.2.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/slack/CHANGELOG.rst