From 10614e9db36dd1ccffb1805ff0e0c34d39b57dd1 Mon Sep 17 00:00:00 2001
From: Elad Kalif <45845474+eladkal@users.noreply.github.com>
Date: Thu, 30 Mar 2023 22:42:18 +0300
Subject: [PATCH 1/2] Prepare docs for April 2023 wave of Providers
---
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 +
.../providers/cncf/kubernetes/CHANGELOG.rst | 24 +++++++++++++
.../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 | 36 +++++++++++++++++++
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 +
.../providers/microsoft/azure/CHANGELOG.rst | 25 +++++++++++++
.../providers/microsoft/azure/provider.yaml | 1 +
airflow/providers/ssh/CHANGELOG.rst | 8 +++++
airflow/providers/ssh/provider.yaml | 1 +
.../commits.rst | 14 +++++++-
.../index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 2 +-
.../commits.rst | 26 +++++++++++++-
.../apache-airflow-providers-amazon/index.rst | 7 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 9 +----
.../commits.rst | 20 ++++++++---
.../index.rst | 6 ++--
.../commits.rst | 15 +++++++-
.../index.rst | 6 ++--
.../commits.rst | 16 ++++++++-
.../index.rst | 2 +-
.../commits.rst | 20 ++++++++++-
.../index.rst | 2 +-
.../commits.rst | 15 +++++++-
.../index.rst | 2 +-
.../commits.rst | 13 +++++++
.../index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 2 +-
.../commits.rst | 29 +++++++++++++++
.../apache-airflow-providers-google/index.rst | 6 ++--
.../commits.rst | 17 ++++++++-
.../index.rst | 6 ++--
.../apache-airflow-providers-http/commits.rst | 20 ++++++++---
docs/apache-airflow-providers-http/index.rst | 2 +-
.../commits.rst | 20 ++++++++---
.../index.rst | 2 +-
.../commits.rst | 21 ++++++++++-
.../index.rst | 14 ++++----
.../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, 618 insertions(+), 73 deletions(-)
diff --git a/airflow/providers/airbyte/CHANGELOG.rst b/airflow/providers/airbyte/CHANGELOG.rst
index 103cf3179fc46..e417e30e753b9 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 2d164460e6cf9..d4f70f3b0be00 100644
--- a/airflow/providers/airbyte/provider.yaml
+++ b/airflow/providers/airbyte/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Airbyte `__
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 265b65f634550..9578150368d54 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 cd5cbced35249..51beba76ab498 100644
--- a/airflow/providers/alibaba/provider.yaml
+++ b/airflow/providers/alibaba/provider.yaml
@@ -22,6 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud `__).
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 7071376803190..2fe461f98b8cf 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 763110ed0eb46..9040fc7c4a9b7 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) `__).
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 978ab2568f3c6..0627dfeb7319b 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 b03f486313958..3f7ab23961999 100644
--- a/airflow/providers/apache/drill/provider.yaml
+++ b/airflow/providers/apache/drill/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Drill `__.
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 b7f11a87c1024..62cfb1904db01 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 2f575d7da32da..1291e9dfec0b0 100644
--- a/airflow/providers/apache/hdfs/provider.yaml
+++ b/airflow/providers/apache/hdfs/provider.yaml
@@ -23,6 +23,7 @@ description: |
and `WebHDFS `__.
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 df8625d4f2d4f..33653f4df6902 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 b4e3c6ab46a06..5699c65f6a8ae 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 56ca49ef9a098..30855d9253bb9 100644
--- a/airflow/providers/apache/livy/provider.yaml
+++ b/airflow/providers/apache/livy/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Livy `__
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 7b0cca49af7e8..a9d14830a02ec 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 a40fa651f3084..8eb23ac0d418f 100644
--- a/airflow/providers/apache/spark/provider.yaml
+++ b/airflow/providers/apache/spark/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Spark `__
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 0739ea0048b2e..2c11af8643fd5 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 b2914d9bf4023..75f2d9d2da656 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Kubernetes `__
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 af01dfeff4410..c2608864fc864 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 8086cf3e32520..efbbbad55dc21 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Common SQL Provider `__
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 354c5d96f03de..5d24117eca9f8 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 133899996c3f9..b3a9631ac7faf 100644
--- a/airflow/providers/databricks/provider.yaml
+++ b/airflow/providers/databricks/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Databricks `__
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 a73fa654033cd..cae68cd12a45b 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 f933708d035b6..f43ad466b3c5a 100644
--- a/airflow/providers/datadog/provider.yaml
+++ b/airflow/providers/datadog/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Datadog `__
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 797f7995376e9..adb849bf89546 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,42 @@
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)``
+
+.. 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 832c8f02a6146..9895225de2b0f 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
- `Google Workspace `__ (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 f5394e4ed2cc4..f093821baafea 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 8b0adb3033177..6dc5d4fb54bad 100644
--- a/airflow/providers/hashicorp/provider.yaml
+++ b/airflow/providers/hashicorp/provider.yaml
@@ -22,6 +22,7 @@ description: |
Hashicorp including `Hashicorp Vault `__
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 65a44d425e4d3..2622dbcf5c464 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 38590270edc77..1d343ce7d536c 100644
--- a/airflow/providers/http/provider.yaml
+++ b/airflow/providers/http/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Hypertext Transfer Protocol (HTTP) `__
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 f99bfeb25eeaa..38df2b132ebfb 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 0dfcfa08eccb2..962373593760d 100644
--- a/airflow/providers/jenkins/provider.yaml
+++ b/airflow/providers/jenkins/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Jenkins `__
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 ec46fda09c336..b41feeed89807 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 8ef623ae2ad5f..1373d3a65a594 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 `__
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 4b12328f2101a..b2e4765c9f8b4 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 133b32a3fb419..eaaa6fa38f640 100644
--- a/airflow/providers/ssh/provider.yaml
+++ b/airflow/providers/ssh/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Secure Shell (SSH) `__
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 bf512dd426aa5..e5cb23de68b73 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 `_ 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 `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
`f8db64c35c `_ 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 314ec9b9c2868..2aeb25b245309 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 `__
-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 `_
-* `The apache-airflow-providers-airbyte 3.2.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-airbyte 3.2.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 3.2.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 3.2.1 wheel package `_ (`asc `__, `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 c786d1abf7fa0..6e66106d5319a 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 `_ 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 `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)``
`8c15b0a6d1 `_ 2022-11-07 ``Use log.exception where more economical than log.error (#27517)``
`9ab1a6a3e7 `_ 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 de3eff524358c..76554dc202a0d 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 `__).
-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 6ba572723dd6d..127d8e6ff0dd8 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 `_ 2023-03-21 ``Make update config behavior optional in GlueJobOperator (#30162)``
+`2a42cb46af `_ 2023-03-21 ``Move and convert all AWS example dags to system tests (#30003)``
+`05c0841880 `_ 2023-03-21 ``custom waiters with dynamic values, applied to appflow (#29911)``
+`0036ef7d35 `_ 2023-03-21 ``Add deferrable mode to 'RedshiftResumeClusterOperator' (#30090)``
+`b54285d0a1 `_ 2023-03-16 ``Remove aws async ci job (#30127)``
+`4effd6f48b `_ 2023-03-14 ``Add 'AwsToAwsBaseOperator' (#30044)``
+`cf77c3b966 `_ 2023-03-13 ``Add deferrable mode in RedshiftPauseClusterOperator (#28850)``
+`3780b01fc4 `_ 2023-03-10 ``Add support of a different AWS connection for DynamoDB (#29452)``
+`d2cc9df82c `_ 2023-03-07 ``Add 'EC2CreateInstanceOperator', 'EC2TerminateInstanceOperator' (#29548)``
+`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)``
+`bf27e5379c `_ 2023-03-05 ``Move string enum class to utils module + add test (#29906)``
+`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)``
+`2cebdc5007 `_ 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 `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`76d8aaa836 `_ 2023-03-02 ``Fix Amazon ECS Enums (#29871)``
`faf792f634 `_ 2023-03-02 ``Implement custom boto waiters for some EMR operators (#29822)``
`ea8ce218b9 `_ 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 a796325870301..84abab6ed25d5 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) `__).
-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 `_
-* `The apache-airflow-providers-amazon 7.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 7.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 7.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 7.4.0 wheel package `_ (`asc `__, `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 96f3b1e8bf57e..4b2f64cf3e7c0 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 `_ 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 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 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 4ca80b2a65a13..9bb3579b776e7 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 `__.
-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 `_
-* `The apache-airflow-providers-apache-drill 2.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-drill 2.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-drill 2.3.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-drill 2.3.2 wheel package `_ (`asc `__, `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 038486d622f96..ce7bb43835821 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 `_ 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 `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 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 d09478d775a77..872574b2abb11 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) `__
and `WebHDFS `__.
-.. 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 13c00564ccc5f..aea34e4039eed 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 `_ 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 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
`1cb127b9fd `_ 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 ed2c49bfb5872..529d8998fcc90 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 `__
-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 `_
-* `The apache-airflow-providers-apache-hive 5.1.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 5.1.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 6.0.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 6.0.0 wheel package `_ (`asc `__, `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 932e15b3aa001..61e763a5adab1 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 `_ 2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator (#29206)``
+`c3867781e0 `_ 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 `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`47ebe99972 `_ 2023-02-22 ``Add Livy Operator with deferrable mode (#29047)``
`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`2b92c3c74d `_ 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 70d9a34a1e9bb..47449dd63ba78 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 `__
-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 `_
-* `The apache-airflow-providers-apache-livy 3.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 3.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 3.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 3.4.0 wheel package `_ (`asc `__, `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 c27df494c93e0..fc04027877b83 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 `_ 2023-03-22 ``Only restrict spark binary passed via extra (#30213)``
+`d9dea5ce17 `_ 2023-03-22 ``Validate host and schema for Spark JDBC Hook (#30223)``
+`b3259877fa `_ 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 `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`9358928815 `_ 2022-11-13 ``Remove custom spark home and custom binarires for spark (#27646)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 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 18fe4e16ef6e5..c4e7773c49194 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 `__
-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 949d6016906c0..35d5b69937174 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 `_ 2023-03-24 ``Ensure setup/teardown work on a previously decorated function (#30216)``
+`b8ab594130 `_ 2023-03-15 ``Remove "boilerplate" from all taskflow decorators (#30118)``
+`9a4f674852 `_ 2023-03-14 ``enhance spark_k8s_operator (#29977)``
+`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)``
+`1e81a98cc6 `_ 2023-03-07 ``Fix KubernetesPodOperator xcom push when 'get_logs=False' (#29052)``
+`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)``
+`6d2face107 `_ 2023-03-04 ``Fixed hanged KubernetesPodOperator (#28336)``
+================================================================================================= =========== ==========================================================================
+
5.2.2
.....
-Latest change: 2023-02-28
+Latest change: 2023-03-03
================================================================================================= =========== ===================================================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================================================
+`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`1e536eb43d `_ 2023-02-28 ``'KubernetesPodOperator._render_nested_template_fields' improved by changing the conditionals for a map (#29760)``
`dba390e323 `_ 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 e5e59fc10db01..a6577bf3db97a 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 `__
-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 fcad4daf853eb..e234f73c78f3d 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 `_ 2023-03-08 ``Add option to show output of 'SQLExecuteQueryOperator' in the log (#29954)``
+`95710e0cdd `_ 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 `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`19f1e7c27b `_ 2023-02-22 ``Do not process output when do_xcom_push=False (#29599)``
`0af6f20c5f `_ 2023-01-30 ``Make the S3-to-SQL system test self-contained (#29204)``
`129f0820cd `_ 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 3bf2e1299468d..52c449e891a06 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 `__
-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 77e6a84fed168..18f1ff82c6407 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 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)``
+`c405ecb63e `_ 2023-03-07 ``DatabricksSubmitRunOperator to support taskflow (#29840)``
+================================================================================================= =========== ============================================================
+
4.0.0
.....
@@ -36,6 +48,7 @@ Latest change: 2022-11-26
================================================================================================= =========== ==============================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`db5375bea7 `_ 2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 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 c11298b00c5d1..7655a19bfb625 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 `__
-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 `_
-* `The apache-airflow-providers-databricks 4.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-databricks 4.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 4.0.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 4.0.1 wheel package `_ (`asc `__, `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 8edfd67c93ccb..201932e4f112a 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 `_ 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 `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 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 72aa448133a1d..2a480e4aa7dbe 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 `__
-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 1bbca2f5a4c6c..ab976c22f22bf 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,6 +35,34 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-03-30 ``merge BigQueryTableExistenceAsyncSensor into BigQueryTableExistenceSensor (#30235)``
+`29eba167ea `_ 2023-03-22 ``Merge BigQueryTableExistencePartitionAsyncSensor into BigQueryTableExistencePartitionSensor (#30231)``
+`79a2fa7db9 `_ 2023-03-21 ``Merge GCSObjectExistenceAsyncSensor logic to GCSObjectExistenceSensor (#30014)``
+`af4627fec9 `_ 2023-03-20 ``fix setting project_id for gs to bq and bq to gs (#30053)``
+`75fd5e8c54 `_ 2023-03-16 ``Add missing 'poll_interval' in Bigquery operator (#30132)``
+`5a3be7256b `_ 2023-03-15 ``Handling project location param on async BigQuery dts trigger (#29786)``
+`a6715805c7 `_ 2023-03-14 ``Add poll_interval param in BigQueryInsertJobOperator (#30091)``
+`57fb80cff0 `_ 2023-03-14 ``Support CloudDataTransferServiceJobStatusSensor without specifying a project_id (#30035)``
+`def1f89e70 `_ 2023-03-10 ``Fix location on cloud build operators (#29937)``
+`599c587e26 `_ 2023-03-10 ``Add 'job_id' to 'BigQueryToGCSOperator' templated_fields (#30006)``
+`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)``
+`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)``
+`464ab1b7ca `_ 2023-03-05 ``Wait insert_job result in normal mode (#29925)``
+`f55b9576b1 `_ 2023-03-05 ``'GoogleDriveHook': Fixing log message + adding more verbose documentation (#29694)``
+`035ad26d79 `_ 2023-03-04 ``Add "BOOLEAN" to type_map of MSSQLToGCSOperator, fix incorrect bit->int type conversion by specifying BIT fields explicitly (#29902)``
+`5a632f78eb `_ 2023-03-04 ``Google Cloud Providers - Fix _MethodDefault deepcopy failure (#29518)``
+`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)``
+`864ff2e3ce `_ 2023-03-04 ``Remove unnecessary upper constraints from google provider (#29915)``
+================================================================================================= =========== ========================================================================================================================================
+
8.11.0
......
@@ -43,6 +71,7 @@ Latest change: 2023-03-03
================================================================================================= =========== ======================================================================================================
Commit Committed Subject
================================================================================================= =========== ======================================================================================================
+`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`3fc9461654 `_ 2023-03-03 ``Add 'CloudSQLCloneInstanceOperator' (#29726)``
`47ab0ca629 `_ 2023-03-03 ``Move help message to the google auth code (#29888)``
`972fca2253 `_ 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 a03ce3aa48e51..7439fcb3249cc 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 `__ (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 `_
-* `The apache-airflow-providers-google 8.11.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 8.11.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 8.12.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 8.12.0 wheel package `_ (`asc `__, `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 7ea1d36797150..43a49be6134d2 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 `_ 2023-03-16 ``Remove required validations in Hashicorp Vault conn form (#30138)``
+`14d9e90b3a `_ 2023-03-16 ``Improve creating Vault connection from the UI and add documentation for this conn (#30057)``
+`63d9266492 `_ 2023-03-14 ``remove unused key_id variable (#30055)``
+`d2f62d7cd5 `_ 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 `_ 2023-03-07 ``Prepare docs for hashicorp ad hoc RC2 release (#29942)``
`4fa91d7540 `_ 2023-03-04 ``Fix empty paths in Vault secrets backend (#29908)``
`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`dff425bc3d `_ 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 e71a2cf6e0684..662d6d03532dc 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 `__
-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 `_
-* `The apache-airflow-providers-hashicorp 3.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-hashicorp 3.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-hashicorp 3.3.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-hashicorp 3.3.1 wheel package `_ (`asc `__, `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 5ed46442fb41b..eb29edc6043f0 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 `_ 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 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
`47edfe9a22 `_ 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 cd19fe4780d98..974cfd1ce5a1e 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) `__
-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 5fceeda4eaf92..dbacd1a1301b8 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 `_ 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 `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`149a7ea3de `_ 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 b812fb8ba6ff9..52cb592e58de0 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 `__
-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 6b46984aaa7b2..38e8132b8bd2a 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 `_ 2023-03-29 ``Fix ADF job failure during deferral (#30248)``
+`c39097c07a `_ 2023-03-29 ``merge AzureDataFactoryPipelineRunStatusAsyncSensor to AzureDataFactoryPipelineRunStatusSensor (#30250)``
+`c99201afa2 `_ 2023-03-17 ``Add deferrable 'AzureDataFactoryRunPipelineOperator' (#30147)``
+`9a417a54ba `_ 2023-03-17 ``organize azure provider.yaml (#30155)``
+`a755c5e82b `_ 2023-03-15 ``Expose missing params in AzureSynapseHook API docs (#30099)``
+`2f25ba572e `_ 2023-03-13 ``Add deferrable 'AzureDataFactoryPipelineRunStatusSensor' (#29801)``
+`008f52444a `_ 2023-03-10 ``Fix AzureDataLakeStorageV2Hook 'account_url' with Active Directory authentication (#29980) (#29981)``
+`b6392ae5fd `_ 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 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
`ce28775397 `_ 2023-02-16 ``Handle deleting more than 256 blobs using 'WasbHook.delete_file()' (#29565)``
`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)``
`60d4bcd1d1 `_ 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 c70ebb2d8ca85..0c74f5e9b7417 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 `__
-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 `_
-* `The apache-airflow-providers-microsoft-azure 5.2.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-azure 5.2.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 5.3.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 5.3.0 wheel package `_ (`asc `__, `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 64dc7ca944b55..b925bdcdfabf6 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 `_ 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 3f8ca0061d782..31c402b91fe28 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 9aafd365d1d23..e0263ac70360b 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 `_ 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 `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
`fd000684d0 `_ 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 dbed15bb56da5..d8e2d6457d682 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) `__
-Release: 3.5.0
+Release: 3.6.0
Provider package
----------------
From 566cd51ed005f67eb86ebf205787821c2f1de528 Mon Sep 17 00:00:00 2001
From: Elad Kalif <45845474+eladkal@users.noreply.github.com>
Date: Sat, 1 Apr 2023 19:39:10 +0300
Subject: [PATCH 2/2] add google ads vendor in
---
airflow/providers/google/CHANGELOG.rst | 2 ++
docs/apache-airflow-providers-google/commits.rst | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index adb849bf89546..c2558db381b17 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -54,6 +54,8 @@ Misc
* ``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(!):
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index ab976c22f22bf..91f836a2e4435 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -38,11 +38,13 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-04-01 ``Switch to using vendored-in google ads. (#30410)``
+`2e65c70e99 `_ 2023-04-01 ``Merging of the google ads vendored-in code. (#30399)``
`540a076801 `_ 2023-03-30 ``merge BigQueryTableExistenceAsyncSensor into BigQueryTableExistenceSensor (#30235)``
`29eba167ea `_ 2023-03-22 ``Merge BigQueryTableExistencePartitionAsyncSensor into BigQueryTableExistencePartitionSensor (#30231)``
`79a2fa7db9 `_ 2023-03-21 ``Merge GCSObjectExistenceAsyncSensor logic to GCSObjectExistenceSensor (#30014)``