Skip to content

Commit

Permalink
Prepare docs 3rd wave May 2024 (apache#39738)
Browse files Browse the repository at this point in the history
* Prepare docs 3rd wave May 2024

* apply recent changes to release
  • Loading branch information
eladkal authored May 26, 2024
1 parent e81cefb commit 34500f3
Show file tree
Hide file tree
Showing 436 changed files with 3,118 additions and 441 deletions.
13 changes: 13 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

3.8.1
.....

Misc
~~~~

* ``Simplify 'airflow_version' imports (#39497)``
* ``Faster 'airflow_version' imports (#39552)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
3.8.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.8.0"
__version__ = "3.8.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Airbyte <https://airbyte.com/>`__
state: ready
source-date-epoch: 1715384388
source-date-epoch: 1716286241
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.1
- 3.8.0
- 3.7.0
- 3.6.0
Expand Down
18 changes: 18 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@
Changelog
---------

2.8.1
.....

Bug Fixes
~~~~~~~~~

* ``fix oss key prefix bug in oss_task_handler (#39627)``

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
2.8.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "2.8.0"
__version__ = "2.8.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
state: ready
source-date-epoch: 1715384389
source-date-epoch: 1716286324
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.8.1
- 2.8.0
- 2.7.3
- 2.7.2
Expand Down
25 changes: 25 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,31 @@
Changelog
---------

8.23.0
......

Features
~~~~~~~~

* ``Amazon Bedrock - Retrieve and RetrieveAndGenerate (#39500)``
* ``Introduce Amazon Comprehend Service (#39592)``

Bug Fixes
~~~~~~~~~

* ``fix: empty openlineage dataset name for AthenaExtractor (#39677)``
* ``Fix default value for aws batch operator retry strategy (#39608)``
* ``Sagemaker trigger: pass the job name as part of the event (#39671)``
* ``Handle task adoption for batch executor (#39590)``
* ``bugfix: handle invalid cluster states in NeptuneStopDbClusterOperator (#38287)``
* ``Fix automatic termination issue in 'EmrOperator' by ensuring 'waiter_max_attempts' is set for deferrable triggers (#38658)``

Misc
~~~~

* ``Resolving EMR deprecated warnings (#39743)``
* ``misc: add comment about remove unused code (#39748)``

8.22.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "8.22.0"
__version__ = "8.23.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
state: ready
source-date-epoch: 1715450472
source-date-epoch: 1716286347
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.23.0
- 8.22.0
- 8.21.0
- 8.20.0
Expand Down
18 changes: 18 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@
Changelog
---------

5.7.1
.....

Bug Fixes
~~~~~~~~~

* ``Fix deferrable mode for BeamRunJavaPipelineOperator (#39371)``

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
5.7.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "5.7.0"
__version__ = "5.7.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
state: ready
source-date-epoch: 1715384393
source-date-epoch: 1716286408
# note that those versions are maintained by release manager - do not update them manually
versions:
- 5.7.1
- 5.7.0
- 5.6.3
- 5.6.2
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/cassandra/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

3.5.1
.....

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
3.5.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/cassandra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.5.0"
__version__ = "3.5.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Cassandra <https://cassandra.apache.org/>`__.
state: ready
source-date-epoch: 1715384394
source-date-epoch: 1716286425
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ Changelog
---------


2.7.1
.....

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
2.7.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "2.7.0"
__version__ = "2.7.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.
state: ready
source-date-epoch: 1715384396
source-date-epoch: 1716286445
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
Expand Down
19 changes: 19 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@
Changelog
---------

3.10.1
......

Bug Fixes
~~~~~~~~~

* ``Pass SSL arg to all requests in DruidOperator (#39066)``

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
3.10.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.10.0"
__version__ = "3.10.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.
state: ready
source-date-epoch: 1715384397
source-date-epoch: 1716286459
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.10.1
- 3.10.0
- 3.9.0
- 3.8.1
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/apache/flink/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
Changelog
---------

1.4.1
.....

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
1.4.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.4.0"
__version__ = "1.4.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/flink/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Flink <https://flink.apache.org/>`__
state: ready
source-date-epoch: 1715384398
source-date-epoch: 1716286499
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
Changelog
---------

4.4.1
.....

Misc
~~~~

* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
4.4.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "4.4.0"
__version__ = "4.4.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
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: 1715384399
source-date-epoch: 1716286512
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.4.1
- 4.4.0
- 4.3.3
- 4.3.2
Expand Down
Loading

0 comments on commit 34500f3

Please sign in to comment.