diff --git a/airflow/providers/airbyte/CHANGELOG.rst b/airflow/providers/airbyte/CHANGELOG.rst
index c0f3b884187fc..972d49750b66c 100644
--- a/airflow/providers/airbyte/CHANGELOG.rst
+++ b/airflow/providers/airbyte/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``'AirbyteHook' add cancel job option (#24593)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/airbyte/provider.yaml b/airflow/providers/airbyte/provider.yaml
index d65bdf88af6bd..94f6a2ccacd4d 100644
--- a/airflow/providers/airbyte/provider.yaml
+++ b/airflow/providers/airbyte/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Airbyte `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.4
- 2.1.3
diff --git a/airflow/providers/alibaba/CHANGELOG.rst b/airflow/providers/alibaba/CHANGELOG.rst
index 8883c34db3d2b..44a4c7dc54c99 100644
--- a/airflow/providers/alibaba/CHANGELOG.rst
+++ b/airflow/providers/alibaba/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+2.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
2.0.0
.....
diff --git a/airflow/providers/alibaba/provider.yaml b/airflow/providers/alibaba/provider.yaml
index d858e5ed57030..8cf3060566365 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.0.1
- 2.0.0
- 1.1.1
- 1.1.0
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 0c616d2ce4c0a..1a221c58870e2 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -24,6 +24,46 @@
Changelog
---------
+4.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add test_connection method to AWS hook (#24662)``
+* ``Add AWS operators to create and delete RDS Database (#24099)``
+* ``Add batch option to 'SqsSensor' (#24554)``
+* ``Add AWS Batch & AWS CloudWatch Extra Links (#24406)``
+* ``Refactoring EmrClusterLink and add for other AWS EMR Operators (#24294)``
+* ``Move all SQL classes to common-sql provider (#24836)``
+* ``Amazon appflow (#24057)``
+* ``Make extra_args in S3Hook immutable between calls (#24527)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Refactor and fix AWS secret manager invalid exception (#24898)``
+* ``fix: RedshiftDataHook and RdsHook not use cached connection (#24387)``
+* ``Fix links to sources for examples (#24386)``
+* ``Fix S3KeySensor. See #24321 (#24378)``
+* ``Fix: 'emr_conn_id' should be optional in 'EmrCreateJobFlowOperator' (#24306)``
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Convert RDS Event and Snapshot Sample DAGs to System Tests (#24932)``
+ * ``Convert Step Functions Example DAG to System Test (AIP-47) (#24643)``
+ * ``Update AWS Connection docs and deprecate some extras (#24670)``
+ * ``Remove 'xcom_push' flag from providers (#24823)``
+ * ``Align Black and blacken-docs configs (#24785)``
+ * ``Restore Optional value of script_location (#24754)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Use our yaml util in all providers (#24720)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+ * ``Convert SQS Sample DAG to System Test (#24513)``
+ * ``Convert Cloudformation Sample DAG to System Test (#24447)``
+ * ``Convert SNS Sample DAG to System Test (#24384)``
+
4.0.0
.....
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index 2311e37905646..451ca102068e9 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:
+ - 4.1.0
- 4.0.0
- 3.4.0
- 3.3.0
diff --git a/airflow/providers/apache/beam/.latest-doc-only-change.txt b/airflow/providers/apache/beam/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/apache/beam/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/beam/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/apache/drill/CHANGELOG.rst b/airflow/providers/apache/drill/CHANGELOG.rst
index 4885a2fe33a87..8df4b510288e8 100644
--- a/airflow/providers/apache/drill/CHANGELOG.rst
+++ b/airflow/providers/apache/drill/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+2.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
2.0.0
.....
diff --git a/airflow/providers/apache/drill/provider.yaml b/airflow/providers/apache/drill/provider.yaml
index 127455184ea3e..33235850b8515 100644
--- a/airflow/providers/apache/drill/provider.yaml
+++ b/airflow/providers/apache/drill/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Drill `__.
versions:
+ - 2.1.0
- 2.0.0
- 1.0.4
- 1.0.3
diff --git a/airflow/providers/apache/druid/CHANGELOG.rst b/airflow/providers/apache/druid/CHANGELOG.rst
index a2fb8fd335c34..120d683e841ec 100644
--- a/airflow/providers/apache/druid/CHANGELOG.rst
+++ b/airflow/providers/apache/druid/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/apache/druid/provider.yaml b/airflow/providers/apache/druid/provider.yaml
index 0139af4292c19..038ae7fc23380 100644
--- a/airflow/providers/apache/druid/provider.yaml
+++ b/airflow/providers/apache/druid/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Druid `__.
versions:
+ - 3.1.0
- 3.0.0
- 2.3.3
- 2.3.2
diff --git a/airflow/providers/apache/hdfs/CHANGELOG.rst b/airflow/providers/apache/hdfs/CHANGELOG.rst
index 1e22b689b5da9..6993de7de3d76 100644
--- a/airflow/providers/apache/hdfs/CHANGELOG.rst
+++ b/airflow/providers/apache/hdfs/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``'WebHDFSHook' Bugfix/optional port (#24550)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/apache/hdfs/provider.yaml b/airflow/providers/apache/hdfs/provider.yaml
index e7e2f65851084..04f3561c0ccce 100644
--- a/airflow/providers/apache/hdfs/provider.yaml
+++ b/airflow/providers/apache/hdfs/provider.yaml
@@ -23,6 +23,7 @@ description: |
and `WebHDFS `__.
versions:
+ - 3.0.1
- 3.0.0
- 2.2.3
- 2.2.2
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst
index 1b82f22b99512..7463edeae8645 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -24,6 +24,24 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix connection extra parameter 'auth_mechanism' in 'HiveMetastoreHook' and 'HiveServer2Hook' (#24713)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml
index 285393bc82b78..d59d08f3c7a4d 100644
--- a/airflow/providers/apache/hive/provider.yaml
+++ b/airflow/providers/apache/hive/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Hive `__
versions:
+ - 3.1.0
- 3.0.0
- 2.3.3
- 2.3.2
diff --git a/airflow/providers/apache/kylin/.latest-doc-only-change.txt b/airflow/providers/apache/kylin/.latest-doc-only-change.txt
index 28124098645cf..c2a8df519fd54 100644
--- a/airflow/providers/apache/kylin/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/kylin/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+96b01a8012d164df7c24c460149d3b79ecad3901
diff --git a/airflow/providers/apache/livy/.latest-doc-only-change.txt b/airflow/providers/apache/livy/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/apache/livy/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/livy/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/apache/pig/.latest-doc-only-change.txt b/airflow/providers/apache/pig/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/apache/pig/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/apache/pinot/CHANGELOG.rst b/airflow/providers/apache/pinot/CHANGELOG.rst
index 63a2c3e337635..f2d6a48a42d76 100644
--- a/airflow/providers/apache/pinot/CHANGELOG.rst
+++ b/airflow/providers/apache/pinot/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+
3.0.0
.....
diff --git a/airflow/providers/apache/pinot/provider.yaml b/airflow/providers/apache/pinot/provider.yaml
index d2f1f0e8508d8..573d682a3af95 100644
--- a/airflow/providers/apache/pinot/provider.yaml
+++ b/airflow/providers/apache/pinot/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Pinot `__
versions:
+ - 3.1.0
- 3.0.0
- 2.0.4
- 2.0.3
diff --git a/airflow/providers/apache/spark/.latest-doc-only-change.txt b/airflow/providers/apache/spark/.latest-doc-only-change.txt
index cda183acd3b04..ae5059b01647d 100644
--- a/airflow/providers/apache/spark/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/spark/.latest-doc-only-change.txt
@@ -1 +1 @@
-cb73053211367e2c2dd76d5279cdc7dc7b190124
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/apache/sqoop/.latest-doc-only-change.txt b/airflow/providers/apache/sqoop/.latest-doc-only-change.txt
index e7c3c940c9c77..ae5059b01647d 100644
--- a/airflow/providers/apache/sqoop/.latest-doc-only-change.txt
+++ b/airflow/providers/apache/sqoop/.latest-doc-only-change.txt
@@ -1 +1 @@
-602abe8394fafe7de54df7e73af56de848cdf617
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/arangodb/.latest-doc-only-change.txt b/airflow/providers/arangodb/.latest-doc-only-change.txt
new file mode 100644
index 0000000000000..ae5059b01647d
--- /dev/null
+++ b/airflow/providers/arangodb/.latest-doc-only-change.txt
@@ -0,0 +1 @@
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/asana/CHANGELOG.rst b/airflow/providers/asana/CHANGELOG.rst
index 7b6a7b10d3699..2528f2d6301e5 100644
--- a/airflow/providers/asana/CHANGELOG.rst
+++ b/airflow/providers/asana/CHANGELOG.rst
@@ -23,6 +23,20 @@
Changelog
---------
+2.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
2.0.0
.....
diff --git a/airflow/providers/asana/provider.yaml b/airflow/providers/asana/provider.yaml
index 87ebb3218ff0e..96f94715a68be 100644
--- a/airflow/providers/asana/provider.yaml
+++ b/airflow/providers/asana/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Asana `__
versions:
+ - 2.0.1
- 2.0.0
- 1.1.3
- 1.1.2
diff --git a/airflow/providers/celery/.latest-doc-only-change.txt b/airflow/providers/celery/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/celery/.latest-doc-only-change.txt
+++ b/airflow/providers/celery/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/cloudant/.latest-doc-only-change.txt b/airflow/providers/cloudant/.latest-doc-only-change.txt
index ab24993f57139..ae5059b01647d 100644
--- a/airflow/providers/cloudant/.latest-doc-only-change.txt
+++ b/airflow/providers/cloudant/.latest-doc-only-change.txt
@@ -1 +1 @@
-8b6b0848a3cacf9999477d6af4d2a87463f03026
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 4935822e3f99f..881086a5421f0 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,31 @@
Changelog
---------
+4.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add 'airflow_kpo_in_cluster' label to KPO pods (#24658)``
+* ``Use found pod for deletion in KubernetesPodOperator (#22092)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Revert "Fix await_container_completion condition (#23883)" (#24474)``
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Only assert stuff for mypy when type checking (#24937)``
+ * ``Remove 'xcom_push' flag from providers (#24823)``
+ * ``More typing and minor refactor for kubernetes (#24719)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Use our yaml util in all providers (#24720)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+ * ``Rename 'resources' arg in Kub op to k8s_resources (#24673)``
+
4.1.0
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index ece009bac03fa..9a842a1d26685 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Kubernetes `__
versions:
+ - 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst
index 43cc05bc72415..1545c76542fdd 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -24,6 +24,28 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Added databricks_conn_id as templated field (#24945)``
+* ``Add 'test_connection' method to Databricks hook (#24617)``
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Automatically detect if non-lazy logging interpolation is used (#24910)``
+ * ``Remove "bad characters" from our codebase (#24841)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/databricks/provider.yaml b/airflow/providers/databricks/provider.yaml
index b0d4d44bc4f8b..a65267fd2ffde 100644
--- a/airflow/providers/databricks/provider.yaml
+++ b/airflow/providers/databricks/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Databricks `__
versions:
+ - 3.1.0
- 3.0.0
- 2.7.0
- 2.6.0
diff --git a/airflow/providers/datadog/.latest-doc-only-change.txt b/airflow/providers/datadog/.latest-doc-only-change.txt
index ab24993f57139..c2a8df519fd54 100644
--- a/airflow/providers/datadog/.latest-doc-only-change.txt
+++ b/airflow/providers/datadog/.latest-doc-only-change.txt
@@ -1 +1 @@
-8b6b0848a3cacf9999477d6af4d2a87463f03026
+96b01a8012d164df7c24c460149d3b79ecad3901
diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst b/airflow/providers/dbt/cloud/CHANGELOG.rst
index f33f2098aab3f..8b082577f2f08 100644
--- a/airflow/providers/dbt/cloud/CHANGELOG.rst
+++ b/airflow/providers/dbt/cloud/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+2.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
2.0.0
.....
diff --git a/airflow/providers/dbt/cloud/provider.yaml b/airflow/providers/dbt/cloud/provider.yaml
index c61a47f02637b..83089931f6506 100644
--- a/airflow/providers/dbt/cloud/provider.yaml
+++ b/airflow/providers/dbt/cloud/provider.yaml
@@ -22,6 +22,7 @@ description: |
`dbt Cloud `__
versions:
+ - 2.0.1
- 2.0.0
- 1.0.2
- 1.0.1
diff --git a/airflow/providers/dingding/.latest-doc-only-change.txt b/airflow/providers/dingding/.latest-doc-only-change.txt
index 029fd1fd22aec..ae5059b01647d 100644
--- a/airflow/providers/dingding/.latest-doc-only-change.txt
+++ b/airflow/providers/dingding/.latest-doc-only-change.txt
@@ -1 +1 @@
-2d109401b3566aef613501691d18cf7e4c776cd2
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/discord/.latest-doc-only-change.txt b/airflow/providers/discord/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/discord/.latest-doc-only-change.txt
+++ b/airflow/providers/discord/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index ca3fe6b9d2e6f..144e212604d29 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -24,6 +24,25 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Force-remove container after DockerOperator execution (#23160)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``'DockerOperator' fix cli.logs giving character array instead of string (#24726)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+ * ``Clean up task decorator type hints and docstrings (#24667)``
+
3.0.0
.....
diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml
index dad45248363b8..e8335efe4f945 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Docker `__
versions:
+ - 3.1.0
- 3.0.0
- 2.7.0
- 2.6.0
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index ec5b7e9c47de8..0a85c171a92f7 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -24,6 +24,26 @@
Changelog
---------
+4.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Adding ElasticserachPythonHook - ES Hook With The Python Client (#24895)``
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Move fallible ti.task.dag assignment back inside try/except block (#24533) (#24592)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Only assert stuff for mypy when type checking (#24937)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
4.0.0
.....
diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml
index 25ef669963d52..c83d3d4a0a081 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Elasticsearch `__
versions:
+ - 4.1.0
- 4.0.0
- 3.0.3
- 3.0.2
diff --git a/airflow/providers/exasol/CHANGELOG.rst b/airflow/providers/exasol/CHANGELOG.rst
index ef72961f77391..11f973b64cc4c 100644
--- a/airflow/providers/exasol/CHANGELOG.rst
+++ b/airflow/providers/exasol/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/exasol/provider.yaml b/airflow/providers/exasol/provider.yaml
index da8479d95911c..e360eb787c3f9 100644
--- a/airflow/providers/exasol/provider.yaml
+++ b/airflow/providers/exasol/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Exasol `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/facebook/CHANGELOG.rst b/airflow/providers/facebook/CHANGELOG.rst
index c2efc7e35b19b..5bf29ea94a9ea 100644
--- a/airflow/providers/facebook/CHANGELOG.rst
+++ b/airflow/providers/facebook/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/facebook/provider.yaml b/airflow/providers/facebook/provider.yaml
index 94f78b63f97fe..8d18a2869f69f 100644
--- a/airflow/providers/facebook/provider.yaml
+++ b/airflow/providers/facebook/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Facebook Ads `__
versions:
+ - 3.0.1
- 3.0.0
- 2.2.3
- 2.2.2
diff --git a/airflow/providers/ftp/CHANGELOG.rst b/airflow/providers/ftp/CHANGELOG.rst
index e6c3e5d22ede9..a859504d51342 100644
--- a/airflow/providers/ftp/CHANGELOG.rst
+++ b/airflow/providers/ftp/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add blocksize arg for ftp hook (#24860)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/ftp/provider.yaml b/airflow/providers/ftp/provider.yaml
index 57f5a20ef3ee2..6eafe4b7f2730 100644
--- a/airflow/providers/ftp/provider.yaml
+++ b/airflow/providers/ftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`File Transfer Protocol (FTP) `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.2
- 2.1.1
diff --git a/airflow/providers/github/CHANGELOG.rst b/airflow/providers/github/CHANGELOG.rst
index 9a13a80bc9f84..2f24eae1a02f6 100644
--- a/airflow/providers/github/CHANGELOG.rst
+++ b/airflow/providers/github/CHANGELOG.rst
@@ -19,6 +19,19 @@
Changelog
+2.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add test connection functionality to 'GithubHook' (#24903)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Only assert stuff for mypy when type checking (#24937)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+
2.0.0
.....
diff --git a/airflow/providers/github/provider.yaml b/airflow/providers/github/provider.yaml
index a1e40b1cd8f5e..10f5f2188c433 100644
--- a/airflow/providers/github/provider.yaml
+++ b/airflow/providers/github/provider.yaml
@@ -27,6 +27,7 @@ dependencies:
- pygithub
versions:
+ - 2.1.0
- 2.0.0
- 1.0.3
- 1.0.2
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index fb238662928af..8ae20dc50457f 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,55 @@
Changelog
---------
+8.2.0
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+
+Features
+~~~~~~~~
+
+* ``PubSub assets & system tests migration (AIP-47) (#24867)``
+* ``Add handling state of existing Dataproc batch (#24924)``
+* ``Add links for Google Kubernetes Engine operators (#24786)``
+* ``Add test_connection method to 'GoogleBaseHook' (#24682)``
+* ``Add gcp_conn_id argument to GoogleDriveToLocalOperator (#24622)``
+* ``Add DeprecationWarning for column_transformations parameter in AutoML (#24467)``
+* ``Modify BigQueryCreateExternalTableOperator to use updated hook function (#24363)``
+* ``Move all SQL classes to common-sql provider (#24836)``
+* ``Datacatalog assets & system tests migration (AIP-47) (#24600)``
+* ``Upgrade FAB to 4.1.1 (#24399)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``GCSDeleteObjectsOperator empty prefix bug fix (#24353)``
+* ``perf(BigQuery): pass table_id as str type (#23141)``
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Migrate Google sheets example to new design AIP-47 (#24975)``
+ * ``Migrate Google ads example to new design AIP-47 (#24941)``
+ * ``Migrate Google example gcs_to_gdrive to new design AIP-47 (#24949)``
+ * ``Migrate Google firestore example to new design AIP-47 (#24830)``
+ * ``Automatically detect if non-lazy logging interpolation is used (#24910)``
+ * ``Migrate Google example sql_to_sheets to new design AIP-47 (#24814)``
+ * ``Remove "bad characters" from our codebase (#24841)``
+ * ``Migrate Google example DAG mssql_to_gcs to new design AIP-47 (#24541)``
+ * ``Align Black and blacken-docs configs (#24785)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Use our yaml util in all providers (#24720)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+ * ``Migrate Google example DAG s3_to_gcs to new design AIP-47 (#24641)``
+ * ``Migrate Google example DAG bigquery_transfer to new design AIP-47 (#24543)``
+ * ``Migrate Google example DAG oracle_to_gcs to new design AIP-47 (#24542)``
+ * ``Migrate Google example DAG mysql_to_gcs to new design AIP-47 (#24540)``
+ * ``Migrate Google search_ads DAG to new design AIP-47 (#24298)``
+ * ``Migrate Google gcs_to_sheets DAG to new design AIP-47 (#24501)``
+
8.1.0
.....
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index 4805f08641c76..dc50c3c94b44f 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.2.0
- 8.1.0
- 8.0.0
- 7.0.0
diff --git a/airflow/providers/grpc/.latest-doc-only-change.txt b/airflow/providers/grpc/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/grpc/.latest-doc-only-change.txt
+++ b/airflow/providers/grpc/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/hashicorp/CHANGELOG.rst b/airflow/providers/hashicorp/CHANGELOG.rst
index 73cc6717e3c0c..53e28ae2259b6 100644
--- a/airflow/providers/hashicorp/CHANGELOG.rst
+++ b/airflow/providers/hashicorp/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/hashicorp/provider.yaml b/airflow/providers/hashicorp/provider.yaml
index e811fe98abf68..468b1b9ee2173 100644
--- a/airflow/providers/hashicorp/provider.yaml
+++ b/airflow/providers/hashicorp/provider.yaml
@@ -22,6 +22,7 @@ description: |
Hashicorp including `Hashicorp Vault `__
versions:
+ - 3.0.1
- 3.0.0
- 2.2.0
- 2.1.4
diff --git a/airflow/providers/http/CHANGELOG.rst b/airflow/providers/http/CHANGELOG.rst
index a784cb73ed74c..41d18f8823f3c 100644
--- a/airflow/providers/http/CHANGELOG.rst
+++ b/airflow/providers/http/CHANGELOG.rst
@@ -24,6 +24,9 @@
Changelog
---------
+4.0.0
+.....
+
Breaking changes
~~~~~~~~~~~~~~~~
@@ -34,6 +37,16 @@ TCP_KEEPALIVE prevents some firewalls from closing a long-running connection tha
inactivity by sending empty TCP packets periodically. This has a very small impact on network traffic,
and potentially prevents the idle/hanging connections from being closed automatically by the firewalls.
+* ``Add TCP_KEEPALIVE option to http provider (#24967)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``fix document about response_check in HttpSensor (#24708)``
+ * ``Fix HttpHook.run_with_advanced_retry document error (#24380)``
+ * ``Remove 'xcom_push' flag from providers (#24823)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/http/provider.yaml b/airflow/providers/http/provider.yaml
index bf1b8a5b18c87..4c1fe51ec55ca 100644
--- a/airflow/providers/http/provider.yaml
+++ b/airflow/providers/http/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Hypertext Transfer Protocol (HTTP) `__
versions:
+ - 4.0.0
- 3.0.0
- 2.1.2
- 2.1.1
diff --git a/airflow/providers/imap/.latest-doc-only-change.txt b/airflow/providers/imap/.latest-doc-only-change.txt
index 7c8d093986bf5..ae5059b01647d 100644
--- a/airflow/providers/imap/.latest-doc-only-change.txt
+++ b/airflow/providers/imap/.latest-doc-only-change.txt
@@ -1 +1 @@
-5b2fe0e74013cd08d1f76f5c115f2c8f990ff9bc
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/influxdb/.latest-doc-only-change.txt b/airflow/providers/influxdb/.latest-doc-only-change.txt
index 029fd1fd22aec..ae5059b01647d 100644
--- a/airflow/providers/influxdb/.latest-doc-only-change.txt
+++ b/airflow/providers/influxdb/.latest-doc-only-change.txt
@@ -1 +1 @@
-2d109401b3566aef613501691d18cf7e4c776cd2
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/jdbc/CHANGELOG.rst b/airflow/providers/jdbc/CHANGELOG.rst
index c354b21f9f760..02f6472526690 100644
--- a/airflow/providers/jdbc/CHANGELOG.rst
+++ b/airflow/providers/jdbc/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/jdbc/provider.yaml b/airflow/providers/jdbc/provider.yaml
index 958a7e65e5e2d..e030df4c0e5fb 100644
--- a/airflow/providers/jdbc/provider.yaml
+++ b/airflow/providers/jdbc/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Java Database Connectivity (JDBC) `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/jenkins/.latest-doc-only-change.txt b/airflow/providers/jenkins/.latest-doc-only-change.txt
index ab24993f57139..ae5059b01647d 100644
--- a/airflow/providers/jenkins/.latest-doc-only-change.txt
+++ b/airflow/providers/jenkins/.latest-doc-only-change.txt
@@ -1 +1 @@
-8b6b0848a3cacf9999477d6af4d2a87463f03026
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/jira/CHANGELOG.rst b/airflow/providers/jira/CHANGELOG.rst
index 48bdd5877b21d..543766df7fcb9 100644
--- a/airflow/providers/jira/CHANGELOG.rst
+++ b/airflow/providers/jira/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix the error caused by passing unused context in JiraSensor.poke (#23352)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/jira/provider.yaml b/airflow/providers/jira/provider.yaml
index d56d971ffdc0d..6325d01e0afb5 100644
--- a/airflow/providers/jira/provider.yaml
+++ b/airflow/providers/jira/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Atlassian Jira `__
versions:
+ - 3.0.1
- 3.0.0
- 2.0.5
- 2.0.4
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 909ccaba21260..4c08ee0a31ec3 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -24,6 +24,28 @@
Changelog
---------
+4.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add 'test_connection' method to AzureCosmosDBHook (#25018)``
+* ``Add test_connection method to AzureFileShareHook (#24843)``
+* ``Add test_connection method to Azure WasbHook (#24771)``
+* ``Implement Azure service bus subscription Operators (#24625)``
+* ``Implement Azure Service Bus Queue Operators (#24038)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
4.0.0
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml
index 101bbd9a2f3d2..20efa599005e3 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:
+ - 4.1.0
- 4.0.0
- 3.9.0
- 3.8.0
diff --git a/airflow/providers/microsoft/mssql/CHANGELOG.rst b/airflow/providers/microsoft/mssql/CHANGELOG.rst
index 2d99414e35f9c..02b8d4bfc3dfc 100644
--- a/airflow/providers/microsoft/mssql/CHANGELOG.rst
+++ b/airflow/providers/microsoft/mssql/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/microsoft/mssql/provider.yaml b/airflow/providers/microsoft/mssql/provider.yaml
index 9f3a35daaf175..f21dfe068697f 100644
--- a/airflow/providers/microsoft/mssql/provider.yaml
+++ b/airflow/providers/microsoft/mssql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Microsoft SQL Server (MSSQL) `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt b/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt
index 570fad6daee29..ae5059b01647d 100644
--- a/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt
@@ -1 +1 @@
-97496ba2b41063fa24393c58c5c648a0cdb5a7f8
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
index ab24993f57139..ae5059b01647d 100644
--- a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
+++ b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt
@@ -1 +1 @@
-8b6b0848a3cacf9999477d6af4d2a87463f03026
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/mongo/.latest-doc-only-change.txt b/airflow/providers/mongo/.latest-doc-only-change.txt
index 029fd1fd22aec..ae5059b01647d 100644
--- a/airflow/providers/mongo/.latest-doc-only-change.txt
+++ b/airflow/providers/mongo/.latest-doc-only-change.txt
@@ -1 +1 @@
-2d109401b3566aef613501691d18cf7e4c776cd2
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst
index 0f78898b51d7e..dfe22c5a86d2c 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -27,6 +27,25 @@ used with MySQL server 5.6.4 through 5.7.
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Close the MySQL connections once operations are done. (#24508)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/mysql/provider.yaml b/airflow/providers/mysql/provider.yaml
index 7947686519a37..9e3fcff8a624e 100644
--- a/airflow/providers/mysql/provider.yaml
+++ b/airflow/providers/mysql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`MySQL `__
versions:
+ - 3.1.0
- 3.0.0
- 2.2.3
- 2.2.2
diff --git a/airflow/providers/neo4j/.latest-doc-only-change.txt b/airflow/providers/neo4j/.latest-doc-only-change.txt
index 029fd1fd22aec..ae5059b01647d 100644
--- a/airflow/providers/neo4j/.latest-doc-only-change.txt
+++ b/airflow/providers/neo4j/.latest-doc-only-change.txt
@@ -1 +1 @@
-2d109401b3566aef613501691d18cf7e4c776cd2
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/odbc/CHANGELOG.rst b/airflow/providers/odbc/CHANGELOG.rst
index 73da363c34ff8..6ca1dff7ac71d 100644
--- a/airflow/providers/odbc/CHANGELOG.rst
+++ b/airflow/providers/odbc/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/odbc/provider.yaml b/airflow/providers/odbc/provider.yaml
index 18e980038bd72..5fbd799cc9ac8 100644
--- a/airflow/providers/odbc/provider.yaml
+++ b/airflow/providers/odbc/provider.yaml
@@ -22,6 +22,7 @@ description: |
`ODBC `__
versions:
+ - 3.1.0
- 3.0.0
- 2.0.4
- 2.0.3
diff --git a/airflow/providers/openfaas/.latest-doc-only-change.txt b/airflow/providers/openfaas/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/openfaas/.latest-doc-only-change.txt
+++ b/airflow/providers/openfaas/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/opsgenie/.latest-doc-only-change.txt b/airflow/providers/opsgenie/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/opsgenie/.latest-doc-only-change.txt
+++ b/airflow/providers/opsgenie/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/oracle/CHANGELOG.rst b/airflow/providers/oracle/CHANGELOG.rst
index 877faea48a734..8ff885ffff08e 100644
--- a/airflow/providers/oracle/CHANGELOG.rst
+++ b/airflow/providers/oracle/CHANGELOG.rst
@@ -24,6 +24,21 @@
Changelog
---------
+3.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Align Black and blacken-docs configs (#24785)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.1.0
.....
diff --git a/airflow/providers/oracle/provider.yaml b/airflow/providers/oracle/provider.yaml
index 135e04c43e768..3823999f8c78d 100644
--- a/airflow/providers/oracle/provider.yaml
+++ b/airflow/providers/oracle/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Oracle `__
versions:
+ - 3.2.0
- 3.1.0
- 3.0.0
- 2.2.3
diff --git a/airflow/providers/pagerduty/.latest-doc-only-change.txt b/airflow/providers/pagerduty/.latest-doc-only-change.txt
index 28124098645cf..c2a8df519fd54 100644
--- a/airflow/providers/pagerduty/.latest-doc-only-change.txt
+++ b/airflow/providers/pagerduty/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+96b01a8012d164df7c24c460149d3b79ecad3901
diff --git a/airflow/providers/papermill/.latest-doc-only-change.txt b/airflow/providers/papermill/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/papermill/.latest-doc-only-change.txt
+++ b/airflow/providers/papermill/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/plexus/.latest-doc-only-change.txt b/airflow/providers/plexus/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/plexus/.latest-doc-only-change.txt
+++ b/airflow/providers/plexus/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst
index 12c52f917785c..fdd1d4c21a170 100644
--- a/airflow/providers/postgres/CHANGELOG.rst
+++ b/airflow/providers/postgres/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+5.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
5.0.0
.....
diff --git a/airflow/providers/postgres/provider.yaml b/airflow/providers/postgres/provider.yaml
index 8f81558f470cd..2a240ac1c90cd 100644
--- a/airflow/providers/postgres/provider.yaml
+++ b/airflow/providers/postgres/provider.yaml
@@ -22,6 +22,7 @@ description: |
`PostgreSQL `__
versions:
+ - 5.1.0
- 5.0.0
- 4.1.0
- 4.0.1
diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst
index b1aa9a3fba91e..46bf396dd7f09 100644
--- a/airflow/providers/presto/CHANGELOG.rst
+++ b/airflow/providers/presto/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Adding generic 'SqlToSlackOperator' (#24663)``
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml
index dd665140ee0f4..3294f1cc75737 100644
--- a/airflow/providers/presto/provider.yaml
+++ b/airflow/providers/presto/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Presto `__
versions:
+ - 3.1.0
- 3.0.0
- 2.2.1
- 2.2.0
diff --git a/airflow/providers/qubole/CHANGELOG.rst b/airflow/providers/qubole/CHANGELOG.rst
index bd7adc08a9a61..a4aeadfb8d98c 100644
--- a/airflow/providers/qubole/CHANGELOG.rst
+++ b/airflow/providers/qubole/CHANGELOG.rst
@@ -24,6 +24,21 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove "bad characters" from our codebase (#24841)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/qubole/provider.yaml b/airflow/providers/qubole/provider.yaml
index a35168931345d..9b854da308c43 100644
--- a/airflow/providers/qubole/provider.yaml
+++ b/airflow/providers/qubole/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Qubole `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/redis/.latest-doc-only-change.txt b/airflow/providers/redis/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/redis/.latest-doc-only-change.txt
+++ b/airflow/providers/redis/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/salesforce/CHANGELOG.rst b/airflow/providers/salesforce/CHANGELOG.rst
index 7e7c22dcb5e6e..b7f442143e02b 100644
--- a/airflow/providers/salesforce/CHANGELOG.rst
+++ b/airflow/providers/salesforce/CHANGELOG.rst
@@ -35,6 +35,23 @@ Breaking changes
.. warning:: Due to tableau extra removal, ``pip install apache-airflow-providers-salesforce[tableau]``
will not work. You can install Tableau provider directly via ``pip install apache-airflow-providers-tableau``.
+Features
+~~~~~~~~
+
+* ``Add support for Salesforce bulk api (#24473)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Correct parameter typing in 'SalesforceBulkOperator' (#24927)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
+
4.0.0
.....
diff --git a/airflow/providers/salesforce/provider.yaml b/airflow/providers/salesforce/provider.yaml
index 69f33f8a24474..a75a5386821f2 100644
--- a/airflow/providers/salesforce/provider.yaml
+++ b/airflow/providers/salesforce/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Salesforce `__
versions:
+ - 5.0.0
- 4.0.0
- 3.4.4
- 3.4.3
diff --git a/airflow/providers/samba/.latest-doc-only-change.txt b/airflow/providers/samba/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/samba/.latest-doc-only-change.txt
+++ b/airflow/providers/samba/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/segment/.latest-doc-only-change.txt b/airflow/providers/segment/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/segment/.latest-doc-only-change.txt
+++ b/airflow/providers/segment/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/sendgrid/.latest-doc-only-change.txt b/airflow/providers/sendgrid/.latest-doc-only-change.txt
index e7e8156d80b9e..ae5059b01647d 100644
--- a/airflow/providers/sendgrid/.latest-doc-only-change.txt
+++ b/airflow/providers/sendgrid/.latest-doc-only-change.txt
@@ -1 +1 @@
-b916b7507921129dc48d6add1bdc4b923b60c9b9
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index 8d2f826d9c596..c0f6aaf17f40a 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -24,6 +24,22 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Convert sftp hook to use paramiko instead of pysftp (#24512)``
+* ``Update 'actual_file_to_check' with rendered 'path' (#24451)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Automatically detect if non-lazy logging interpolation is used (#24910)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml
index 3f6b9fdc29381..ed56c59c0a7ec 100644
--- a/airflow/providers/sftp/provider.yaml
+++ b/airflow/providers/sftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) `__
versions:
+ - 3.1.0
- 3.0.0
- 2.6.0
- 2.5.2
diff --git a/airflow/providers/singularity/.latest-doc-only-change.txt b/airflow/providers/singularity/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/singularity/.latest-doc-only-change.txt
+++ b/airflow/providers/singularity/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst
index bd378bb241204..6bfb86c6fdce1 100644
--- a/airflow/providers/slack/CHANGELOG.rst
+++ b/airflow/providers/slack/CHANGELOG.rst
@@ -24,6 +24,21 @@
Changelog
---------
+5.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+* ``Adding generic 'SqlToSlackOperator' (#24663)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Update docstring in 'SqlToSlackOperator' (#24759)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
5.0.0
.....
diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml
index 57ff668b08f7e..e77d06f55e57c 100644
--- a/airflow/providers/slack/provider.yaml
+++ b/airflow/providers/slack/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Slack `__
versions:
+ - 5.1.0
- 5.0.0
- 4.2.3
- 4.2.2
diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst
index 3e2cf82835dcd..65e7d7e4631e1 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -24,6 +24,26 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Adding generic 'SqlToSlackOperator' (#24663)``
+* ``Move all SQL classes to common-sql provider (#24836)``
+* ``Pattern parameter in S3ToSnowflakeOperator (#24571)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``S3ToSnowflakeOperator: escape single quote in s3_keys (#24607)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/snowflake/provider.yaml b/airflow/providers/snowflake/provider.yaml
index f097795685507..6ce66b1c66579 100644
--- a/airflow/providers/snowflake/provider.yaml
+++ b/airflow/providers/snowflake/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Snowflake `__
versions:
+ - 3.1.0
- 3.0.0
- 2.7.0
- 2.6.0
diff --git a/airflow/providers/sqlite/CHANGELOG.rst b/airflow/providers/sqlite/CHANGELOG.rst
index 31dbff60a4f96..4423e433cdc54 100644
--- a/airflow/providers/sqlite/CHANGELOG.rst
+++ b/airflow/providers/sqlite/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/sqlite/provider.yaml b/airflow/providers/sqlite/provider.yaml
index d69853378d351..063d9fd835c7b 100644
--- a/airflow/providers/sqlite/provider.yaml
+++ b/airflow/providers/sqlite/provider.yaml
@@ -22,6 +22,7 @@ description: |
`SQLite `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst
index fb8c546605106..0728a11e565da 100644
--- a/airflow/providers/ssh/CHANGELOG.rst
+++ b/airflow/providers/ssh/CHANGELOG.rst
@@ -24,6 +24,25 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Less verbose logging in ssh operator (#24915)``
+* ``Convert sftp hook to use paramiko instead of pysftp (#24512)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Update providers to use functools compat for ''cached_property'' (#24582)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/ssh/provider.yaml b/airflow/providers/ssh/provider.yaml
index dafbd2e636ba9..071000e814fa5 100644
--- a/airflow/providers/ssh/provider.yaml
+++ b/airflow/providers/ssh/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Secure Shell (SSH) `__
versions:
+ - 3.1.0
- 3.0.0
- 2.4.4
- 2.4.3
diff --git a/airflow/providers/tableau/CHANGELOG.rst b/airflow/providers/tableau/CHANGELOG.rst
index c1ba2c46de2dd..2447576f00c1e 100644
--- a/airflow/providers/tableau/CHANGELOG.rst
+++ b/airflow/providers/tableau/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+3.0.1
+.....
+
+Bug fixes
+~~~~~~~~~
+
+* ``Remove Tableau from Salesforce provider (#23747)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove "bad characters" from our codebase (#24841)``
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/tableau/provider.yaml b/airflow/providers/tableau/provider.yaml
index f001e55c26472..75e2fbe9248e9 100644
--- a/airflow/providers/tableau/provider.yaml
+++ b/airflow/providers/tableau/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Tableau `__
versions:
+ - 3.0.1
- 3.0.0
- 2.1.8
- 2.1.7
diff --git a/airflow/providers/telegram/.latest-doc-only-change.txt b/airflow/providers/telegram/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/telegram/.latest-doc-only-change.txt
+++ b/airflow/providers/telegram/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst
index 01ea7c35d9a1d..bfbe975e68860 100644
--- a/airflow/providers/trino/CHANGELOG.rst
+++ b/airflow/providers/trino/CHANGELOG.rst
@@ -24,6 +24,22 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+* ``Add test_connection method to Trino hook (#24583)``
+* ``Add 'on_kill()' to kill Trino query if the task is killed (#24559)``
+* ``Add TrinoOperator (#24415)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml
index 3195e764b0db2..be5b67d77e544 100644
--- a/airflow/providers/trino/provider.yaml
+++ b/airflow/providers/trino/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Trino `__
versions:
+ - 3.1.0
- 3.0.0
- 2.3.0
- 2.2.0
diff --git a/airflow/providers/vertica/CHANGELOG.rst b/airflow/providers/vertica/CHANGELOG.rst
index c0311c68e54ed..7118be8fbfe83 100644
--- a/airflow/providers/vertica/CHANGELOG.rst
+++ b/airflow/providers/vertica/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+3.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Move all SQL classes to common-sql provider (#24836)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Move provider dependencies to inside provider folders (#24672)``
+ * ``Remove 'hook-class-names' from provider.yaml (#24702)``
+
3.0.0
.....
diff --git a/airflow/providers/vertica/provider.yaml b/airflow/providers/vertica/provider.yaml
index 62a8921780bf7..684cb053cd95f 100644
--- a/airflow/providers/vertica/provider.yaml
+++ b/airflow/providers/vertica/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Vertica `__
versions:
+ - 3.1.0
- 3.0.0
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/yandex/.latest-doc-only-change.txt b/airflow/providers/yandex/.latest-doc-only-change.txt
index 28124098645cf..ae5059b01647d 100644
--- a/airflow/providers/yandex/.latest-doc-only-change.txt
+++ b/airflow/providers/yandex/.latest-doc-only-change.txt
@@ -1 +1 @@
-6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/airflow/providers/zendesk/.latest-doc-only-change.txt b/airflow/providers/zendesk/.latest-doc-only-change.txt
index e7c3c940c9c77..ae5059b01647d 100644
--- a/airflow/providers/zendesk/.latest-doc-only-change.txt
+++ b/airflow/providers/zendesk/.latest-doc-only-change.txt
@@ -1 +1 @@
-602abe8394fafe7de54df7e73af56de848cdf617
+0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
diff --git a/docs/apache-airflow-providers-airbyte/commits.rst b/docs/apache-airflow-providers-airbyte/commits.rst
index 40b68cc7f6009..dbce5ec76255a 100644
--- a/docs/apache-airflow-providers-airbyte/commits.rst
+++ b/docs/apache-airflow-providers-airbyte/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`c118b2836f `_ 2022-06-29 ``'AirbyteHook' add cancel job option (#24593)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+================================================================================================= =========== ==================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)``
diff --git a/docs/apache-airflow-providers-airbyte/index.rst b/docs/apache-airflow-providers-airbyte/index.rst
index c5c4752e4ab76..a807de80b1f3d 100644
--- a/docs/apache-airflow-providers-airbyte/index.rst
+++ b/docs/apache-airflow-providers-airbyte/index.rst
@@ -58,7 +58,7 @@ Package apache-airflow-providers-airbyte
`Airbyte `__
-Release: 3.0.0
+Release: 3.1.0
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-airbyte 3.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-airbyte 3.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 3.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 3.1.0 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 6f664fd7d29fd..bd9879f2970b0 100644
--- a/docs/apache-airflow-providers-alibaba/commits.rst
+++ b/docs/apache-airflow-providers-alibaba/commits.rst
@@ -20,7 +20,7 @@
Package apache-airflow-providers-alibaba
------------------------------------------------------
-Alibaba Cloud integration (including `Alibaba Cloud `__).
+Alibaba Cloud integration (including `Alibaba Cloud `__).
This is detailed commit list of changes for versions provider package: ``alibaba``.
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
+================================================================================================= =========== =============================================================================
+
2.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== =======================================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)``
diff --git a/docs/apache-airflow-providers-alibaba/index.rst b/docs/apache-airflow-providers-alibaba/index.rst
index 0a5398d5f0b5b..3ae3e4d24015e 100644
--- a/docs/apache-airflow-providers-alibaba/index.rst
+++ b/docs/apache-airflow-providers-alibaba/index.rst
@@ -62,10 +62,10 @@ Content
Package apache-airflow-providers-alibaba
------------------------------------------------------
-Alibaba Cloud integration (including `Alibaba Cloud `__).
+Alibaba Cloud integration (including `Alibaba Cloud `__).
-Release: 2.0.0
+Release: 2.0.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index 2723deb73a5c2..18057de9460f2 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,14 +28,51 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-08 ``Convert RDS Event and Snapshot Sample DAGs to System Tests (#24932)``
+`60c2a3bf82 `_ 2022-07-08 ``Refactor and fix AWS secret manager invalid exception (#24898)``
+`c1526a2888 `_ 2022-07-07 ``Convert Step Functions Example DAG to System Test (AIP-47) (#24643)``
+`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`c61f86dde5 `_ 2022-07-05 ``Update AWS Connection docs and deprecate some extras (#24670)``
+`210549c658 `_ 2022-07-04 ``Add test_connection method to AWS hook (#24662)``
+`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)``
+`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)``
+`49925be664 `_ 2022-07-01 ``Restore Optional value of script_location (#24754)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)``
+`bf727525e1 `_ 2022-06-28 ``Add AWS operators to create and delete RDS Database (#24099)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`9b4a053bc6 `_ 2022-06-28 ``Add batch option to 'SqsSensor' (#24554)``
+`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
+`e477f4ba6c `_ 2022-06-21 ``Amazon appflow (#24057)``
+`7293e31f1c `_ 2022-06-20 ``Make extra_args in S3Hook immutable between calls (#24527)``
+`f48112ccff `_ 2022-06-20 ``Convert SQS Sample DAG to System Test (#24513)``
+`796e0a0b52 `_ 2022-06-19 ``fix: RedshiftDataHook and RdsHook not use cached connection (#24387)``
+`cfbcd31b69 `_ 2022-06-14 ``Convert Cloudformation Sample DAG to System Test (#24447)``
+`7d8a17b210 `_ 2022-06-14 ``Add AWS Batch & AWS CloudWatch Extra Links (#24406)``
+`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)``
+`a1e417c4fe `_ 2022-06-12 ``Convert SNS Sample DAG to System Test (#24384)``
+`19dd9f5873 `_ 2022-06-12 ``Refactoring EmrClusterLink and add for other AWS EMR Operators (#24294)``
+`7fed7f31c3 `_ 2022-06-11 ``Fix S3KeySensor. See #24321 (#24378)``
+`99d9833631 `_ 2022-06-10 ``Fix: 'emr_conn_id' should be optional in 'EmrCreateJobFlowOperator' (#24306)``
+================================================================================================= =========== ================================================================================
+
4.0.0
.....
-Latest change: 2022-06-08
+Latest change: 2022-06-09
================================================================================================= =========== ===========================================================================================================
Commit Committed Subject
================================================================================================= =========== ===========================================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`dc9c083a4b `_ 2022-06-08 ``fix: patches #24215. Won't raise KeyError when 'create_job_kwargs' contains the 'Command' key. (#24308)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 7611caef8cb05..efd8714565b69 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-amazon
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 4.0.0
+Release: 4.1.0
Provider package
----------------
@@ -84,20 +84,21 @@ for the minimum Airflow version supported) via
Requirements
------------
-============================ ==================
-PIP package Version required
-============================ ==================
-``apache-airflow`` ``>=2.2.0``
-``boto3`` ``>=1.15.0``
-``jsonpath_ng`` ``>=1.5.3``
-``mypy-boto3-rds`` ``>=1.21.0``
-``mypy-boto3-redshift-data`` ``>=1.21.0``
-``mypy-boto3-appflow`` ``>=1.21.0``
-``pandas`` ``>=0.17.1``
-``redshift_connector`` ``>=2.0.888``
-``sqlalchemy_redshift`` ``>=0.8.6``
-``watchtower`` ``~=2.0.1``
-============================ ==================
+======================================= ==================
+PIP package Version required
+======================================= ==================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``boto3`` ``>=1.15.0``
+``watchtower`` ``~=2.0.1``
+``jsonpath_ng`` ``>=1.5.3``
+``redshift_connector`` ``>=2.0.888``
+``sqlalchemy_redshift`` ``>=0.8.6``
+``pandas`` ``>=0.17.1``
+``mypy-boto3-rds`` ``>=1.21.0``
+``mypy-boto3-redshift-data`` ``>=1.21.0``
+``mypy-boto3-appflow`` ``>=1.21.0``
+======================================= ==================
Cross provider package dependencies
-----------------------------------
@@ -117,6 +118,7 @@ Dependent package
====================================================================================================================== ===================
`apache-airflow-providers-apache-hive `_ ``apache.hive``
`apache-airflow-providers-cncf-kubernetes `_ ``cncf.kubernetes``
+`apache-airflow-providers-common-sql `_ ``common.sql``
`apache-airflow-providers-exasol `_ ``exasol``
`apache-airflow-providers-ftp `_ ``ftp``
`apache-airflow-providers-google `_ ``google``
@@ -132,7 +134,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 4.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 4.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 4.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 4.1.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 5db515062ed75..0a2191d00b24e 100644
--- a/docs/apache-airflow-providers-apache-drill/commits.rst
+++ b/docs/apache-airflow-providers-apache-drill/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+================================================================================================= =========== ==================================================================
+
2.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)``
diff --git a/docs/apache-airflow-providers-apache-drill/index.rst b/docs/apache-airflow-providers-apache-drill/index.rst
index a67b73453bff3..303df159f8f76 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.0.0
+Release: 2.1.0
Provider package
----------------
@@ -82,12 +82,41 @@ for the minimum Airflow version supported) via
Requirements
------------
-==================== ==================
-PIP package Version required
-==================== ==================
-``apache-airflow`` ``>=2.2.0``
-``sqlalchemy-drill`` ``>=1.1.0``
-``sqlparse`` ``>=0.4.1``
-==================== ==================
+======================================= ==================
+PIP package Version required
+======================================= ==================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``sqlalchemy-drill`` ``>=1.1.0``
+``sqlparse`` ``>=0.4.1``
+======================================= ==================
+
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified provider packages in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-apache-drill[common.sql]
+
+
+============================================================================================================ ==============
+Dependent package Extra
+============================================================================================================ ==============
+`apache-airflow-providers-common-sql `_ ``common.sql``
+============================================================================================================ ==============
+
+Downloading official packages
+-----------------------------
+
+You can download officially released packages and verify their checksums and signatures from the
+`Official Apache Download site `_
+
+* `The apache-airflow-providers-apache-drill 2.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-drill 2.1.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/drill/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst
index 549ddd27eb46a..a7b78d925871b 100644
--- a/docs/apache-airflow-providers-apache-druid/commits.rst
+++ b/docs/apache-airflow-providers-apache-druid/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+================================================================================================= =========== ==================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)``
diff --git a/docs/apache-airflow-providers-apache-druid/index.rst b/docs/apache-airflow-providers-apache-druid/index.rst
index 70ab26ebaef95..0d498abf20cde 100644
--- a/docs/apache-airflow-providers-apache-druid/index.rst
+++ b/docs/apache-airflow-providers-apache-druid/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-apache-druid
`Apache Druid `__.
-Release: 3.0.0
+Release: 3.1.0
Provider package
----------------
@@ -82,12 +82,13 @@ for the minimum Airflow version supported) via
Requirements
------------
-================== ==================
-PIP package Version required
-================== ==================
-``apache-airflow`` ``>=2.2.0``
-``pydruid`` ``>=0.4.1``
-================== ==================
+======================================= ==================
+PIP package Version required
+======================================= ==================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``pydruid`` ``>=0.4.1``
+======================================= ==================
Cross provider package dependencies
-----------------------------------
@@ -106,6 +107,7 @@ You can install such cross-provider dependencies when installing from PyPI. For
Dependent package Extra
============================================================================================================== ===============
`apache-airflow-providers-apache-hive `_ ``apache.hive``
+`apache-airflow-providers-common-sql `_ ``common.sql``
============================================================================================================== ===============
Downloading official packages
@@ -114,7 +116,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-druid 3.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-druid 3.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-druid 3.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-druid 3.1.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/druid/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hdfs/commits.rst b/docs/apache-airflow-providers-apache-hdfs/commits.rst
index fdfb83aaa9f13..28d57bcd2c369 100644
--- a/docs/apache-airflow-providers-apache-hdfs/commits.rst
+++ b/docs/apache-airflow-providers-apache-hdfs/commits.rst
@@ -29,14 +29,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`d8ec1ec8ec `_ 2022-06-28 ``'WebHDFSHook' Bugfix/optional port (#24550)``
+================================================================================================= =========== ==================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)``
diff --git a/docs/apache-airflow-providers-apache-hdfs/index.rst b/docs/apache-airflow-providers-apache-hdfs/index.rst
index 98f95ac58184f..2459439217b88 100644
--- a/docs/apache-airflow-providers-apache-hdfs/index.rst
+++ b/docs/apache-airflow-providers-apache-hdfs/index.rst
@@ -54,7 +54,7 @@ Package apache-airflow-providers-apache-hdfs
and `WebHDFS `__.
-Release: 3.0.0
+Release: 3.0.1
Provider package
----------------
@@ -76,8 +76,8 @@ Requirements
PIP package Version required
================================= ==================
``apache-airflow`` ``>=2.2.0``
-``hdfs[avro,dataframe,kerberos]`` ``>=2.0.4``
``snakebite-py3``
+``hdfs[avro,dataframe,kerberos]`` ``>=2.0.4``
================================= ==================
.. include:: ../../airflow/providers/apache/hdfs/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst
index aaf0a20f4f8c0..ed02165bff0e5 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`cef97fccd5 `_ 2022-06-29 ``fix connection extra parameter 'auth_mechanism' in 'HiveMetastoreHook' and 'HiveServer2Hook' (#24713)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+================================================================================================= =========== =========================================================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)``
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst
index 7ab19b0e6007f..303bd95643e2c 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-apache-hive
`Apache Hive `__
-Release: 3.0.0
+Release: 3.1.0
Provider package
----------------
@@ -83,16 +83,17 @@ for the minimum Airflow version supported) via
Requirements
------------
-================== ==================================
-PIP package Version required
-================== ==================================
-``apache-airflow`` ``>=2.2.0``
-``hmsclient`` ``>=0.1.0``
-``pandas`` ``>=0.17.1``
-``pyhive[hive]`` ``>=0.6.0``
-``sasl`` ``>=0.3.1; python_version>="3.9"``
-``thrift`` ``>=0.9.2``
-================== ==================================
+======================================= ==================================
+PIP package Version required
+======================================= ==================================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``hmsclient`` ``>=0.1.0``
+``pandas`` ``>=0.17.1``
+``pyhive[hive]`` ``>=0.6.0``
+``sasl`` ``>=0.3.1; python_version>="3.9"``
+``thrift`` ``>=0.9.2``
+======================================= ==================================
Cross provider package dependencies
-----------------------------------
@@ -111,6 +112,7 @@ You can install such cross-provider dependencies when installing from PyPI. For
Dependent package Extra
====================================================================================================================== ===================
`apache-airflow-providers-amazon `_ ``amazon``
+`apache-airflow-providers-common-sql `_ ``common.sql``
`apache-airflow-providers-microsoft-mssql `_ ``microsoft.mssql``
`apache-airflow-providers-mysql `_ ``mysql``
`apache-airflow-providers-presto `_ ``presto``
@@ -124,7 +126,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 3.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 3.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 3.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 3.1.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-pinot/commits.rst b/docs/apache-airflow-providers-apache-pinot/commits.rst
index a080ace0a2948..f6345e388e2f2 100644
--- a/docs/apache-airflow-providers-apache-pinot/commits.rst
+++ b/docs/apache-airflow-providers-apache-pinot/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+================================================================================================= =========== ==================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)``
diff --git a/docs/apache-airflow-providers-apache-pinot/index.rst b/docs/apache-airflow-providers-apache-pinot/index.rst
index 88bc86e530907..1b119d6b32321 100644
--- a/docs/apache-airflow-providers-apache-pinot/index.rst
+++ b/docs/apache-airflow-providers-apache-pinot/index.rst
@@ -45,7 +45,7 @@ Package apache-airflow-providers-apache-pinot
`Apache Pinot `__
-Release: 3.0.0
+Release: 3.1.0
Provider package
----------------
@@ -63,11 +63,40 @@ for the minimum Airflow version supported) via
Requirements
------------
-================== ==================
-PIP package Version required
-================== ==================
-``apache-airflow`` ``>=2.2.0``
-``pinotdb`` ``>0.1.2``
-================== ==================
+======================================= ==================
+PIP package Version required
+======================================= ==================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``pinotdb`` ``>0.1.2``
+======================================= ==================
+
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified provider packages in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-apache-pinot[common.sql]
+
+
+============================================================================================================ ==============
+Dependent package Extra
+============================================================================================================ ==============
+`apache-airflow-providers-common-sql `_ ``common.sql``
+============================================================================================================ ==============
+
+Downloading official packages
+-----------------------------
+
+You can download officially released packages and verify their checksums and signatures from the
+`Official Apache Download site `_
+
+* `The apache-airflow-providers-apache-pinot 3.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pinot 3.1.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/pinot/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-asana/commits.rst b/docs/apache-airflow-providers-asana/commits.rst
index 7012715085982..19ce82e76f1ba 100644
--- a/docs/apache-airflow-providers-asana/commits.rst
+++ b/docs/apache-airflow-providers-asana/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
+================================================================================================= =========== =============================================================================
+
2.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)``
diff --git a/docs/apache-airflow-providers-asana/index.rst b/docs/apache-airflow-providers-asana/index.rst
index 5f5c604a7ad1f..a048e0a84846a 100644
--- a/docs/apache-airflow-providers-asana/index.rst
+++ b/docs/apache-airflow-providers-asana/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-asana
`Asana `__
-Release: 2.0.0
+Release: 2.0.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index a051dc3de8656..0f8b73f261e23 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,14 +28,36 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-11 ``Only assert stuff for mypy when type checking (#24937)``
+`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)``
+`9d307102b4 `_ 2022-06-29 ``More typing and minor refactor for kubernetes (#24719)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`5326da4b83 `_ 2022-06-28 ``Add 'airflow_kpo_in_cluster' label to KPO pods (#24658)``
+`45f4290712 `_ 2022-06-28 ``Rename 'resources' arg in Kub op to k8s_resources (#24673)``
+`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
+`78ac48872b `_ 2022-06-21 ``Use found pod for deletion in KubernetesPodOperator (#22092)``
+`dba3e4ec51 `_ 2022-06-15 ``Revert "Fix await_container_completion condition (#23883)" (#24474)``
+================================================================================================= =========== =============================================================================
+
4.1.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 7137a59829e6d..e853d220936ff 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: 4.1.0
+Release: 4.2.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst
index b25291f136b4e..9f2db75048139 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -1,3 +1,4 @@
+
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -15,11 +16,25 @@
specific language governing permissions and limitations
under the License.
+
Package apache-airflow-providers-common-sql
--------------------------------------------
+------------------------------------------------------
`Common SQL Provider `__
This is detailed commit list of changes for versions provider package: ``common.sql``.
For high-level changelog, see :doc:`package information including changelog `.
+
+
+
+1.0.0
+.....
+
+Latest change: 2022-07-07
+
+================================================================================================= =========== ========================================================
+Commit Committed Subject
+================================================================================================= =========== ========================================================
+`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+================================================================================================= =========== ========================================================
diff --git a/docs/apache-airflow-providers-common-sql/index.rst b/docs/apache-airflow-providers-common-sql/index.rst
index c1f8ddbc9f758..9a3c7a272b2dc 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -49,6 +49,8 @@ Content
Installing from sources
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+
+
.. toctree::
:maxdepth: 1
:caption: Commits
@@ -57,4 +59,24 @@ Content
Package apache-airflow-providers-common-sql
--------------------------------------------
+------------------------------------------------------
+
+`Common SQL Provider `__
+
+
+Release: 1.0.0
+
+Provider package
+----------------
+
+This is a provider package for ``common.sql`` provider. All classes for this provider package
+are in ``airflow.providers.common.sql`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below)
+for the minimum Airflow version supported) via
+``pip install apache-airflow-providers-common-sql``
+
+.. include:: ../../airflow/providers/common/sql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst
index 143a6b0aa34f9..318d1afdb9bfc 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -28,14 +28,33 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-11 ``Added databricks_conn_id as templated field (#24945)``
+`acaa0635c8 `_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)``
+`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`96b01a8012 `_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`ed37c3a0e8 `_ 2022-06-28 ``Add 'test_connection' method to Databricks hook (#24617)``
+`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
+================================================================================================= =========== =============================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== =======================================================================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)``
diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst
index b31955a3cc9ee..e8933e89c0cf8 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: 3.0.0
+Release: 3.1.0
Provider package
----------------
@@ -83,13 +83,42 @@ for the minimum Airflow version supported) via
Requirements
------------
-============================ ===================
-PIP package Version required
-============================ ===================
-``apache-airflow`` ``>=2.2.0``
-``aiohttp`` ``>=3.6.3, <4``
-``databricks-sql-connector`` ``>=2.0.0, <3.0.0``
-``requests`` ``>=2.27,<3``
-============================ ===================
+======================================= ===================
+PIP package Version required
+======================================= ===================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``requests`` ``>=2.27,<3``
+``databricks-sql-connector`` ``>=2.0.0, <3.0.0``
+``aiohttp`` ``>=3.6.3, <4``
+======================================= ===================
+
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified provider packages in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-databricks[common.sql]
+
+
+============================================================================================================ ==============
+Dependent package Extra
+============================================================================================================ ==============
+`apache-airflow-providers-common-sql `_ ``common.sql``
+============================================================================================================ ==============
+
+Downloading official packages
+-----------------------------
+
+You can download officially released packages and verify their checksums and signatures from the
+`Official Apache Download site `_
+
+* `The apache-airflow-providers-databricks 3.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 3.1.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/databricks/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst
index e92514553a827..9b02b2cdd2d37 100644
--- a/docs/apache-airflow-providers-dbt-cloud/commits.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
+================================================================================================= =========== =============================================================================
+
2.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`7498fba826 `_ 2022-06-06 ``Enable dbt Cloud provider to interact with single tenant instances (#24264)``
diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst
index 4d37b2eeecd97..d646792c083ec 100644
--- a/docs/apache-airflow-providers-dbt-cloud/index.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/index.rst
@@ -69,7 +69,7 @@ Package apache-airflow-providers-dbt-cloud
`dbt Cloud `__
-Release: 2.0.0
+Release: 2.0.1
Provider package
----------------
@@ -119,7 +119,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-dbt-cloud 2.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-dbt-cloud 2.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 2.0.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 2.0.1 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/dbt/cloud/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst
index a1d24b3bf9d3a..d10363584553a 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,14 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-05 ``'DockerOperator' fix cli.logs giving character array instead of string (#24726)``
+`237d2225d6 `_ 2022-07-02 ``Force-remove container after DockerOperator execution (#23160)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+`40f08900f2 `_ 2022-06-28 ``Clean up task decorator type hints and docstrings (#24667)``
+================================================================================================= =========== ===================================================================================
+
3.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`06856337a5 `_ 2022-06-06 ``docker new system test (#23167)``
diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst
index 2588d67ea88d1..efccbfb27ba59 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-docker
`Docker `__
-Release: 3.0.0
+Release: 3.1.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index d0354e3cb398c..cbe6d108b90da 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -28,14 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-07-11 ``Only assert stuff for mypy when type checking (#24937)``
+`2ddc100405 `_ 2022-07-08 ``Adding ElasticserachPythonHook - ES Hook With The Python Client (#24895)``
+`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)``
+`97948ecae7 `_ 2022-07-01 ``Move fallible ti.task.dag assignment back inside try/except block (#24533) (#24592)``
+`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
+`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
+================================================================================================= =========== =======================================================================================
+
4.0.0
.....
-Latest change: 2022-06-07
+Latest change: 2022-06-09
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)``
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index 534265cb3ee50..96dc58a21e213 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-elasticsearch
`Elasticsearch `__
-Release: 4.0.0
+Release: 4.1.0
Provider package
----------------
@@ -84,13 +84,42 @@ for the minimum Airflow version supported) via
Requirements
------------
-======================= ==================
-PIP package Version required
-======================= ==================
-``apache-airflow`` ``>=2.2.0``
+======================================= ==================
+PIP package Version required
+======================================= ==================
+``apache-airflow`` ``>=2.2.0``
+``apache-airflow-providers-common-sql``
+``elasticsearch`` ``>7``
``elasticsearch-dbapi``
-``elasticsearch-dsl`` ``>=5.0.0``
-``elasticsearch`` ``>7``
-======================= ==================
+``elasticsearch-dsl`` ``>=5.0.0``
+======================================= ==================
+
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified provider packages in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-elasticsearch[common.sql]
+
+
+============================================================================================================ ==============
+Dependent package Extra
+============================================================================================================ ==============
+`apache-airflow-providers-common-sql `_ ``common.sql``
+============================================================================================================ ==============
+
+Downloading official packages
+-----------------------------
+
+You can download officially released packages and verify their checksums and signatures from the
+`Official Apache Download site `_
+
+* `The apache-airflow-providers-elasticsearch 4.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 4.1.0 wheel package `_ (`asc