Skip to content

Commit

Permalink
Prepare docs for Sep 1st wave of providers (#42387)
Browse files Browse the repository at this point in the history
* Prepare docs for Sep 1st wave of providers

* fix spelling

* update fab
  • Loading branch information
eladkal committed Sep 21, 2024
1 parent 6a527c9 commit 7628d47
Show file tree
Hide file tree
Showing 182 changed files with 1,300 additions and 243 deletions.
9 changes: 9 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ Breaking changes
The ``token_url`` parameter is optional and it is used to create the access token, the default value is ``v1/applications/token`` used by Airbyte Cloud.
You must remove the ``api_type`` parameter from your DAG it isn't required anymore.

* ``Update provider to use Airbyte API Python SDK (#41122)``

Misc
~~~~

* ``Fix wrong casing in airbyte hook. (#42170)``
* ``Pin airbyte-api to 0.51.0 (#42155)``
* ``remove deprecated soft_fail from providers (#41710)``

3.9.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.9.0"
__version__ = "4.0.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
Changelog
---------

2.9.1
.....

Misc
~~~~

* ``remove deprecated soft_fail from providers (#41710)``
* ``Remove deprecated log handler argument filename_template (#41552)``

2.9.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.9.0"
__version__ = "2.9.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.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: 1723968880
source-date-epoch: 1726859672
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.9.1
- 2.9.0
- 2.8.1
- 2.8.0
Expand Down
32 changes: 32 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,38 @@
Changelog
---------

8.29.0
......

Features
~~~~~~~~

* ``Adding support for volume configurations in ECSRunTaskOperator (#42087)``
* ``Openlineage s3 to redshift operator integration (#41575)``

Bug Fixes
~~~~~~~~~

* ``ECSExecutor: Drop params that aren't compatible with EC2 (#42228)``
* ``Fix 'GlueDataBrewStartJobOperator' template fields (#42073)``
* ``validate aws service exceptions in waiters (#41941)``
* ``Fix treatment of "#" in S3Hook.parse_s3_url() (#41796)``
* ``fix: remove part of openlineage extraction from S3ToRedshiftOperator (#41631)``
* ``filename template arg in providers file task handlers backward compitability support (#41633)``
* ``fix: select_query should have precedence over default query in RedshiftToS3Operator (#41634)``

Misc
~~~~

* ``Actually move saml to amazon provider (mistakenly added in papermill) (#42148)``
* ``Use base aws classes in AWS Glue DataBrew Operators/Triggers (#41848)``
* ``Move 'register_views' to auth manager interface (#41777)``
* ``airflow.models.taskinstance deprecations removed (#41784)``
* ``remove deprecated soft_fail from providers (#41710)``
* ``remove deprecated soft_fail from providers part2 (#41727)``
* ``Limit watchtower as depenendcy as 3.3.0 breaks moin. (#41612)``
* ``Remove deprecated log handler argument filename_template (#41552)``

8.28.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.28.0"
__version__ = "8.29.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.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: 1723968989
source-date-epoch: 1726859877
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.29.0
- 8.28.0
- 8.27.0
- 8.26.0
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.5.1
.....

Misc
~~~~

* ``remove deprecated soft_fail from providers (#41710)``

1.5.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.5.0"
__version__ = "1.5.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.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: 1723969183
source-date-epoch: 1726859992
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

4.5.1
.....

Misc
~~~~

* ``Remove deprecated log handler argument filename_template (#41552)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.5.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.5.0"
__version__ = "4.5.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.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: 1723969196
source-date-epoch: 1726860025
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.5.1
- 4.5.0
- 4.4.2
- 4.4.1
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/impala/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
Changelog
---------

1.5.1
.....

Misc
~~~~

* ``Make kerberos an optional and devel dependency for impala and fab (#41616)``


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

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

__all__ = ["__version__"]

__version__ = "1.5.0"
__version__ = "1.5.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/impala/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Impala <https://impala.apache.org/>`__.
state: ready
source-date-epoch: 1723969232
source-date-epoch: 1726860060
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/livy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
Changelog
---------

3.9.1
.....

Bug Fixes
~~~~~~~~~

* ``bugfix/livy-set-base-url (#41658)``


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

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

__all__ = ["__version__"]

__version__ = "3.9.0"
__version__ = "3.9.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/livy/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Livy <https://livy.apache.org/>`__
state: ready
source-date-epoch: 1723969297
source-date-epoch: 1726860080
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.9.1
- 3.9.0
- 3.8.1
- 3.8.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
Changelog
---------

4.11.0
......

Features
~~~~~~~~

* ``Add kerberos related connection fields(principal, keytab) on SparkSubmitHook (#40757)``


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

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.10.0"
__version__ = "4.11.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.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: 1723969336
source-date-epoch: 1726860120
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.2
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/celery/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

3.8.2
.....

Misc
~~~~

* ``remove deprecated soft_fail from providers (#41710)``


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

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

__all__ = ["__version__"]

__version__ = "3.8.1"
__version__ = "3.8.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/celery/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Celery <https://docs.celeryq.dev/en/stable/>`__
state: ready
source-date-epoch: 1724520600
source-date-epoch: 1726860145
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.3
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.6.0"
__version__ = "4.0.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
16 changes: 16 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@
Changelog
---------

8.4.2
.....

Misc
~~~~

* ``Deprecated configuration removed (#42129)``
* ``docstring update in AsyncKubernetesHook (#41929)``
* ``Remove Airflow 2.7 support from Kubernetes Provider (#41746)``
* ``remove deprecated soft_fail from providers (#41710)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add TODOs in providers code for Subdag code removal (#41963)``
8.4.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.4.1"
__version__ = "8.4.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
Loading

0 comments on commit 7628d47

Please sign in to comment.