Skip to content

Commit

Permalink
Prepare docs 2nd wave June 2024 (apache#40273)
Browse files Browse the repository at this point in the history
* Prepare docs 2nd wave June 2024

* fix amazon release notes

* update release

* update fab provider

* add openlineage

* updates

* fix

* fix fab
  • Loading branch information
eladkal authored Jun 22, 2024
1 parent 33a1419 commit 6e5ae26
Show file tree
Hide file tree
Showing 241 changed files with 1,672 additions and 335 deletions.
21 changes: 21 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,27 @@
Changelog
---------

8.25.0
......

Features
~~~~~~~~

* ``Add Amazon Comprehend Document Classifier (#40287)``

Bug Fixes
~~~~~~~~~

* ``Fix 'importlib_metadata' import in aws utils (#40134)``
* ``openlineage, redshift: do not call DB for schemas below Airflow 2.10 (#40197)``
* ``Lazy match escaped quotes in 'RedshiftToS3Operator' (#40206)``
* ``Use stdlib 'importlib.metadata' for retrieve 'botocore' package version (#40137)``

Misc
~~~~

* ``Update pandas minimum requirement for Python 3.12 (#40272)``

8.24.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.24.0"
__version__ = "8.25.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: 1717051501
source-date-epoch: 1718602112
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.25.0
- 8.24.0
- 8.23.0
- 8.22.0
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Changelog
---------


2.7.2
.....

Misc
~~~~

* ``remove deprecation drill (#39732)``

2.7.1
.....

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.1"
__version__ = "2.7.2"

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: 1716286445
source-date-epoch: 1718602179
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.1
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/apache/flink/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
Changelog
---------

1.4.2
.....

Misc
~~~~

* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

1.4.1
.....

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.1"
__version__ = "1.4.2"

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: 1716286499
source-date-epoch: 1718603786
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
Changelog
---------

4.4.2
.....

Misc
~~~~

* ``Update pandas minimum requirement for Python 3.12 (#40272)``
* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

4.4.1
.....

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.1"
__version__ = "4.4.2"

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: 1716286512
source-date-epoch: 1718603811
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.3
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
Changelog
---------

8.1.2
.....

Misc
~~~~

* ``Update pandas minimum requirement for Python 3.12 (#40272)``
* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

8.1.1
.....

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

__all__ = ["__version__"]

__version__ = "8.1.1"
__version__ = "8.1.2"

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/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Hive <https://hive.apache.org/>`__
state: ready
source-date-epoch: 1716286532
source-date-epoch: 1718603836
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
478ac9cb87ca75ed5eaf307764dd6a0ba9790233
18 changes: 18 additions & 0 deletions airflow/providers/apache/kafka/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
Changelog
---------

1.5.0
.....

Features
~~~~~~~~

* ``Add 'delete_topic' to 'KafkaAdminClientHook' (#40142)``

Bug Fixes
~~~~~~~~~

* ``Default client in KafkaBaseHook (#40284)``

Misc
~~~~

* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

1.4.1
.....

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

__all__ = ["__version__"]

__version__ = "1.4.1"
__version__ = "1.5.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/apache/kafka/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka

state: ready
source-date-epoch: 1716286626
source-date-epoch: 1718603924
description: |
`Apache Kafka <https://kafka.apache.org/>`__
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.1
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/apache/kylin/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Changelog
---------


3.6.2
.....

Misc
~~~~

* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

3.6.1
.....

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

__all__ = ["__version__"]

__version__ = "3.6.1"
__version__ = "3.6.2"

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/kylin/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Kylin <https://kylin.apache.org/>`__
state: ready
source-date-epoch: 1716286673
source-date-epoch: 1718603957
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.0
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
Changelog
---------

4.8.2
.....

Misc
~~~~

* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

4.8.1
.....

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

__all__ = ["__version__"]

__version__ = "4.8.1"
__version__ = "4.8.2"

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/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Spark <https://spark.apache.org/>`__
state: ready
source-date-epoch: 1716286771
source-date-epoch: 1718603978
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.8.2
- 4.8.1
- 4.8.0
- 4.7.2
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/cloudant/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
Changelog
---------

3.5.2
.....

Misc
~~~~

* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``

3.5.1
.....

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

__all__ = ["__version__"]

__version__ = "3.5.1"
__version__ = "3.5.2"

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/cloudant/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
state: ready
source-date-epoch: 1716287004
source-date-epoch: 1718603992
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
Changelog
---------

8.3.2
.....

Bug Fixes
~~~~~~~~~

* ``Fix Scheduler restarting due to too many completed pods in cluster (#40183)``

Misc
~~~~

* ``Bump minimum kubernetes lib version to kubernetes 29.0.0 (#40253)``

8.3.1
.....

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

__all__ = ["__version__"]

__version__ = "8.3.1"
__version__ = "8.3.2"

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/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Kubernetes <https://kubernetes.io/>`__
state: ready
source-date-epoch: 1717567104
source-date-epoch: 1718604007
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.3.2
- 8.3.1
- 8.3.0
- 8.2.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/compat/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Changelog
1.0.0
.....

Initial version of the provider.
* ``Initial version of the provider. (#40374)``
Loading

0 comments on commit 6e5ae26

Please sign in to comment.