Skip to content

Commit

Permalink
Add documentation for 3rd wave of providers in Deember (#36464)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Dec 28, 2023
1 parent c0019e1 commit 9b5d6bf
Show file tree
Hide file tree
Showing 85 changed files with 401 additions and 94 deletions.
12 changes: 12 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Expand Up @@ -26,6 +26,18 @@
Changelog
---------

2.7.1
.....

Misc
~~~~

* ``Clean OSS task handler code after bumping min Airflow version to 2.6.0 (#36420)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
2.7.0
.....

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

__all__ = ["__version__"]

__version__ = "2.7.0"
__version__ = "2.7.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/alibaba/provider.yaml
Expand Up @@ -22,8 +22,9 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
suspended: false
source-date-epoch: 1703288100
source-date-epoch: 1703747466
versions:
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.3
Expand Down
22 changes: 22 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -26,6 +26,28 @@
Changelog
---------

8.15.0
......

Features
~~~~~~~~

* ``Add Amazon Athena query results extra link (#36447)``

Bug Fixes
~~~~~~~~~

* ``fix(providers/amazon): remove event['message'] call in EmrContainerOperator.execute_complete|as the key message no longer exists (#36417)``
* ``handle tzinfo in S3Hook.is_keys_unchanged_async (#36363)``

Misc
~~~~

* ``Use base aws classes in Amazon ECS Operators/Sensors/Triggers (#36393)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
8.14.0
......

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

__all__ = ["__version__"]

__version__ = "8.14.0"
__version__ = "8.15.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/amazon/provider.yaml
Expand Up @@ -22,8 +22,9 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
suspended: false
source-date-epoch: 1703288101
source-date-epoch: 1703747484
versions:
- 8.15.0
- 8.14.0
- 8.13.0
- 8.12.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
c45516096f690b7e5c9c96766f278482d06df6cf
12 changes: 12 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

4.3.2
.....

Misc
~~~~

* ``Remove _read method from hdfs task handler after bumping min airflow version to 2.6 (#36425)``
* ``Consolidate loading delete_local_logs conf in hdfs task handler (#36422)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.3.1
.....

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

__all__ = ["__version__"]

__version__ = "4.3.1"
__version__ = "4.3.2"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hdfs/provider.yaml
Expand Up @@ -23,8 +23,9 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
suspended: false
source-date-epoch: 1703288108
source-date-epoch: 1703747531
versions:
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
Expand Down
@@ -1 +1 @@
d1c58d86de1267d9268a1efe0a0c102633c051a1
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
12 changes: 12 additions & 0 deletions airflow/providers/apache/kylin/CHANGELOG.rst
Expand Up @@ -30,6 +30,18 @@ Changelog
---------


3.5.0
.....

Features
~~~~~~~~

* ``Add apache kylin conn type and kylin connection docs (#36413)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
3.4.0
.....

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

__all__ = ["__version__"]

__version__ = "3.4.0"
__version__ = "3.5.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/kylin/provider.yaml
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Kylin <https://kylin.apache.org/>`__
suspended: false
source-date-epoch: 1703288111
source-date-epoch: 1703747544
versions:
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/livy/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/apache/pinot/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
@@ -1 +1 @@
d1c58d86de1267d9268a1efe0a0c102633c051a1
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
20 changes: 20 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Expand Up @@ -27,6 +27,26 @@
Changelog
---------

7.13.0
......

Features
~~~~~~~~

* ``Allow changing of 'config_file' in 'KubernetesResourceBaseOperator' (#36397)``

Misc
~~~~

* ``Add reminder about update stub file in case of change KubernetesPodOperator's arguments (#36434)``
* ``Don't get pod status in KubernetesPodOperator if skip_on_exit_code is not set (#36355)``
* ``Remove deprecated input parameters in the k8s pod operator (#36433)``
* ``Delete get_python_source from Kubernetes decorator after bumping min airflow version to 2.6.0 (#36426)``
* ``Remove duplicated methods in K8S pod operator module and import them from helper function (#36427)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
7.12.0
......

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

__all__ = ["__version__"]

__version__ = "7.12.0"
__version__ = "7.13.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/cncf/kubernetes/provider.yaml
Expand Up @@ -22,8 +22,9 @@ description: |
`Kubernetes <https://kubernetes.io/>`__
suspended: false
source-date-epoch: 1703288121
source-date-epoch: 1703747586
versions:
- 7.13.0
- 7.12.0
- 7.11.0
- 7.10.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/io/.latest-doc-only-change.txt
@@ -1 +1 @@
999b70178a1f5d891fd2c88af4831a4ba4c2cbc9
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/dingding/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/discord/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
12 changes: 12 additions & 0 deletions airflow/providers/elasticsearch/CHANGELOG.rst
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

5.3.1
.....

Misc
~~~~

* ``Remove getattr in es task handler when airflow min version bumped to 2.6 (#36431)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
5.3.0
.....

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

__all__ = ["__version__"]

__version__ = "5.3.0"
__version__ = "5.3.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/elasticsearch/provider.yaml
Expand Up @@ -22,8 +22,9 @@ description: |
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
suspended: false
source-date-epoch: 1703288131
source-date-epoch: 1703747600
versions:
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/facebook/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/ftp/.latest-doc-only-change.txt
@@ -1 +1 @@
e9ba37bb58da0e3d6739ec063f7160f50487d3b8
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
16 changes: 16 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Expand Up @@ -27,6 +27,22 @@
Changelog
---------

10.13.1
.......

Misc
~~~~

* ``Remove backcompat code for stackdriver (#36442)``
* ``Remove unused '_parse_version' function (#36450)``
* ``Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443) (#36457)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Revert "Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443)" (#36453)``
* ``Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443)``
* ``Revert "Remove remaining Airflow 2.5 backcompat code from Google Provider (#36366)" (#36440)``
10.13.0
.......

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

__all__ = ["__version__"]

__version__ = "10.13.0"
__version__ = "10.13.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/google/provider.yaml
Expand Up @@ -29,8 +29,9 @@ description: |
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
suspended: false
source-date-epoch: 1703288137
source-date-epoch: 1703747618
versions:
- 10.13.1
- 10.13.0
- 10.12.0
- 10.11.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/http/.latest-doc-only-change.txt
@@ -1 +1 @@
5588a956c02130b73a23ae85afdc433d737f5efd
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/imap/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/influxdb/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
12 changes: 12 additions & 0 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

8.5.1
.....

Misc
~~~~

* ``Remove unused '_parse_version' function (#36450)``
* ``Clean WASB task handler code after bumping min Airflow version to 2.6.0 (#36421)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
8.5.0
.....

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

__all__ = ["__version__"]

__version__ = "8.5.0"
__version__ = "8.5.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/microsoft/azure/provider.yaml
Expand Up @@ -20,8 +20,9 @@ name: Microsoft Azure
description: |
`Microsoft Azure <https://azure.microsoft.com/>`__
suspended: false
source-date-epoch: 1703288146
source-date-epoch: 1703747626
versions:
- 8.5.1
- 8.5.0
- 8.4.0
- 8.3.0
Expand Down
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/mongo/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/mysql/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
2 changes: 1 addition & 1 deletion airflow/providers/neo4j/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c

0 comments on commit 9b5d6bf

Please sign in to comment.