Skip to content

Commit

Permalink
Prepare docs 1st wave (RC1) March 2024 (#37876)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Mar 4, 2024
1 parent 0232ad0 commit 83316b8
Show file tree
Hide file tree
Showing 196 changed files with 1,213 additions and 291 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/.latest-doc-only-change.txt
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
5a0be392e66f8e5426ba3478621115e92fcf245b
34 changes: 34 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -26,6 +26,40 @@
Changelog
---------

8.19.0
......

Features
~~~~~~~~

* ``Implement 'filter_permitted_menu_items' in AWS auth manager (#37627)``
* ``Implement 'batch_is_authorized_*' APIs in AWS auth manager (#37430)``

Bug Fixes
~~~~~~~~~

* ``Fix init checks for aws 'eks' (#37674)``
* ``Fix init checks for aws gcs_to_s3 (#37662)``


Misc
~~~~

* ``Use named loggers instead of root logger (#37801)``
* ``Avoid non-recommended usage of logging (#37792)``
* ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)``
* ``Limit 'pandas' to '<2.2' (#37748)``
* ``Implement AIP-60 Dataset URI formats (#37005)``
* ``Bump min versions of openapi validators (#37691)``
* ``Update action names in AWS auth manager (#37572)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix 'example_emr' system test (#37667)``
* ``Avoid to use too broad 'noqa' (#37862)``
* ``Resolve G003: "Logging statement uses +" (#37848)``
* ``D105 Check on Amazon (#37764)``
8.18.0
......

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

__all__ = ["__version__"]

__version__ = "8.18.0"
__version__ = "8.19.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,9 +22,10 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
state: ready
source-date-epoch: 1707636119
source-date-epoch: 1709554658
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.19.0
- 8.18.0
- 8.17.0
- 8.16.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Expand Up @@ -26,6 +26,18 @@
Changelog
---------

5.6.2
.....

Misc
~~~~

* ``Add Python 3.12 exclusions in providers/pyproject.toml (#37404)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
5.6.1
.....

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

__all__ = ["__version__"]

__version__ = "5.6.1"
__version__ = "5.6.2"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/beam/provider.yaml
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
state: ready
source-date-epoch: 1707636168
source-date-epoch: 1709554784
# note that those versions are maintained by release manager - do not update them manually
versions:
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.0
Expand Down
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
@@ -1 +1 @@
2b4da0101f0314989d148c3c8a02c87e87048974
5a0be392e66f8e5426ba3478621115e92fcf245b
21 changes: 21 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Expand Up @@ -27,6 +27,27 @@
Changelog
---------

3.9.0
.....

Features
~~~~~~~~

* ``Adding optional SSL verification for druid operator (#37629)``

Bug Fixes
~~~~~~~~~

* ``Fix SSL verification in druid operator (#37673)``

Misc
~~~~


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
3.8.1
.....

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

__all__ = ["__version__"]

__version__ = "3.8.1"
__version__ = "3.9.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/druid/provider.yaml
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.
state: ready
source-date-epoch: 1707636203
source-date-epoch: 1709554843
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.9.0
- 3.8.1
- 3.8.0
- 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/.latest-doc-only-change.txt
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
19 changes: 19 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Expand Up @@ -27,6 +27,25 @@
Changelog
---------

4.3.3
.....

Misc
~~~~

* ``Turn Pydantic into an optional dependency (#37320)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
* ``Prepare docs 1st wave of Providers February 2024 (#37326)``
* ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
* ``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)``
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
4.3.2
.....

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

__all__ = ["__version__"]

__version__ = "4.4.0"
__version__ = "4.3.3"

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,9 +23,10 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
state: ready
source-date-epoch: 1705911907
source-date-epoch: 1709554919
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Expand Up @@ -27,6 +27,20 @@
Changelog
---------

7.0.1
.....

Misc
~~~~

* ``Remove references from the code to Jira Issues (#37807)``
* ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)``
* ``Limit 'pandas' to '<2.2' (#37748)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
7.0.0
.....

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

__all__ = ["__version__"]

__version__ = "7.0.0"
__version__ = "7.0.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hive/provider.yaml
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Hive <https://hive.apache.org/>`__
state: ready
source-date-epoch: 1705911912
source-date-epoch: 1709554960
# note that those versions are maintained by release manager - do not update them manually
versions:
- 7.0.1
- 7.0.0
- 6.4.2
- 6.4.1
Expand Down
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/.latest-doc-only-change.txt
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/.latest-doc-only-change.txt
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
12 changes: 12 additions & 0 deletions airflow/providers/apache/livy/CHANGELOG.rst
Expand Up @@ -28,6 +28,18 @@
Changelog
---------

3.7.3
.....

Bug Fixes
~~~~~~~~~

* ``Fix rendering 'LivyOperator.spark_params' (#37361)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
3.7.2
.....

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

__all__ = ["__version__"]

__version__ = "3.7.2"
__version__ = "3.7.3"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/livy/provider.yaml
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Livy <https://livy.apache.org/>`__
state: ready
source-date-epoch: 1707636244
source-date-epoch: 1709556426
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
21 changes: 21 additions & 0 deletions airflow/providers/apache/pinot/CHANGELOG.rst
Expand Up @@ -29,6 +29,27 @@
Changelog
---------

4.3.1
.....

Misc
~~~~

* ``Bump lower-limit for pinotdb (#37690)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
* ``Prepare docs 1st wave of Providers February 2024 (#37326)``
* ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
* ``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)``
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Add documentation for 3rd wave of providers in Deember (#36464)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
4.3.0
.....

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

__all__ = ["__version__"]

__version__ = "4.4.0"
__version__ = "4.3.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/pinot/provider.yaml
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Pinot <https://pinot.apache.org/>`__
state: ready
source-date-epoch: 1705911937
source-date-epoch: 1709555041
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.4
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/.latest-doc-only-change.txt
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/apprise/.latest-doc-only-change.txt
@@ -1 +1 @@
0b680c94922e3f7ca1f3ada8328e315bbae37dc8
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/.latest-doc-only-change.txt
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
2 changes: 1 addition & 1 deletion airflow/providers/asana/.latest-doc-only-change.txt
@@ -1 +1 @@
cead3da4a6f483fa626b81efd27a24dcb5a36ab0
5a0be392e66f8e5426ba3478621115e92fcf245b
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
5a0be392e66f8e5426ba3478621115e92fcf245b
19 changes: 19 additions & 0 deletions airflow/providers/celery/CHANGELOG.rst
Expand Up @@ -27,6 +27,25 @@
Changelog
---------

3.6.1
.....

Bug Fixes
~~~~~~~~~

* ``Remove pid arg from celery option to fix duplicate pid issue, Move celery command to provider package (#36794)``
* ``Change AirflowTaskTimeout to inherit BaseException (#35653)``

Misc
~~~~

* ``Migrate executor docs to respective providers (#37728)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Resolve G003: "Logging statement uses +" (#37848)``
* ``Add comment about versions updated by release manager (#37488)``
3.6.0
.....

Expand Down

0 comments on commit 83316b8

Please sign in to comment.