Skip to content

Commit

Permalink
Prepare docs 3rd wave of Providers October 2023 (#35187)
Browse files Browse the repository at this point in the history
* Prepare docs 3rd wave of Providers October 2023

* add cncf.kubernetes
  • Loading branch information
eladkal committed Oct 28, 2023
1 parent 14341ff commit 3592ff4
Show file tree
Hide file tree
Showing 118 changed files with 424 additions and 125 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/.latest-doc-only-change.txt
@@ -1 +1 @@
c645d8e40c167ea1f6c332cdc3ea0ca5a9363205
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/.latest-doc-only-change.txt
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
31 changes: 31 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -26,6 +26,37 @@
Changelog
---------

8.10.0
......

.. note::
This release introduce experimental feature: AWS ECS Executor.

Features
~~~~~~~~

* ``Add AWS ECS Executor (#34381)``

Bug Fixes
~~~~~~~~~

* ``Enable encryption in S3 download_files() hook. (#35037)``

Misc
~~~~

* ``Use base aws classes in Amazon AppFlow Operators (#35082)``
* ``Use base aws classes in Amazon Athena Operators/Sensors/Triggers (#35133)``
* ``Use base aws classes in Amazon Lambda Operators/Sensors (#34890)``
* ``Use base aws classes in Amazon S3 Glacier Operators/Sensors (#35108)``
* ``Expose catalog parameter in 'AthenaOperator' (#35103)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Refactor string splitting (#34185)``
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Upgrade pre-commits (#35033)``
8.9.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "8.9.0"
__version__ = "8.10.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 8.10.0
- 8.9.0
- 8.8.0
- 8.7.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
@@ -1 +1 @@
c645d8e40c167ea1f6c332cdc3ea0ca5a9363205
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/.latest-doc-only-change.txt
@@ -1 +1 @@
c645d8e40c167ea1f6c332cdc3ea0ca5a9363205
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/.latest-doc-only-change.txt
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/.latest-doc-only-change.txt
@@ -1 +1 @@
a54c2424df51bf1acec420f4792a237dabcfa12b
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/.latest-doc-only-change.txt
@@ -1 +1 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/.latest-doc-only-change.txt
@@ -1 +1 @@
a54c2424df51bf1acec420f4792a237dabcfa12b
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/livy/.latest-doc-only-change.txt
@@ -1 +1 @@
2b92c3c74d3259ebac714f157c525836f0af50f0
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
b5a4d36383c4143f46e168b8b7a4ba2dc7c54076
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apache/pinot/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
13 changes: 13 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Expand Up @@ -29,6 +29,19 @@
Changelog
---------

4.3.0
.....

Features
~~~~~~~~

* ``Add 'use_krb5ccache' option to 'SparkSubmitHook' (#34386)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Upgrade pre-commits (#35033)``
4.2.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "4.2.0"
__version__ = "4.3.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/spark/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 4.3.0
- 4.2.0
- 4.1.5
- 4.1.4
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/sqoop/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/apprise/.latest-doc-only-change.txt
@@ -1 +1 @@
c645d8e40c167ea1f6c332cdc3ea0ca5a9363205
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/.latest-doc-only-change.txt
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/asana/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/celery/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/cloudant/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
21 changes: 21 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Expand Up @@ -27,6 +27,27 @@
Changelog
---------

7.8.0
.....

Features
~~~~~~~~

* ``Added to the rendering of KubernetesOperator V1VolumeMount, sub_path (#35129)``
* ``feat: add hostAliases to pod spec in KubernetesPodOperator (#35063)``

Bug Fixes
~~~~~~~~~

* ``Replace blocking IO with async IO in AsyncKubernetesHook (#35162)``
* ``Consolidate the warning stacklevel in KubernetesPodTrigger (#35079)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Upgrade pre-commits (#35033)``
* ``D401 Support - A thru Common (Inclusive) (#34934)``
7.7.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/cncf/kubernetes/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "7.7.0"
__version__ = "7.8.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 7.8.0
- 7.7.0
- 7.6.0
- 7.5.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/sql/.latest-doc-only-change.txt
@@ -1 +1 @@
06acf40a4337759797f666d5bb27a5a393b74fed
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
1 change: 1 addition & 0 deletions airflow/providers/daskexecutor/.latest-doc-only-change.txt
@@ -0,0 +1 @@
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/databricks/.latest-doc-only-change.txt
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/datadog/.latest-doc-only-change.txt
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/dbt/cloud/.latest-doc-only-change.txt
@@ -1 +1 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/dingding/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/discord/.latest-doc-only-change.txt
@@ -1 +1 @@
b5a4d36383c4143f46e168b8b7a4ba2dc7c54076
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/docker/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
8b6b0848a3cacf9999477d6af4d2a87463f03026
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/exasol/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/facebook/.latest-doc-only-change.txt
@@ -1 +1 @@
b5a4d36383c4143f46e168b8b7a4ba2dc7c54076
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/ftp/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/github/.latest-doc-only-change.txt
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
14 changes: 14 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Expand Up @@ -27,6 +27,20 @@
Changelog
---------

10.10.2
.......

Misc
~~~~

* ``Added 'overrides' parameter to CloudRunExecuteJobOperator (#34874)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Update gcs.py Create and List comment Examples (#35028)``
* ``Upgrade pre-commits (#35033)``
10.10.1
.......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "10.10.1"
__version__ = "10.10.2"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/google/provider.yaml
Expand Up @@ -30,6 +30,7 @@ description: |
suspended: false
versions:
- 10.10.2
- 10.10.1
- 10.10.0
- 10.9.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/grpc/.latest-doc-only-change.txt
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/hashicorp/.latest-doc-only-change.txt
@@ -1 +1 @@
a54c2424df51bf1acec420f4792a237dabcfa12b
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/http/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/imap/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/influxdb/.latest-doc-only-change.txt
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/jdbc/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/jenkins/.latest-doc-only-change.txt
@@ -1 +1 @@
b5a4d36383c4143f46e168b8b7a4ba2dc7c54076
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
49e336ae0302b386a2f47269a6d13988382d975f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
@@ -1 +1 @@
225e3041d269698d0456e09586924c1898d09434
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
12 changes: 12 additions & 0 deletions airflow/providers/mongo/CHANGELOG.rst
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

3.4.0
.....

Features
~~~~~~~~

* ``Add distinct function to MongoHook in apache-airflow-providers-mongo (#34466)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
3.3.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/mongo/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "3.3.0"
__version__ = "3.4.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/mongo/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 3.4.0
- 3.3.0
- 3.2.2
- 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/mysql/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/neo4j/.latest-doc-only-change.txt
@@ -1 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/odbc/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/openfaas/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
13 changes: 13 additions & 0 deletions airflow/providers/openlineage/CHANGELOG.rst
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

1.2.0
.....

Features
~~~~~~~~

* ``Send column lineage from SQL operators. (#34843)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
1.1.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/openlineage/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "1.1.1"
__version__ = "1.2.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/openlineage/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/opensearch/.latest-doc-only-change.txt
@@ -0,0 +1 @@
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
2 changes: 1 addition & 1 deletion airflow/providers/opsgenie/.latest-doc-only-change.txt
@@ -1 +1 @@
c077d190609f931387c1fcd7b8cc34f12e2372b9
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e

0 comments on commit 3592ff4

Please sign in to comment.