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 55dbf1ff1f Prepare docs for April 2023 wave of Providers (#30378)
55dbf1ff1f is described below
commit 55dbf1ff1fb0b22714f695a66f6108b3249d1199
Author: eladkal <[email protected]>
AuthorDate: Sun Apr 2 08:35:04 2023 +0300
Prepare docs for April 2023 wave of Providers (#30378)
* Prepare docs for April 2023 wave of Providers
* add google ads vendor in
---
airflow/providers/airbyte/CHANGELOG.rst | 8 +++++
airflow/providers/airbyte/provider.yaml | 1 +
airflow/providers/alibaba/CHANGELOG.rst | 8 +++++
airflow/providers/alibaba/provider.yaml | 1 +
airflow/providers/amazon/CHANGELOG.rst | 26 +++++++++++++++
airflow/providers/amazon/provider.yaml | 1 +
airflow/providers/apache/drill/CHANGELOG.rst | 8 +++++
airflow/providers/apache/drill/provider.yaml | 1 +
airflow/providers/apache/hdfs/CHANGELOG.rst | 8 +++++
airflow/providers/apache/hdfs/provider.yaml | 1 +
airflow/providers/apache/hive/CHANGELOG.rst | 2 ++
airflow/providers/apache/livy/CHANGELOG.rst | 12 +++++++
airflow/providers/apache/livy/provider.yaml | 1 +
airflow/providers/apache/spark/CHANGELOG.rst | 10 ++++++
airflow/providers/apache/spark/provider.yaml | 1 +
airflow/providers/cncf/kubernetes/CHANGELOG.rst | 24 ++++++++++++++
airflow/providers/cncf/kubernetes/provider.yaml | 1 +
airflow/providers/common/sql/CHANGELOG.rst | 13 ++++++++
airflow/providers/common/sql/provider.yaml | 1 +
airflow/providers/databricks/CHANGELOG.rst | 12 +++++++
airflow/providers/databricks/provider.yaml | 1 +
airflow/providers/datadog/CHANGELOG.rst | 8 +++++
airflow/providers/datadog/provider.yaml | 1 +
airflow/providers/google/CHANGELOG.rst | 38 ++++++++++++++++++++++
airflow/providers/google/provider.yaml | 1 +
airflow/providers/hashicorp/CHANGELOG.rst | 17 ++++++++++
airflow/providers/hashicorp/provider.yaml | 1 +
airflow/providers/http/CHANGELOG.rst | 19 +++++++++++
airflow/providers/http/provider.yaml | 1 +
airflow/providers/jenkins/CHANGELOG.rst | 8 +++++
airflow/providers/jenkins/provider.yaml | 1 +
airflow/providers/microsoft/azure/CHANGELOG.rst | 25 ++++++++++++++
airflow/providers/microsoft/azure/provider.yaml | 1 +
airflow/providers/ssh/CHANGELOG.rst | 8 +++++
airflow/providers/ssh/provider.yaml | 1 +
docs/apache-airflow-providers-airbyte/commits.rst | 14 +++++++-
docs/apache-airflow-providers-airbyte/index.rst | 6 ++--
docs/apache-airflow-providers-alibaba/commits.rst | 14 +++++++-
docs/apache-airflow-providers-alibaba/index.rst | 2 +-
docs/apache-airflow-providers-amazon/commits.rst | 26 ++++++++++++++-
docs/apache-airflow-providers-amazon/index.rst | 7 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../apache-airflow-providers-apache-hdfs/index.rst | 9 +----
.../commits.rst | 20 +++++++++---
.../apache-airflow-providers-apache-hive/index.rst | 6 ++--
.../commits.rst | 15 ++++++++-
.../apache-airflow-providers-apache-livy/index.rst | 6 ++--
.../commits.rst | 16 ++++++++-
.../index.rst | 2 +-
.../commits.rst | 20 +++++++++++-
.../index.rst | 2 +-
.../commits.rst | 15 ++++++++-
docs/apache-airflow-providers-common-sql/index.rst | 2 +-
.../commits.rst | 13 ++++++++
docs/apache-airflow-providers-databricks/index.rst | 6 ++--
docs/apache-airflow-providers-datadog/commits.rst | 14 +++++++-
docs/apache-airflow-providers-datadog/index.rst | 2 +-
docs/apache-airflow-providers-google/commits.rst | 31 ++++++++++++++++++
docs/apache-airflow-providers-google/index.rst | 6 ++--
.../apache-airflow-providers-hashicorp/commits.rst | 17 +++++++++-
docs/apache-airflow-providers-hashicorp/index.rst | 6 ++--
docs/apache-airflow-providers-http/commits.rst | 20 +++++++++---
docs/apache-airflow-providers-http/index.rst | 2 +-
docs/apache-airflow-providers-jenkins/commits.rst | 20 +++++++++---
docs/apache-airflow-providers-jenkins/index.rst | 2 +-
.../commits.rst | 21 +++++++++++-
.../index.rst | 14 ++++----
docs/apache-airflow-providers-smtp/commits.rst | 9 ++++-
docs/apache-airflow-providers-smtp/index.rst | 9 +++++
docs/apache-airflow-providers-ssh/commits.rst | 14 +++++++-
docs/apache-airflow-providers-ssh/index.rst | 2 +-
73 files changed, 622 insertions(+), 73 deletions(-)
diff --git a/airflow/providers/airbyte/CHANGELOG.rst
b/airflow/providers/airbyte/CHANGELOG.rst
index 103cf3179f..e417e30e75 100644
--- a/airflow/providers/airbyte/CHANGELOG.rst
+++ b/airflow/providers/airbyte/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+3.2.1
+.....
+
+Misc
+~~~~
+
+* ``Clarify optional parameters in Airbyte docstrings (#30031)``
+
3.2.0
.....
diff --git a/airflow/providers/airbyte/provider.yaml
b/airflow/providers/airbyte/provider.yaml
index 2d164460e6..d4f70f3b0b 100644
--- a/airflow/providers/airbyte/provider.yaml
+++ b/airflow/providers/airbyte/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Airbyte <https://airbyte.io/>`__
versions:
+ - 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
diff --git a/airflow/providers/alibaba/CHANGELOG.rst
b/airflow/providers/alibaba/CHANGELOG.rst
index 265b65f634..9578150368 100644
--- a/airflow/providers/alibaba/CHANGELOG.rst
+++ b/airflow/providers/alibaba/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+2.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Support deleting the local log files when using remote logging (#29772)``
+
2.2.0
.....
diff --git a/airflow/providers/alibaba/provider.yaml
b/airflow/providers/alibaba/provider.yaml
index cd5cbced35..51beba76ab 100644
--- a/airflow/providers/alibaba/provider.yaml
+++ b/airflow/providers/alibaba/provider.yaml
@@ -22,6 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud
<https://www.alibabacloud.com//>`__).
versions:
+ - 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
diff --git a/airflow/providers/amazon/CHANGELOG.rst
b/airflow/providers/amazon/CHANGELOG.rst
index 7071376803..2fe461f98b 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -24,6 +24,32 @@
Changelog
---------
+7.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add deferrable mode to 'RedshiftResumeClusterOperator' (#30090)``
+* ``Add 'AwsToAwsBaseOperator' (#30044)``
+* ``Add deferrable mode in RedshiftPauseClusterOperator (#28850)``
+* ``Add support of a different AWS connection for DynamoDB (#29452)``
+* ``Add 'EC2CreateInstanceOperator', 'EC2TerminateInstanceOperator' (#29548)``
+* ``Make update config behavior optional in GlueJobOperator (#30162)``
+* ``custom waiters with dynamic values, applied to appflow (#29911)``
+* ``Support deleting the local log files when using remote logging (#29772)``
+
+Misc
+~~~~
+* ``Move string enum class to utils module + add test (#29906)``
+* ``Align cncf provider file names with AIP-21 (#29905)``
+* ``rewrite polling code for appflow hook (#28869)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move and convert all AWS example dags to system tests (#30003)``
+ * ``Remove aws async ci job (#30127)``
+
7.3.0
.....
diff --git a/airflow/providers/amazon/provider.yaml
b/airflow/providers/amazon/provider.yaml
index 763110ed0e..9040fc7c4a 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS)
<https://aws.amazon.com/>`__).
versions:
+ - 7.4.0
- 7.3.0
- 7.2.1
- 7.2.0
diff --git a/airflow/providers/apache/drill/CHANGELOG.rst
b/airflow/providers/apache/drill/CHANGELOG.rst
index 978ab2568f..0627dfeb73 100644
--- a/airflow/providers/apache/drill/CHANGELOG.rst
+++ b/airflow/providers/apache/drill/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+2.3.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Sanitize host in drill hook (#30215)``
+
2.3.1
.....
diff --git a/airflow/providers/apache/drill/provider.yaml
b/airflow/providers/apache/drill/provider.yaml
index b03f486313..3f7ab23961 100644
--- a/airflow/providers/apache/drill/provider.yaml
+++ b/airflow/providers/apache/drill/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.
versions:
+ - 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
diff --git a/airflow/providers/apache/hdfs/CHANGELOG.rst
b/airflow/providers/apache/hdfs/CHANGELOG.rst
index b7f11a87c1..62cfb1904d 100644
--- a/airflow/providers/apache/hdfs/CHANGELOG.rst
+++ b/airflow/providers/apache/hdfs/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+3.2.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix HDFSHook HAClient is invalid (#30164)``
+
3.2.0
.....
diff --git a/airflow/providers/apache/hdfs/provider.yaml
b/airflow/providers/apache/hdfs/provider.yaml
index 2f575d7da3..1291e9dfec 100644
--- a/airflow/providers/apache/hdfs/provider.yaml
+++ b/airflow/providers/apache/hdfs/provider.yaml
@@ -23,6 +23,7 @@ description: |
and `WebHDFS
<https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
versions:
+ - 3.2.1
- 3.2.0
- 3.1.0
- 3.0.1
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst
b/airflow/providers/apache/hive/CHANGELOG.rst
index df8625d4f2..33653f4df6 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -34,6 +34,8 @@ The auth option is moved from the extra field to the auth
parameter in the Hook.
parameters defined in your connections as auth, you should move them to the
DAG where your HiveOperator
or other Hive related operators are used.
+* ``Move auth parameter from extra to Hook parameter (#30212)``
+
5.1.3
.....
diff --git a/airflow/providers/apache/livy/CHANGELOG.rst
b/airflow/providers/apache/livy/CHANGELOG.rst
index b4e3c6ab46..5699c65f6a 100644
--- a/airflow/providers/apache/livy/CHANGELOG.rst
+++ b/airflow/providers/apache/livy/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+3.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add non login-password auth support for SimpleHttpOpeator (#29206)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``adding trigger info to provider yaml (#29950)``
+
3.3.0
.....
diff --git a/airflow/providers/apache/livy/provider.yaml
b/airflow/providers/apache/livy/provider.yaml
index 56ca49ef9a..30855d9253 100644
--- a/airflow/providers/apache/livy/provider.yaml
+++ b/airflow/providers/apache/livy/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Livy <https://livy.apache.org/>`__
versions:
+ - 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
diff --git a/airflow/providers/apache/spark/CHANGELOG.rst
b/airflow/providers/apache/spark/CHANGELOG.rst
index 7b0cca49af..a9d14830a0 100644
--- a/airflow/providers/apache/spark/CHANGELOG.rst
+++ b/airflow/providers/apache/spark/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+4.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Only restrict spark binary passed via extra (#30213)``
+* ``Validate host and schema for Spark JDBC Hook (#30223)``
+* ``Add spark3-submit to list of allowed spark-binary values (#30068)``
+
4.0.0
.....
diff --git a/airflow/providers/apache/spark/provider.yaml
b/airflow/providers/apache/spark/provider.yaml
index a40fa651f3..8eb23ac0d4 100644
--- a/airflow/providers/apache/spark/provider.yaml
+++ b/airflow/providers/apache/spark/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Spark <https://spark.apache.org/>`__
versions:
+ - 4.0.1
- 4.0.0
- 3.0.0
- 2.1.3
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 0739ea0048..2c11af8643 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,30 @@
Changelog
---------
+5.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``enhance spark_k8s_operator (#29977)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix KubernetesPodOperator xcom push when 'get_logs=False' (#29052)``
+* ``Fixed hanged KubernetesPodOperator (#28336)``
+
+Misc
+~~~~
+* ``Align cncf provider file names with AIP-21 (#29905)``
+* ``Remove "boilerplate" from all taskflow decorators (#30118)``
+* ``Ensure setup/teardown work on a previously decorated function (#30216)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``adding trigger info to provider yaml (#29950)``
+
5.2.2
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml
b/airflow/providers/cncf/kubernetes/provider.yaml
index b2914d9bf4..75f2d9d2da 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Kubernetes <https://kubernetes.io/>`__
versions:
+ - 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
diff --git a/airflow/providers/common/sql/CHANGELOG.rst
b/airflow/providers/common/sql/CHANGELOG.rst
index af01dfeff4..c2608864fc 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+1.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add option to show output of 'SQLExecuteQueryOperator' in the log
(#29954)``
+
+Misc
+~~~~
+
+* ``Fix Python API docs formatting for Common SQL provider (#29863)``
+
1.3.4
.....
diff --git a/airflow/providers/common/sql/provider.yaml
b/airflow/providers/common/sql/provider.yaml
index 8086cf3e32..efbbbad55d 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
versions:
+ - 1.4.0
- 1.3.4
- 1.3.3
- 1.3.2
diff --git a/airflow/providers/databricks/CHANGELOG.rst
b/airflow/providers/databricks/CHANGELOG.rst
index 354c5d96f0..5d24117eca 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+4.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``DatabricksSubmitRunOperator to support taskflow (#29840)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``adding trigger info to provider yaml (#29950)``
+
4.0.0
.....
diff --git a/airflow/providers/databricks/provider.yaml
b/airflow/providers/databricks/provider.yaml
index 133899996c..b3a9631ac7 100644
--- a/airflow/providers/databricks/provider.yaml
+++ b/airflow/providers/databricks/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Databricks <https://databricks.com/>`__
versions:
+ - 4.0.1
- 4.0.0
- 3.4.0
- 3.3.0
diff --git a/airflow/providers/datadog/CHANGELOG.rst
b/airflow/providers/datadog/CHANGELOG.rst
index a73fa65403..cae68cd12a 100644
--- a/airflow/providers/datadog/CHANGELOG.rst
+++ b/airflow/providers/datadog/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+3.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Support creating Datadog connection from the UI and add documentation for
this conn (#30059)``
+
3.1.0
.....
diff --git a/airflow/providers/datadog/provider.yaml
b/airflow/providers/datadog/provider.yaml
index f933708d03..f43ad466b3 100644
--- a/airflow/providers/datadog/provider.yaml
+++ b/airflow/providers/datadog/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Datadog <https://www.datadoghq.com/>`__
versions:
+ - 3.2.0
- 3.1.0
- 3.0.0
- 2.0.4
diff --git a/airflow/providers/google/CHANGELOG.rst
b/airflow/providers/google/CHANGELOG.rst
index 797f799537..c2558db381 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,44 @@
Changelog
---------
+8.12.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add missing 'poll_interval' in Bigquery operator (#30132)``
+* ``Add poll_interval param in BigQueryInsertJobOperator (#30091)``
+* ``Add 'job_id' to 'BigQueryToGCSOperator' templated_fields (#30006)``
+* ``Support deleting the local log files when using remote logging (#29772)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix setting project_id for gs to bq and bq to gs (#30053)``
+* ``Fix location on cloud build operators (#29937)``
+* ``'GoogleDriveHook': Fixing log message + adding more verbose documentation
(#29694)``
+* ``Add "BOOLEAN" to type_map of MSSQLToGCSOperator, fix incorrect bit->int
type conversion by specifying BIT fields explicitly (#29902)``
+* ``Google Cloud Providers - Fix _MethodDefault deepcopy failure (#29518)``
+* ``Handling project location param on async BigQuery dts trigger (#29786)``
+* ``Support CloudDataTransferServiceJobStatusSensor without specifying a
project_id (#30035)``
+* ``Wait insert_job result in normal mode (#29925)``
+
+Misc
+~~~~
+
+* ``merge BigQueryTableExistenceAsyncSensor into BigQueryTableExistenceSensor
(#30235)``
+* ``Remove unnecessary upper constraints from google provider (#29915)``
+* ``Merge BigQueryTableExistencePartitionAsyncSensor into
BigQueryTableExistencePartitionSensor (#30231)``
+* ``Merge GCSObjectExistenceAsyncSensor logic to GCSObjectExistenceSensor
(#30014)``
+* ``Align cncf provider file names with AIP-21 (#29905)``
+* ``Switch to using vendored-in google ads. (#30410)``
+* ``Merging of the google ads vendored-in code. (#30399)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``adding trigger info to provider yaml (#29950)``
+
8.11.0
......
diff --git a/airflow/providers/google/provider.yaml
b/airflow/providers/google/provider.yaml
index 832c8f02a6..9895225de2 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google
Suite)
versions:
+ - 8.12.0
- 8.11.0
- 8.10.0
- 8.9.0
diff --git a/airflow/providers/hashicorp/CHANGELOG.rst
b/airflow/providers/hashicorp/CHANGELOG.rst
index f5394e4ed2..f093821baa 100644
--- a/airflow/providers/hashicorp/CHANGELOG.rst
+++ b/airflow/providers/hashicorp/CHANGELOG.rst
@@ -24,10 +24,27 @@
Changelog
---------
+3.3.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Improve creating Vault connection from the UI and add documentation for
this conn (#30057)``
+* ``Remove required validations in Hashicorp Vault conn form (#30138)``
+* ``remove unused key_id variable (#30055)``
+* ``Simplify dict logic in Hashicorp Vault Hook (#30060)``
+
3.3.0
.....
+Features
+~~~~~~~~
* ``Support multiple mount points in Vault backend secret (#29734)``
+
+Bug Fixes
+~~~~~~~~~
+
* ``Fix empty paths in Vault secrets backend (#29908)``
.. Review and move the new changes to one of the sections above:
diff --git a/airflow/providers/hashicorp/provider.yaml
b/airflow/providers/hashicorp/provider.yaml
index 8b0adb3033..6dc5d4fb54 100644
--- a/airflow/providers/hashicorp/provider.yaml
+++ b/airflow/providers/hashicorp/provider.yaml
@@ -22,6 +22,7 @@ description: |
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
versions:
+ - 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
diff --git a/airflow/providers/http/CHANGELOG.rst
b/airflow/providers/http/CHANGELOG.rst
index 65a44d425e..2622dbcf5c 100644
--- a/airflow/providers/http/CHANGELOG.rst
+++ b/airflow/providers/http/CHANGELOG.rst
@@ -24,6 +24,25 @@
Changelog
---------
+4.3.0
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+* ``Add non login-password auth support for SimpleHttpOpeator (#29206)``
+
+Bug Fixes
+~~~~~~~~~
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.2.0
.....
diff --git a/airflow/providers/http/provider.yaml
b/airflow/providers/http/provider.yaml
index 38590270ed..1d343ce7d5 100644
--- a/airflow/providers/http/provider.yaml
+++ b/airflow/providers/http/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
versions:
+ - 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
diff --git a/airflow/providers/jenkins/CHANGELOG.rst
b/airflow/providers/jenkins/CHANGELOG.rst
index f99bfeb25e..38df2b132e 100644
--- a/airflow/providers/jenkins/CHANGELOG.rst
+++ b/airflow/providers/jenkins/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+3.2.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``'JenkinsHook' fix connection intake on https (#30301)``
+
3.2.0
.....
diff --git a/airflow/providers/jenkins/provider.yaml
b/airflow/providers/jenkins/provider.yaml
index 0dfcfa08ec..9623735937 100644
--- a/airflow/providers/jenkins/provider.yaml
+++ b/airflow/providers/jenkins/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Jenkins <https://jenkins.io/>`__
versions:
+ - 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst
b/airflow/providers/microsoft/azure/CHANGELOG.rst
index ec46fda09c..b41feeed89 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -24,6 +24,31 @@
Changelog
---------
+5.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add deferrable 'AzureDataFactoryRunPipelineOperator' (#30147)``
+* ``Add deferrable 'AzureDataFactoryPipelineRunStatusSensor' (#29801)``
+* ``Support deleting the local log files when using remote logging (#29772)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix ADF job failure during deferral (#30248)``
+* ``Fix AzureDataLakeStorageV2Hook 'account_url' with Active Directory
authentication (#29980) (#29981)``
+
+Misc
+~~~~
+* ``merge AzureDataFactoryPipelineRunStatusAsyncSensor to
AzureDataFactoryPipelineRunStatusSensor (#30250)``
+* ``Expose missing params in AzureSynapseHook API docs (#30099)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``organize azure provider.yaml (#30155)``
+
5.2.1
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml
b/airflow/providers/microsoft/azure/provider.yaml
index 8ef623ae2a..1373d3a65a 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -21,6 +21,7 @@ name: Microsoft Azure
description: |
`Microsoft Azure <https://azure.microsoft.com/>`__
versions:
+ - 5.3.0
- 5.2.1
- 5.2.0
- 5.1.0
diff --git a/airflow/providers/ssh/CHANGELOG.rst
b/airflow/providers/ssh/CHANGELOG.rst
index 4b12328f21..b2e4765c9f 100644
--- a/airflow/providers/ssh/CHANGELOG.rst
+++ b/airflow/providers/ssh/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+3.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``SSHOperator - Restore ability to override SSHHook cmd_timeout (#30190)``
+
3.5.0
.....
diff --git a/airflow/providers/ssh/provider.yaml
b/airflow/providers/ssh/provider.yaml
index 133b32a3fb..eaaa6fa38f 100644
--- a/airflow/providers/ssh/provider.yaml
+++ b/airflow/providers/ssh/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
versions:
+ - 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
diff --git a/docs/apache-airflow-providers-airbyte/commits.rst
b/docs/apache-airflow-providers-airbyte/commits.rst
index bf512dd426..e5cb23de68 100644
--- a/docs/apache-airflow-providers-airbyte/commits.rst
+++ b/docs/apache-airflow-providers-airbyte/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.2.1
+.....
+
+Latest change: 2023-03-11
+
+=================================================================================================
=========== ==============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ==============================================================
+`8cec8cd2a1
<https://github.com/apache/airflow/commit/8cec8cd2a1142e7541a6168aa3f6d070ee5bf410>`_
2023-03-11 ``Clarify optional parameters in Airbyte docstrings (#30031)``
+=================================================================================================
=========== ==============================================================
+
3.2.0
.....
-Latest change: 2022-10-24
+Latest change: 2022-11-15
=================================================================================================
===========
====================================================================================
Commit
Committed Subject
=================================================================================================
===========
====================================================================================
+`12c3c39d1a
<https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_
2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`78b8ea2f22
<https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`_
2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84
<https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`_
2022-10-23 ``Enable string normalization in python formatting - providers
(#27205)``
`f8db64c35c
<https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_
2022-09-28 ``Update docs for September Provider's release (#26731)``
diff --git a/docs/apache-airflow-providers-airbyte/index.rst
b/docs/apache-airflow-providers-airbyte/index.rst
index 314ec9b9c2..2aeb25b245 100644
--- a/docs/apache-airflow-providers-airbyte/index.rst
+++ b/docs/apache-airflow-providers-airbyte/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-airbyte
`Airbyte <https://airbyte.io/>`__
-Release: 3.2.0
+Release: 3.2.1
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-airbyte 3.2.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-3.2.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-3.2.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-3.2.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-airbyte 3.2.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-3.2.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-3.2.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-3.2.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-airbyte 3.2.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-3.2.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-3.2.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-airbyte-3.2.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-airbyte 3.2.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-3.2.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-3.2.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-3.2.1-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/airbyte/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-alibaba/commits.rst
b/docs/apache-airflow-providers-alibaba/commits.rst
index c786d1abf7..6e66106d53 100644
--- a/docs/apache-airflow-providers-alibaba/commits.rst
+++ b/docs/apache-airflow-providers-alibaba/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+2.3.0
+.....
+
+Latest change: 2023-03-07
+
+=================================================================================================
===========
===========================================================================
+Commit
Committed Subject
+=================================================================================================
===========
===========================================================================
+`b6392ae5fd
<https://github.com/apache/airflow/commit/b6392ae5fd466fa06ca92c061a0f93272e27a26b>`_
2023-03-07 ``Support deleting the local log files when using remote logging
(#29772)``
+=================================================================================================
===========
===========================================================================
+
2.2.0
.....
-Latest change: 2022-11-14
+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)``
`00af5c007e
<https://github.com/apache/airflow/commit/00af5c007ef2200401b53c40236e664758e47f27>`_
2022-11-14 ``Replace urlparse with urlsplit (#27389)``
`8c15b0a6d1
<https://github.com/apache/airflow/commit/8c15b0a6d1a846cc477618e326a50cd96f76380f>`_
2022-11-07 ``Use log.exception where more economical than log.error
(#27517)``
`9ab1a6a3e7
<https://github.com/apache/airflow/commit/9ab1a6a3e70b32a3cddddf0adede5d2f3f7e29ea>`_
2022-10-27 ``Update old style typing (#26872)``
diff --git a/docs/apache-airflow-providers-alibaba/index.rst
b/docs/apache-airflow-providers-alibaba/index.rst
index de3eff5243..76554dc202 100644
--- a/docs/apache-airflow-providers-alibaba/index.rst
+++ b/docs/apache-airflow-providers-alibaba/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-alibaba
Alibaba Cloud integration (including `Alibaba Cloud
<https://www.alibabacloud.com//>`__).
-Release: 2.2.0
+Release: 2.3.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-amazon/commits.rst
b/docs/apache-airflow-providers-amazon/commits.rst
index 6ba572723d..127d8e6ff0 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,14 +28,38 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+7.4.0
+.....
+
+Latest change: 2023-03-21
+
+=================================================================================================
===========
============================================================================
+Commit
Committed Subject
+=================================================================================================
===========
============================================================================
+`46d9a0c294
<https://github.com/apache/airflow/commit/46d9a0c294ea72574a79f0fb567eb9dc97cf96c1>`_
2023-03-21 ``Make update config behavior optional in GlueJobOperator
(#30162)``
+`2a42cb46af
<https://github.com/apache/airflow/commit/2a42cb46af66c7d6a95a718726cb9206258a0c14>`_
2023-03-21 ``Move and convert all AWS example dags to system tests
(#30003)``
+`05c0841880
<https://github.com/apache/airflow/commit/05c0841880ccfc25c9e525cafde3e46d7c6f9fce>`_
2023-03-21 ``custom waiters with dynamic values, applied to appflow
(#29911)``
+`0036ef7d35
<https://github.com/apache/airflow/commit/0036ef7d35b1a5f654affa10528c348e6097644f>`_
2023-03-21 ``Add deferrable mode to 'RedshiftResumeClusterOperator'
(#30090)``
+`b54285d0a1
<https://github.com/apache/airflow/commit/b54285d0a15945ebdcbe3ff9220c82059f09d8a4>`_
2023-03-16 ``Remove aws async ci job (#30127)``
+`4effd6f48b
<https://github.com/apache/airflow/commit/4effd6f48b5b0fabde7e8bc731844a1cd258dc0e>`_
2023-03-14 ``Add 'AwsToAwsBaseOperator' (#30044)``
+`cf77c3b966
<https://github.com/apache/airflow/commit/cf77c3b96609aa8c260566274d54b06eb38c8100>`_
2023-03-13 ``Add deferrable mode in RedshiftPauseClusterOperator (#28850)``
+`3780b01fc4
<https://github.com/apache/airflow/commit/3780b01fc46385809423bec9ef858be5be64b703>`_
2023-03-10 ``Add support of a different AWS connection for DynamoDB
(#29452)``
+`d2cc9df82c
<https://github.com/apache/airflow/commit/d2cc9df82c8b6ae6cccb51462b8b5a37155666a7>`_
2023-03-07 ``Add 'EC2CreateInstanceOperator',
'EC2TerminateInstanceOperator' (#29548)``
+`b6392ae5fd
<https://github.com/apache/airflow/commit/b6392ae5fd466fa06ca92c061a0f93272e27a26b>`_
2023-03-07 ``Support deleting the local log files when using remote logging
(#29772)``
+`bf27e5379c
<https://github.com/apache/airflow/commit/bf27e5379cbd2b77c9917cd4f0be48a8d24bbabb>`_
2023-03-05 ``Move string enum class to utils module + add test (#29906)``
+`971039454a
<https://github.com/apache/airflow/commit/971039454a3684d0ea7261dfe91f34ac4b62af72>`_
2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)``
+`2cebdc5007
<https://github.com/apache/airflow/commit/2cebdc5007f90b42937b2a0346f3c727dc36e131>`_
2023-03-03 ``rewrite polling code for appflow hook (#28869)``
+=================================================================================================
===========
============================================================================
+
7.3.0
.....
-Latest change: 2023-03-02
+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)``
`76d8aaa836
<https://github.com/apache/airflow/commit/76d8aaa8362ba199d98680d71ccb3a800cbc4d38>`_
2023-03-02 ``Fix Amazon ECS Enums (#29871)``
`faf792f634
<https://github.com/apache/airflow/commit/faf792f634f3d2dae672ca184b4d95bd4834924d>`_
2023-03-02 ``Implement custom boto waiters for some EMR operators (#29822)``
`ea8ce218b9
<https://github.com/apache/airflow/commit/ea8ce218b9abe3c69f4c2d8c65180cf8bafebdd6>`_
2023-03-02 ``Impovements for RedshiftDataOperator: better error reporting
and an ability to return SQL results (#29434)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst
b/docs/apache-airflow-providers-amazon/index.rst
index a796325870..84abab6ed2 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -73,7 +73,7 @@ Package apache-airflow-providers-amazon
Amazon integration (including `Amazon Web Services (AWS)
<https://aws.amazon.com/>`__).
-Release: 7.3.0
+Release: 7.4.0
Provider package
----------------
@@ -97,6 +97,7 @@ PIP package Version required
``apache-airflow`` ``>=2.3.0``
``apache-airflow-providers-common-sql`` ``>=1.3.1``
``boto3`` ``>=1.24.0``
+``asgiref``
``watchtower`` ``~=2.0.1``
``jsonpath_ng`` ``>=1.5.3``
``redshift_connector`` ``>=2.0.888``
@@ -140,7 +141,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.3.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.3.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.3.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-amazon 7.3.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.3.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.3.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-amazon 7.4.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.4.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.4.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-amazon-7.4.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-amazon 7.4.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.4.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.4.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-7.4.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-drill/commits.rst
b/docs/apache-airflow-providers-apache-drill/commits.rst
index 96f3b1e8bf..4b2f64cf3e 100644
--- a/docs/apache-airflow-providers-apache-drill/commits.rst
+++ b/docs/apache-airflow-providers-apache-drill/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+2.3.2
+.....
+
+Latest change: 2023-03-22
+
+=================================================================================================
=========== ========================================
+Commit
Committed Subject
+=================================================================================================
=========== ========================================
+`63d9b24aad
<https://github.com/apache/airflow/commit/63d9b24aad0b4b9397682ddac1ea5824354789b3>`_
2023-03-22 ``Sanitize host in drill hook (#30215)``
+=================================================================================================
=========== ========================================
+
2.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-apache-drill/index.rst
b/docs/apache-airflow-providers-apache-drill/index.rst
index 4ca80b2a65..9bb3579b77 100644
--- a/docs/apache-airflow-providers-apache-drill/index.rst
+++ b/docs/apache-airflow-providers-apache-drill/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-apache-drill
`Apache Drill <https://drill.apache.org/>`__.
-Release: 2.3.1
+Release: 2.3.2
Provider package
----------------
@@ -115,7 +115,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and
signatures from the
`Official Apache Download site
<https://downloads.apache.org/airflow/providers/>`_
-* `The apache-airflow-providers-apache-drill 2.3.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.3.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.3.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.3.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-drill 2.3.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.3.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.3.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.3.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-drill 2.3.2 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.3.2.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.3.2.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-drill-2.3.2.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-drill 2.3.2 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.3.2-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.3.2-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.3.2-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/drill/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hdfs/commits.rst
b/docs/apache-airflow-providers-apache-hdfs/commits.rst
index 038486d622..ce7bb43835 100644
--- a/docs/apache-airflow-providers-apache-hdfs/commits.rst
+++ b/docs/apache-airflow-providers-apache-hdfs/commits.rst
@@ -29,14 +29,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.2.1
+.....
+
+Latest change: 2023-03-27
+
+=================================================================================================
=========== =============================================
+Commit
Committed Subject
+=================================================================================================
=========== =============================================
+`e141699c8a
<https://github.com/apache/airflow/commit/e141699c8a2cf36c583da48a3f026a6f1dbd765a>`_
2023-03-27 ``Fix HDFSHook HAClient is invalid (#30164)``
+=================================================================================================
=========== =============================================
+
3.2.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-apache-hdfs/index.rst
b/docs/apache-airflow-providers-apache-hdfs/index.rst
index d09478d775..872574b2ab 100644
--- a/docs/apache-airflow-providers-apache-hdfs/index.rst
+++ b/docs/apache-airflow-providers-apache-hdfs/index.rst
@@ -53,15 +53,8 @@ Package apache-airflow-providers-apache-hdfs
`Hadoop Distributed File System (HDFS)
<https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html>`__
and `WebHDFS
<https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
-.. note::
- The ``snakebite-py3`` used by the provider is an old package and it has an
old version of ``argparse`` in
- its dependencies and it might cause in some cases running airflow commands
raises the error similar to
- ``TypeError: __init__() got an unexpected keyword argument 'encoding'``. In
this case make
- sure to remove ``argparse`` with ``pip uninstall argparse`` command to get
rid of this error.
-
-
-Release: 3.2.0
+Release: 3.2.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst
b/docs/apache-airflow-providers-apache-hive/commits.rst
index 13c00564cc..aea34e4039 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,16 +28,28 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+6.0.0
+.....
+
+Latest change: 2023-03-21
+
+=================================================================================================
=========== =============================================================
+Commit
Committed Subject
+=================================================================================================
=========== =============================================================
+`f01140141f
<https://github.com/apache/airflow/commit/f01140141f1fe51b6ee1eba5b02ab7516a67c9c7>`_
2023-03-21 ``Move auth parameter from extra to Hook parameter (#30212)``
+=================================================================================================
=========== =============================================================
+
5.1.3
.....
-Latest change: 2023-02-15
+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)``
`1cb127b9fd
<https://github.com/apache/airflow/commit/1cb127b9fd22a7dc8e0b82cab8acb7cd4c317c9c>`_
2023-02-15 ``Validate Hive Beeline parameters (#29502)``
-=================================================================================================
=========== =============================================
+=================================================================================================
=========== ================================================================
5.1.2
.....
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst
b/docs/apache-airflow-providers-apache-hive/index.rst
index ed2c49bfb5..529d8998fc 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-apache-hive
`Apache Hive <https://hive.apache.org/>`__
-Release: 5.1.3
+Release: 6.0.0
Provider package
----------------
@@ -127,7 +127,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-hive 5.1.3 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.3.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.3.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.1.3.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-hive 5.1.3 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.3-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.3-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.1.3-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-hive 6.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-6.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-hive 6.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-6.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst
b/docs/apache-airflow-providers-apache-livy/commits.rst
index 932e15b3aa..61e763a5ad 100644
--- a/docs/apache-airflow-providers-apache-livy/commits.rst
+++ b/docs/apache-airflow-providers-apache-livy/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.4.0
+.....
+
+Latest change: 2023-03-20
+
+=================================================================================================
===========
======================================================================
+Commit
Committed Subject
+=================================================================================================
===========
======================================================================
+`c44c7e1b48
<https://github.com/apache/airflow/commit/c44c7e1b481b7c1a0d475265835a23b0f507506c>`_
2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator
(#29206)``
+`c3867781e0
<https://github.com/apache/airflow/commit/c3867781e09b7e0e0d19c0991865a2453194d9a8>`_
2023-03-08 ``adding trigger info to provider yaml (#29950)``
+=================================================================================================
===========
======================================================================
+
3.3.0
.....
-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)``
`47ebe99972
<https://github.com/apache/airflow/commit/47ebe99972b2cc3cc007460e28461b1676c03706>`_
2023-02-22 ``Add Livy Operator with deferrable mode (#29047)``
`911b708ffd
<https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_
2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers
(#28929)``
`2b92c3c74d
<https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_
2023-01-05 ``Fix providers documentation formatting (#28754)``
diff --git a/docs/apache-airflow-providers-apache-livy/index.rst
b/docs/apache-airflow-providers-apache-livy/index.rst
index 70d9a34a1e..47449dd63b 100644
--- a/docs/apache-airflow-providers-apache-livy/index.rst
+++ b/docs/apache-airflow-providers-apache-livy/index.rst
@@ -63,7 +63,7 @@ Package apache-airflow-providers-apache-livy
`Apache Livy <https://livy.apache.org/>`__
-Release: 3.3.0
+Release: 3.4.0
Provider package
----------------
@@ -115,7 +115,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and
signatures from the
`Official Apache Download site
<https://downloads.apache.org/airflow/providers/>`_
-* `The apache-airflow-providers-apache-livy 3.3.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.3.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.3.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-livy 3.3.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.3.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.3.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-livy 3.4.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.4.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.4.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-livy-3.4.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-livy 3.4.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.4.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.4.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.4.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/livy/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst
b/docs/apache-airflow-providers-apache-spark/commits.rst
index c27df494c9..fc04027877 100644
--- a/docs/apache-airflow-providers-apache-spark/commits.rst
+++ b/docs/apache-airflow-providers-apache-spark/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+4.0.1
+.....
+
+Latest change: 2023-03-22
+
+=================================================================================================
===========
=====================================================================
+Commit
Committed Subject
+=================================================================================================
===========
=====================================================================
+`5d1f201bb0
<https://github.com/apache/airflow/commit/5d1f201bb0411d7060fd4fe49807fd49495f973e>`_
2023-03-22 ``Only restrict spark binary passed via extra (#30213)``
+`d9dea5ce17
<https://github.com/apache/airflow/commit/d9dea5ce17f0c5859dc705bba8e6ef22e5659955>`_
2023-03-22 ``Validate host and schema for Spark JDBC Hook (#30223)``
+`b3259877fa
<https://github.com/apache/airflow/commit/b3259877fac7330d2b65ca7f96fcfc27243582d6>`_
2023-03-15 ``Add spark3-submit to list of allowed spark-binary values
(#30068)``
+=================================================================================================
===========
=====================================================================
+
4.0.0
.....
-Latest change: 2022-11-13
+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)``
`9358928815
<https://github.com/apache/airflow/commit/93589288156d56aff4b1f822b77695e3c58e4568>`_
2022-11-13 ``Remove custom spark home and custom binarires for spark
(#27646)``
`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-apache-spark/index.rst
b/docs/apache-airflow-providers-apache-spark/index.rst
index 18fe4e16ef..c4e7773c49 100644
--- a/docs/apache-airflow-providers-apache-spark/index.rst
+++ b/docs/apache-airflow-providers-apache-spark/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-apache-spark
`Apache Spark <https://spark.apache.org/>`__
-Release: 4.0.0
+Release: 4.0.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 949d601690..35d5b69937 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,14 +28,32 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.3.0
+.....
+
+Latest change: 2023-03-24
+
+=================================================================================================
===========
==========================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==========================================================================
+`df49ad179b
<https://github.com/apache/airflow/commit/df49ad179bddcdb098b3eccbf9bb6361cfbafc36>`_
2023-03-24 ``Ensure setup/teardown work on a previously decorated function
(#30216)``
+`b8ab594130
<https://github.com/apache/airflow/commit/b8ab594130a1525fcf30c31a917a7dfdaef9dccf>`_
2023-03-15 ``Remove "boilerplate" from all taskflow decorators (#30118)``
+`9a4f674852
<https://github.com/apache/airflow/commit/9a4f6748521c9c3b66d96598036be08fd94ccf89>`_
2023-03-14 ``enhance spark_k8s_operator (#29977)``
+`c3867781e0
<https://github.com/apache/airflow/commit/c3867781e09b7e0e0d19c0991865a2453194d9a8>`_
2023-03-08 ``adding trigger info to provider yaml (#29950)``
+`1e81a98cc6
<https://github.com/apache/airflow/commit/1e81a98cc69344a35c50b00e2d25a6d48a9bded2>`_
2023-03-07 ``Fix KubernetesPodOperator xcom push when 'get_logs=False'
(#29052)``
+`971039454a
<https://github.com/apache/airflow/commit/971039454a3684d0ea7261dfe91f34ac4b62af72>`_
2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)``
+`6d2face107
<https://github.com/apache/airflow/commit/6d2face107f24b7e7dce4b98ae3def1178e1fc4c>`_
2023-03-04 ``Fixed hanged KubernetesPodOperator (#28336)``
+=================================================================================================
===========
==========================================================================
+
5.2.2
.....
-Latest change: 2023-02-28
+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)``
`1e536eb43d
<https://github.com/apache/airflow/commit/1e536eb43de4408612bf7bb7d9d2114470c6f43a>`_
2023-02-28 ``'KubernetesPodOperator._render_nested_template_fields'
improved by changing the conditionals for a map (#29760)``
`dba390e323
<https://github.com/apache/airflow/commit/dba390e32330675e1b94442c8001ea980754c189>`_
2023-02-22 ``Fix and augment 'check-for-inclusive-language' CI check
(#29549)``
=================================================================================================
===========
===================================================================================================================
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index e5e59fc10d..a6577bf3db 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__
-Release: 5.2.2
+Release: 5.3.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst
b/docs/apache-airflow-providers-common-sql/commits.rst
index fcad4daf85..e234f73c78 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+1.4.0
+.....
+
+Latest change: 2023-03-08
+
+=================================================================================================
===========
==============================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==============================================================================
+`a9b79a27b2
<https://github.com/apache/airflow/commit/a9b79a27b25a47c7e0390c139b517f229fdacd12>`_
2023-03-08 ``Add option to show output of 'SQLExecuteQueryOperator' in the
log (#29954)``
+`95710e0cdd
<https://github.com/apache/airflow/commit/95710e0cdd54d3ac37d0148466705a81b31bcb7f>`_
2023-03-03 ``Fix Python API docs formatting for Common SQL provider
(#29863)``
+=================================================================================================
===========
==============================================================================
+
1.3.4
.....
-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)``
`19f1e7c27b
<https://github.com/apache/airflow/commit/19f1e7c27b85e297497842c73f13533767ebd6ba>`_
2023-02-22 ``Do not process output when do_xcom_push=False (#29599)``
`0af6f20c5f
<https://github.com/apache/airflow/commit/0af6f20c5f36c6cac3fc1b23ff47763ea2c24ba2>`_
2023-01-30 ``Make the S3-to-SQL system test self-contained (#29204)``
`129f0820cd
<https://github.com/apache/airflow/commit/129f0820cd03c721ebebe3461489f255bb9e752c>`_
2023-01-23 ``Make static checks generated file more stable accross the
board (#29080)``
diff --git a/docs/apache-airflow-providers-common-sql/index.rst
b/docs/apache-airflow-providers-common-sql/index.rst
index 3bf2e12994..52c449e891 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-common-sql
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
-Release: 1.3.4
+Release: 1.4.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-databricks/commits.rst
b/docs/apache-airflow-providers-databricks/commits.rst
index 77e6a84fed..18f1ff82c6 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+4.0.1
+.....
+
+Latest change: 2023-03-08
+
+=================================================================================================
=========== ============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ============================================================
+`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)``
+=================================================================================================
=========== ============================================================
+
4.0.0
.....
@@ -36,6 +48,7 @@ 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)``
`db5375bea7
<https://github.com/apache/airflow/commit/db5375bea7a0564c12f56c91e1c8c7b6c049698c>`_
2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally
(#27912)``
`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-databricks/index.rst
b/docs/apache-airflow-providers-databricks/index.rst
index c11298b00c..7655a19bfb 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.0
+Release: 4.0.1
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.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-databricks-4.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-databricks 4.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-4.0.0-py3-none-any.whl.sha512>`__)
+* `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>`__)
.. include:: ../../airflow/providers/databricks/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-datadog/commits.rst
b/docs/apache-airflow-providers-datadog/commits.rst
index 8edfd67c93..201932e4f1 100644
--- a/docs/apache-airflow-providers-datadog/commits.rst
+++ b/docs/apache-airflow-providers-datadog/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.2.0
+.....
+
+Latest change: 2023-03-15
+
+=================================================================================================
===========
================================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
================================================================================================
+`297f4b349c
<https://github.com/apache/airflow/commit/297f4b349cea5b63e151fb8dc6defee2073468e3>`_
2023-03-15 ``Support creating Datadog connection from the UI and add
documentation for this conn (#30059)``
+=================================================================================================
===========
================================================================================================
+
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-datadog/index.rst
b/docs/apache-airflow-providers-datadog/index.rst
index 72aa448133..2a480e4aa7 100644
--- a/docs/apache-airflow-providers-datadog/index.rst
+++ b/docs/apache-airflow-providers-datadog/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-datadog
`Datadog <https://www.datadoghq.com/>`__
-Release: 3.1.0
+Release: 3.2.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst
b/docs/apache-airflow-providers-google/commits.rst
index 1bbca2f5a4..91f836a2e4 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,6 +35,36 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+8.12.0
+......
+
+Latest change: 2023-04-01
+
+=================================================================================================
===========
========================================================================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
========================================================================================================================================
+`25048fa6b2
<https://github.com/apache/airflow/commit/25048fa6b21b1e75a0c6fb6d626c67860e8cecff>`_
2023-04-01 ``Switch to using vendored-in google ads. (#30410)``
+`2e65c70e99
<https://github.com/apache/airflow/commit/2e65c70e99e73d4bc39e26da88f9e0102dd41f65>`_
2023-04-01 ``Merging of the google ads vendored-in code. (#30399)``
+`540a076801
<https://github.com/apache/airflow/commit/540a0768012c82794add3ec159768521e01a0fe2>`_
2023-03-30 ``merge BigQueryTableExistenceAsyncSensor into
BigQueryTableExistenceSensor (#30235)``
+`29eba167ea
<https://github.com/apache/airflow/commit/29eba167eac5d08862a85dd1358a8b6c43f61200>`_
2023-03-22 ``Merge BigQueryTableExistencePartitionAsyncSensor into
BigQueryTableExistencePartitionSensor (#30231)``
+`79a2fa7db9
<https://github.com/apache/airflow/commit/79a2fa7db9d1689c5fe8a0afaa3883c4e0ccc00d>`_
2023-03-21 ``Merge GCSObjectExistenceAsyncSensor logic to
GCSObjectExistenceSensor (#30014)``
+`af4627fec9
<https://github.com/apache/airflow/commit/af4627fec988995537de7fa172875497608ef710>`_
2023-03-20 ``fix setting project_id for gs to bq and bq to gs (#30053)``
+`75fd5e8c54
<https://github.com/apache/airflow/commit/75fd5e8c54cdc0465ed43c9b36b3d0672bd7e059>`_
2023-03-16 ``Add missing 'poll_interval' in Bigquery operator (#30132)``
+`5a3be7256b
<https://github.com/apache/airflow/commit/5a3be7256b2a848524d3635d7907b6829a583101>`_
2023-03-15 ``Handling project location param on async BigQuery dts trigger
(#29786)``
+`a6715805c7
<https://github.com/apache/airflow/commit/a6715805c7e4694e85b8f3ebff162a2c3905110e>`_
2023-03-14 ``Add poll_interval param in BigQueryInsertJobOperator (#30091)``
+`57fb80cff0
<https://github.com/apache/airflow/commit/57fb80cff020a3e405c7d6a72037a7757ccdd5f5>`_
2023-03-14 ``Support CloudDataTransferServiceJobStatusSensor without
specifying a project_id (#30035)``
+`def1f89e70
<https://github.com/apache/airflow/commit/def1f89e702d401f67a94f34a01f6a4806ea92e6>`_
2023-03-10 ``Fix location on cloud build operators (#29937)``
+`599c587e26
<https://github.com/apache/airflow/commit/599c587e26d5e0b8fa0a0967f3dc4fa92d257ed0>`_
2023-03-10 ``Add 'job_id' to 'BigQueryToGCSOperator' templated_fields
(#30006)``
+`c3867781e0
<https://github.com/apache/airflow/commit/c3867781e09b7e0e0d19c0991865a2453194d9a8>`_
2023-03-08 ``adding trigger info to provider yaml (#29950)``
+`b6392ae5fd
<https://github.com/apache/airflow/commit/b6392ae5fd466fa06ca92c061a0f93272e27a26b>`_
2023-03-07 ``Support deleting the local log files when using remote logging
(#29772)``
+`464ab1b7ca
<https://github.com/apache/airflow/commit/464ab1b7caa78637975008fcbb049d5b52a8b005>`_
2023-03-05 ``Wait insert_job result in normal mode (#29925)``
+`f55b9576b1
<https://github.com/apache/airflow/commit/f55b9576b1363d2cada0a25daf79501c8aad8b54>`_
2023-03-05 ``'GoogleDriveHook': Fixing log message + adding more verbose
documentation (#29694)``
+`035ad26d79
<https://github.com/apache/airflow/commit/035ad26d79848c63049307a94c04a9a3916d8a38>`_
2023-03-04 ``Add "BOOLEAN" to type_map of MSSQLToGCSOperator, fix incorrect
bit->int type conversion by specifying BIT fields explicitly (#29902)``
+`5a632f78eb
<https://github.com/apache/airflow/commit/5a632f78eb6e3dcd9dc808e73b74581806653a89>`_
2023-03-04 ``Google Cloud Providers - Fix _MethodDefault deepcopy failure
(#29518)``
+`971039454a
<https://github.com/apache/airflow/commit/971039454a3684d0ea7261dfe91f34ac4b62af72>`_
2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)``
+`864ff2e3ce
<https://github.com/apache/airflow/commit/864ff2e3ce185dfa3df0509a4bd3c6b5169e907f>`_
2023-03-04 ``Remove unnecessary upper constraints from google provider
(#29915)``
+=================================================================================================
===========
========================================================================================================================================
+
8.11.0
......
@@ -43,6 +73,7 @@ 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)``
`3fc9461654
<https://github.com/apache/airflow/commit/3fc946165458f203162ddb229bee133e1a6fcac2>`_
2023-03-03 ``Add 'CloudSQLCloneInstanceOperator' (#29726)``
`47ab0ca629
<https://github.com/apache/airflow/commit/47ab0ca6295f301d393dbb29e134fa90be0ad7df>`_
2023-03-03 ``Move help message to the google auth code (#29888)``
`972fca2253
<https://github.com/apache/airflow/commit/972fca22532121493d49753bd6d8388af5943689>`_
2023-02-28 ``Fix 'NoneType' object is not subscriptable. (#29820)``
diff --git a/docs/apache-airflow-providers-google/index.rst
b/docs/apache-airflow-providers-google/index.rst
index a03ce3aa48..7439fcb324 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -76,7 +76,7 @@ Google services including:
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google
Suite)
-Release: 8.11.0
+Release: 8.12.0
Provider package
----------------
@@ -192,7 +192,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and
signatures from the
`Official Apache Download site
<https://downloads.apache.org/airflow/providers/>`_
-* `The apache-airflow-providers-google 8.11.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.11.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.11.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.11.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-google 8.11.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.11.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.11.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.11.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-google 8.12.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.12.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.12.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-8.12.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-google 8.12.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.12.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.12.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-8.12.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst
b/docs/apache-airflow-providers-hashicorp/commits.rst
index 7ea1d36797..43a49be613 100644
--- a/docs/apache-airflow-providers-hashicorp/commits.rst
+++ b/docs/apache-airflow-providers-hashicorp/commits.rst
@@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.3.1
+.....
+
+Latest change: 2023-03-16
+
+=================================================================================================
===========
==============================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==============================================================================================
+`b3d5a176ba
<https://github.com/apache/airflow/commit/b3d5a176baac530a25ec9d1c8838115d9d156f0b>`_
2023-03-16 ``Remove required validations in Hashicorp Vault conn form
(#30138)``
+`14d9e90b3a
<https://github.com/apache/airflow/commit/14d9e90b3abca6a779a8fd264cfe9bcc081e1d9b>`_
2023-03-16 ``Improve creating Vault connection from the UI and add
documentation for this conn (#30057)``
+`63d9266492
<https://github.com/apache/airflow/commit/63d92664927647b29d586db2fc9adcfafddc473d>`_
2023-03-14 ``remove unused key_id variable (#30055)``
+`d2f62d7cd5
<https://github.com/apache/airflow/commit/d2f62d7cd5c2b2c141b5db5594a95e6bf0148442>`_
2023-03-13 ``Simplify dict logic in Hashicorp Vault Hook (#30060)``
+=================================================================================================
===========
==============================================================================================
+
3.3.0
.....
-Latest change: 2023-03-04
+Latest change: 2023-03-07
=================================================================================================
===========
==================================================================
Commit
Committed Subject
=================================================================================================
===========
==================================================================
+`4a9e1e8a1f
<https://github.com/apache/airflow/commit/4a9e1e8a1fcf76c0bd9e2c501b0da0466223f6ac>`_
2023-03-07 ``Prepare docs for hashicorp ad hoc RC2 release (#29942)``
`4fa91d7540
<https://github.com/apache/airflow/commit/4fa91d7540b93420a6c7c43737e3ac881b418873>`_
2023-03-04 ``Fix empty paths in Vault secrets backend (#29908)``
`fcd3c0149f
<https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_
2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`dff425bc3d
<https://github.com/apache/airflow/commit/dff425bc3d92697bb447010aa9f3b56519a59f1e>`_
2023-02-24 ``Support multiple mount points in Vault backend secret
(#29734)``
diff --git a/docs/apache-airflow-providers-hashicorp/index.rst
b/docs/apache-airflow-providers-hashicorp/index.rst
index e71a2cf6e0..662d6d0353 100644
--- a/docs/apache-airflow-providers-hashicorp/index.rst
+++ b/docs/apache-airflow-providers-hashicorp/index.rst
@@ -58,7 +58,7 @@ Package apache-airflow-providers-hashicorp
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
-Release: 3.3.0
+Release: 3.3.1
Provider package
----------------
@@ -108,7 +108,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and
signatures from the
`Official Apache Download site
<https://downloads.apache.org/airflow/providers/>`_
-* `The apache-airflow-providers-hashicorp 3.3.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-hashicorp 3.3.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-hashicorp 3.3.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-hashicorp-3.3.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-hashicorp 3.3.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.3.1-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/hashicorp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-http/commits.rst
b/docs/apache-airflow-providers-http/commits.rst
index 5ed46442fb..eb29edc604 100644
--- a/docs/apache-airflow-providers-http/commits.rst
+++ b/docs/apache-airflow-providers-http/commits.rst
@@ -28,16 +28,28 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+4.3.0
+.....
+
+Latest change: 2023-03-20
+
+=================================================================================================
===========
======================================================================
+Commit
Committed Subject
+=================================================================================================
===========
======================================================================
+`c44c7e1b48
<https://github.com/apache/airflow/commit/c44c7e1b481b7c1a0d475265835a23b0f507506c>`_
2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator
(#29206)``
+=================================================================================================
===========
======================================================================
+
4.2.0
.....
-Latest change: 2023-02-14
+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)``
`47edfe9a22
<https://github.com/apache/airflow/commit/47edfe9a22d1c521e49de3bed87bc332a48c0a80>`_
2023-02-14 ``Add HttpHookAsync for deferrable implementation (#29038)``
-=================================================================================================
=========== ============================================================
+=================================================================================================
=========== ================================================================
4.1.1
.....
diff --git a/docs/apache-airflow-providers-http/index.rst
b/docs/apache-airflow-providers-http/index.rst
index cd19fe4780..974cfd1ce5 100644
--- a/docs/apache-airflow-providers-http/index.rst
+++ b/docs/apache-airflow-providers-http/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-http
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
-Release: 4.2.0
+Release: 4.3.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-jenkins/commits.rst
b/docs/apache-airflow-providers-jenkins/commits.rst
index 5fceeda4ea..dbacd1a130 100644
--- a/docs/apache-airflow-providers-jenkins/commits.rst
+++ b/docs/apache-airflow-providers-jenkins/commits.rst
@@ -28,16 +28,28 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.2.1
+.....
+
+Latest change: 2023-03-25
+
+=================================================================================================
=========== =========================================================
+Commit
Committed Subject
+=================================================================================================
=========== =========================================================
+`1f8bf783b8
<https://github.com/apache/airflow/commit/1f8bf783b89d440ecb3e6db536c63ff324d9fc62>`_
2023-03-25 ``'JenkinsHook' fix connection intake on https (#30301)``
+=================================================================================================
=========== =========================================================
+
3.2.0
.....
-Latest change: 2023-01-06
+Latest change: 2023-01-14
-=================================================================================================
=========== =======================================
+=================================================================================================
===========
==================================================================
Commit
Committed Subject
-=================================================================================================
=========== =======================================
+=================================================================================================
===========
==================================================================
+`911b708ffd
<https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_
2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers
(#28929)``
`149a7ea3de
<https://github.com/apache/airflow/commit/149a7ea3de56c04deb9f74ba0c6e5bb88aef4d10>`_
2023-01-06 ``check jenkins result state (#28659)``
-=================================================================================================
=========== =======================================
+=================================================================================================
===========
==================================================================
3.1.0
.....
diff --git a/docs/apache-airflow-providers-jenkins/index.rst
b/docs/apache-airflow-providers-jenkins/index.rst
index b812fb8ba6..52cb592e58 100644
--- a/docs/apache-airflow-providers-jenkins/index.rst
+++ b/docs/apache-airflow-providers-jenkins/index.rst
@@ -63,7 +63,7 @@ Package apache-airflow-providers-jenkins
`Jenkins <https://jenkins.io/>`__
-Release: 3.2.0
+Release: 3.2.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst
b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 6b46984aaa..38e8132b8b 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,14 +28,33 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.3.0
+.....
+
+Latest change: 2023-03-29
+
+=================================================================================================
===========
==========================================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==========================================================================================================
+`0e69ca7c0f
<https://github.com/apache/airflow/commit/0e69ca7c0f87045264a82c2b2daa953506579d5f>`_
2023-03-29 ``Fix ADF job failure during deferral (#30248)``
+`c39097c07a
<https://github.com/apache/airflow/commit/c39097c07a50fdc0baad08573d319627291f5f91>`_
2023-03-29 ``merge AzureDataFactoryPipelineRunStatusAsyncSensor to
AzureDataFactoryPipelineRunStatusSensor (#30250)``
+`c99201afa2
<https://github.com/apache/airflow/commit/c99201afa294ffe680a5f24b0893d8efdeb53272>`_
2023-03-17 ``Add deferrable 'AzureDataFactoryRunPipelineOperator' (#30147)``
+`9a417a54ba
<https://github.com/apache/airflow/commit/9a417a54baf1bd2dfcc24e8a537b989746e59a52>`_
2023-03-17 ``organize azure provider.yaml (#30155)``
+`a755c5e82b
<https://github.com/apache/airflow/commit/a755c5e82b5c0c673b2278220b55150e6dd743c0>`_
2023-03-15 ``Expose missing params in AzureSynapseHook API docs (#30099)``
+`2f25ba572e
<https://github.com/apache/airflow/commit/2f25ba572e0219c614c11cec1fa68dc80d0ec854>`_
2023-03-13 ``Add deferrable 'AzureDataFactoryPipelineRunStatusSensor'
(#29801)``
+`008f52444a
<https://github.com/apache/airflow/commit/008f52444a84ceaa2de7c2166b8f253f55ca8c21>`_
2023-03-10 ``Fix AzureDataLakeStorageV2Hook 'account_url' with Active
Directory authentication (#29980) (#29981)``
+`b6392ae5fd
<https://github.com/apache/airflow/commit/b6392ae5fd466fa06ca92c061a0f93272e27a26b>`_
2023-03-07 ``Support deleting the local log files when using remote logging
(#29772)``
+=================================================================================================
===========
==========================================================================================================
+
5.2.1
.....
-Latest change: 2023-02-16
+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)``
`ce28775397
<https://github.com/apache/airflow/commit/ce28775397627a750514c904577703ecaa331d2b>`_
2023-02-16 ``Handle deleting more than 256 blobs using
'WasbHook.delete_file()' (#29565)``
`f9e9d23457
<https://github.com/apache/airflow/commit/f9e9d23457cba5d3e18b5bdb7b65ecc63735b65b>`_
2023-02-11 ``Restore trigger logging (#29482)``
`60d4bcd1d1
<https://github.com/apache/airflow/commit/60d4bcd1d101bb56955081d14e3e138a0c960c5f>`_
2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)``
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst
b/docs/apache-airflow-providers-microsoft-azure/index.rst
index c70ebb2d8c..0c74f5e9b7 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.2.1
+Release: 5.3.0
Provider package
----------------
@@ -93,10 +93,7 @@ PIP package Version required
``azure-cosmos`` ``>=4.0.0``
``azure-datalake-store`` ``>=0.0.45``
``azure-identity`` ``>=1.3.1``
-``azure-keyvault-secrets`` ``>=4.1.0,<5.0``
-``azure-kusto-data`` ``>=0.0.43,<0.1``
-``azure-mgmt-containerinstance`` ``>=1.5.0,<2.0``
-``azure-mgmt-datafactory`` ``>=1.0.0,<2.0``
+``azure-keyvault-secrets`` ``>=4.1.0``
``azure-mgmt-datalake-store`` ``>=0.5.0``
``azure-mgmt-resource`` ``>=2.2.0``
``azure-storage-blob`` ``>=12.14.0``
@@ -106,6 +103,9 @@ PIP package Version required
``azure-synapse-spark``
``adal`` ``>=1.2.7``
``azure-storage-file-datalake`` ``>=12.9.1``
+``azure-mgmt-containerinstance`` ``>=1.5.0,<2.0``
+``azure-mgmt-datafactory`` ``>=1.0.0,<2.0``
+``azure-kusto-data`` ``>=0.0.43,<0.1``
================================ ==================
Cross provider package dependencies
@@ -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.2.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.2.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.2.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.2.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 5.2.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.2.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.2.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.2.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 5.3.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.3.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.3.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.3.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 5.3.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.3.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.3.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.3.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-smtp/commits.rst
b/docs/apache-airflow-providers-smtp/commits.rst
index 64dc7ca944..b925bdcdfa 100644
--- a/docs/apache-airflow-providers-smtp/commits.rst
+++ b/docs/apache-airflow-providers-smtp/commits.rst
@@ -28,6 +28,13 @@ For high-level changelog, see :doc:`package information
including changelog <ind
-
1.0.0
.....
+
+Latest change: 2023-03-14
+
+=================================================================================================
=========== ===================================
+Commit
Committed Subject
+=================================================================================================
=========== ===================================
+`3fac5c3540
<https://github.com/apache/airflow/commit/3fac5c35409ccfde771ce08ea8daeaac056b2c10>`_
2023-03-14 ``Creating SMTP provider (#29968)``
+=================================================================================================
=========== ===================================
diff --git a/docs/apache-airflow-providers-smtp/index.rst
b/docs/apache-airflow-providers-smtp/index.rst
index 3f8ca0061d..31c402b91f 100644
--- a/docs/apache-airflow-providers-smtp/index.rst
+++ b/docs/apache-airflow-providers-smtp/index.rst
@@ -67,4 +67,13 @@ You can install this package on top of an existing Airflow 2
installation (see `
for the minimum Airflow version supported) via
``pip install apache-airflow-providers-smtp``
+Requirements
+------------
+
+================== ==================
+PIP package Version required
+================== ==================
+``apache-airflow`` ``>=2.3.0``
+================== ==================
+
.. include:: ../../airflow/providers/smtp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ssh/commits.rst
b/docs/apache-airflow-providers-ssh/commits.rst
index 9aafd365d1..e0263ac703 100644
--- a/docs/apache-airflow-providers-ssh/commits.rst
+++ b/docs/apache-airflow-providers-ssh/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.6.0
+.....
+
+Latest change: 2023-03-21
+
+=================================================================================================
===========
==========================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==========================================================================
+`fe727f985b
<https://github.com/apache/airflow/commit/fe727f985b1053b838433b817458517c0c0f2480>`_
2023-03-21 ``SSHOperator - Restore ability to override SSHHook cmd_timeout
(#30190)``
+=================================================================================================
===========
==========================================================================
+
3.5.0
.....
-Latest change: 2023-02-19
+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)``
`fd000684d0
<https://github.com/apache/airflow/commit/fd000684d05a993ade3fef38b683ef3cdfdfc2b6>`_
2023-02-19 ``SSH Provider: Add cmd_timeout to ssh connection extra
(#29347)``
=================================================================================================
===========
==================================================================
diff --git a/docs/apache-airflow-providers-ssh/index.rst
b/docs/apache-airflow-providers-ssh/index.rst
index dbed15bb56..d8e2d6457d 100644
--- a/docs/apache-airflow-providers-ssh/index.rst
+++ b/docs/apache-airflow-providers-ssh/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-ssh
`Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
-Release: 3.5.0
+Release: 3.6.0
Provider package
----------------