Skip to content

Commit

Permalink
Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jan 26, 2024
1 parent dd627d7 commit cead3da
Show file tree
Hide file tree
Showing 228 changed files with 556 additions and 718 deletions.
1 change: 1 addition & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Expand Up @@ -38,6 +38,7 @@ Features
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
3.5.1
.....
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Expand Up @@ -38,6 +38,7 @@ Bug Fixes
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
2.7.1
.....
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -70,6 +70,7 @@ Misc
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
8.16.0
......
Expand Down
8 changes: 3 additions & 5 deletions airflow/providers/apache/beam/CHANGELOG.rst
Expand Up @@ -29,11 +29,6 @@ Changelog
5.6.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

Misc
~~~~

Expand All @@ -44,6 +39,9 @@ Misc
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
* ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
5.5.0
.....
Expand Down
@@ -1 +1 @@
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
2b4da0101f0314989d148c3c8a02c87e87048974
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
@@ -1 +1 @@
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
2b4da0101f0314989d148c3c8a02c87e87048974
8 changes: 8 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Expand Up @@ -35,13 +35,21 @@ Features

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

Bug Fixes
~~~~~~~~~

* ``Fix successful Apache Druid task submissions reported as failed (#36813)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add documentation for 3rd wave of providers in Deember (#36464)``
* ``Run mypy checks for full packages in CI (#36638)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
* ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
3.7.0
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/.latest-doc-only-change.txt
@@ -1 +1 @@
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
2b4da0101f0314989d148c3c8a02c87e87048974
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
13 changes: 0 additions & 13 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Expand Up @@ -27,19 +27,6 @@
Changelog
---------

4.4.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
4.3.2
.....

Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/hdfs/provider.yaml
Expand Up @@ -25,7 +25,6 @@ description: |
state: ready
source-date-epoch: 1705911907
versions:
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
Expand Down
10 changes: 4 additions & 6 deletions airflow/providers/apache/hive/CHANGELOG.rst
Expand Up @@ -27,14 +27,9 @@
Changelog
---------

6.5.0
6.4.2
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``


Bug Fixes
~~~~~~~~~
Expand All @@ -50,6 +45,9 @@ Misc
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
* ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
6.4.1
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/__init__.py
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "6.5.0"
__version__ = "6.4.2"

try:
from airflow import __version__ as airflow_version
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/provider.yaml
Expand Up @@ -24,7 +24,7 @@ description: |
state: ready
source-date-epoch: 1705911912
versions:
- 6.5.0
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.0
Expand Down
@@ -1 +1 @@
c439ab87c421aaa6bd5d8074780e4f63606a1ef1
2b4da0101f0314989d148c3c8a02c87e87048974
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
13 changes: 0 additions & 13 deletions airflow/providers/apache/kafka/CHANGELOG.rst
Expand Up @@ -27,19 +27,6 @@
Changelog
---------

1.4.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
1.3.1
.....

Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/kafka/provider.yaml
Expand Up @@ -24,7 +24,6 @@ source-date-epoch: 1705911926
description: |
`Apache Kafka <https://kafka.apache.org/>`__
versions:
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
13 changes: 0 additions & 13 deletions airflow/providers/apache/kylin/CHANGELOG.rst
Expand Up @@ -30,19 +30,6 @@ Changelog
---------


3.6.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
3.5.0
.....

Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/kylin/provider.yaml
Expand Up @@ -24,7 +24,6 @@ description: |
state: ready
source-date-epoch: 1705911931
versions:
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
15 changes: 0 additions & 15 deletions airflow/providers/apache/pig/CHANGELOG.rst
Expand Up @@ -29,21 +29,6 @@
Changelog
---------

4.4.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add documentation for 3rd wave of providers in Deember (#36464)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
4.3.0
.....

Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/pig/provider.yaml
Expand Up @@ -24,7 +24,6 @@ description: |
state: ready
source-date-epoch: 1705911934
versions:
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.2
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/pinot/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
16 changes: 0 additions & 16 deletions airflow/providers/apache/pinot/CHANGELOG.rst
Expand Up @@ -29,22 +29,6 @@
Changelog
---------


4.4.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add documentation for 3rd wave of providers in Deember (#36464)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
4.3.0
.....

Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/pinot/provider.yaml
Expand Up @@ -24,7 +24,6 @@ description: |
state: ready
source-date-epoch: 1705911937
versions:
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.4
Expand Down
10 changes: 4 additions & 6 deletions airflow/providers/apache/spark/CHANGELOG.rst
Expand Up @@ -29,22 +29,20 @@
Changelog
---------

4.8.0
4.7.1
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

Misc
~~~~

* ``Bump min version for grpcio-status in spark provider (#36662)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
4.7.0
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/__init__.py
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "4.8.0"
__version__ = "4.7.1"

try:
from airflow import __version__ as airflow_version
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/provider.yaml
Expand Up @@ -24,7 +24,7 @@ description: |
state: ready
source-date-epoch: 1705911941
versions:
- 4.8.0
- 4.7.1
- 4.7.0
- 4.6.0
- 4.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apprise/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
13 changes: 0 additions & 13 deletions airflow/providers/apprise/CHANGELOG.rst
Expand Up @@ -27,19 +27,6 @@
Changelog
---------

1.3.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
1.2.1
.....

Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apprise/provider.yaml
Expand Up @@ -27,7 +27,6 @@ state: ready
source-date-epoch: 1705911945

versions:
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/.latest-doc-only-change.txt
@@ -1 +1 @@
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
2b4da0101f0314989d148c3c8a02c87e87048974
2 changes: 1 addition & 1 deletion airflow/providers/asana/.latest-doc-only-change.txt
@@ -1 +1 @@
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
2b4da0101f0314989d148c3c8a02c87e87048974
13 changes: 7 additions & 6 deletions airflow/providers/atlassian/jira/CHANGELOG.rst
Expand Up @@ -27,20 +27,21 @@
Changelog
---------

2.6.0
2.5.1
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

Misc
~~~~

* ``Use lax 'atlassian-python-api' limitation (#36841)``
* ``Limit 'atlassian-python-api' to <3.41.6 (#36815)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
* ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
2.5.0
.....

Expand Down

0 comments on commit cead3da

Please sign in to comment.