Skip to content

Commit

Permalink
Prepare docs for Aug 3rd wave of providers (#41714)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Aug 25, 2024
1 parent 1c53961 commit 2f95290
Show file tree
Hide file tree
Showing 22 changed files with 143 additions and 55 deletions.
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.1
.....

Bug Fixes
~~~~~~~~~

* ``fix: Missing 'slots_occupied' in 'CeleryKubernetesExecutor' and 'LocalKubernetesExecutor' (#41602)``


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

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.0"
__version__ = "3.8.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/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: 1723969853
source-date-epoch: 1724520600
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.1
- 3.8.0
- 3.7.3
- 3.7.2
Expand Down
11 changes: 11 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
Changelog
---------

8.4.1
.....

Bug Fixes
~~~~~~~~~

* ``fix: 'KubernetesExecutor' failing the task in case the watcher receives an event with the reason ProviderFailed (#41186)``
* ``fix: 'do_xcom_push' and 'get_logs' functionality for KubernetesJobOperator (#40814)``
* ``fix: 'KubernetesHook' loading config file with '_is_in_cluster' set as False (#41464)``
* ``fix: Missing 'slots_occupied' in 'CeleryKubernetesExecutor' and 'LocalKubernetesExecutor' (#41602)``

8.4.0
.....

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.0"
__version__ = "8.4.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/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: 1723969891
source-date-epoch: 1724520459
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.4.1
- 8.4.0
- 8.3.4
- 8.3.3
Expand Down
3 changes: 3 additions & 0 deletions airflow/providers/openlineage/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ Features
* ``feat: add debug facet to all OpenLineage events (#41217)``
* ``feat: add fileloc to DAG info in AirflowRunFacet (#41311)``
* ``feat: remove openlineage client deprecated from_environment() method (#41310)``
* ``feat: openlineage listener captures hook-level lineage (#41482)``

Bug Fixes
~~~~~~~~~

* ``fix: get task dependencies without serializing task tree to string (#41494)``
* ``fix: return empty data instead of None when OpenLineage on_start method is missing (#41268)``
* ``fix: replace dagTree with downstream_task_ids (#41587)``

Misc
~~~~
Expand All @@ -54,6 +56,7 @@ Misc

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs for Aug 2nd wave of providers (#41559)``
1.10.0
......
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/ssh/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
Changelog
---------

3.13.1
......

Bug Fixes
~~~~~~~~~

* ``SSHHook: check if existing connection is still alive (#41061)``

3.13.0
......

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

__all__ = ["__version__"]

__version__ = "3.13.0"
__version__ = "3.13.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/ssh/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
state: ready
source-date-epoch: 1723970592
source-date-epoch: 1724520401
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.13.1
- 3.13.0
- 3.12.0
- 3.11.2
Expand Down
15 changes: 15 additions & 0 deletions airflow/providers/tabular/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
Changelog
---------

1.6.1
.....

.. note::
This release is the last release for this provider.
Please migrate to apache-airflow-providers-apache-iceberg

Misc
~~~~~

* ``Mark tabular provider as removed (#41629)``

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

Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/tabular/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Tabular <https://tabular.io/>`__
state: removed
source-date-epoch: 1723970601
source-date-epoch: 1724520282
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
Expand Down
14 changes: 13 additions & 1 deletion docs/apache-airflow-providers-celery/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,26 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.8.1
.....

Latest change: 2024-08-20

================================================================================================= =========== ======================================================================================================
Commit Committed Subject
================================================================================================= =========== ======================================================================================================
`5cb582b51f <https://github.com/apache/airflow/commit/5cb582b51fb17a7724d22ed2eeca80b1a50610f3>`_ 2024-08-20 ``fix: Missing 'slots_occupied' in 'CeleryKubernetesExecutor' and 'LocalKubernetesExecutor' (#41602)``
================================================================================================= =========== ======================================================================================================

3.8.0
.....

Latest change: 2024-08-13
Latest change: 2024-08-19

================================================================================================= =========== =======================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
`6570c6d1bb <https://github.com/apache/airflow/commit/6570c6d1bb620c6a952a16743c7168c775f6ad70>`_ 2024-08-13 ``Remove deprecated SubDags (#41390)``
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
================================================================================================= =========== =======================================================================
Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-celery/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apache-airflow-providers-celery package
`Celery <https://docs.celeryq.dev/en/stable/>`__


Release: 3.8.0
Release: 3.8.1

Provider package
----------------
Expand Down Expand Up @@ -121,5 +121,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-celery 3.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-celery 3.8.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.8.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.1-py3-none-any.whl.sha512>`__)
17 changes: 16 additions & 1 deletion docs/apache-airflow-providers-cncf-kubernetes/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind



8.4.1
.....

Latest change: 2024-08-23

================================================================================================= =========== ================================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================================
`09ce3a5100 <https://github.com/apache/airflow/commit/09ce3a5100c266369350c85e9f9a0f72ecca9e98>`_ 2024-08-23 ``K8s Executor: failing the task in case the watcher receives an event with the reason ProviderFailed (#41186)``
`170b9ce907 <https://github.com/apache/airflow/commit/170b9ce90793191f7c97c6dbd09adab492082970>`_ 2024-08-22 ``Fix 'do_xcom_push' and 'get_logs' functionality for KubernetesJobOperator (#40814)``
`ef5da26166 <https://github.com/apache/airflow/commit/ef5da26166285debd655486706c14d26337257be>`_ 2024-08-20 ``Add missing flag (#41464)``
`5cb582b51f <https://github.com/apache/airflow/commit/5cb582b51fb17a7724d22ed2eeca80b1a50610f3>`_ 2024-08-20 ``fix: Missing 'slots_occupied' in 'CeleryKubernetesExecutor' and 'LocalKubernetesExecutor' (#41602)``
================================================================================================= =========== ================================================================================================================

8.4.0
.....

Latest change: 2024-08-14
Latest change: 2024-08-19

================================================================================================= =========== =======================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
`530495c45b <https://github.com/apache/airflow/commit/530495c45b3094b38a7b3e37eeab2de8c21c64d7>`_ 2024-08-14 ``Describe behaviour in docstring correctly (#41458)``
`6570c6d1bb <https://github.com/apache/airflow/commit/6570c6d1bb620c6a952a16743c7168c775f6ad70>`_ 2024-08-13 ``Remove deprecated SubDags (#41390)``
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-cncf-kubernetes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package
`Kubernetes <https://kubernetes.io/>`__


Release: 8.4.0
Release: 8.4.1

Provider package
----------------
Expand Down
5 changes: 4 additions & 1 deletion docs/apache-airflow-providers-openlineage/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
1.11.0
......

Latest change: 2024-08-15
Latest change: 2024-08-23

================================================================================================= =========== ===============================================================================================
Commit Committed Subject
================================================================================================= =========== ===============================================================================================
`4b42691021 <https://github.com/apache/airflow/commit/4b42691021df8cb9ff6bd7a5e1ce447d17c0d660>`_ 2024-08-23 ``feat: openlineage listener captures hook-level lineage (#41482)``
`86e12a9a30 <https://github.com/apache/airflow/commit/86e12a9a307c3e5ac5d0294ee1a5c973f080ad53>`_ 2024-08-21 ``fix: replace dagTree with downstream_task_ids (#41587)``
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
`0e7c757a1b <https://github.com/apache/airflow/commit/0e7c757a1b2432bcf32ba7c9b8d1a0f82d33487e>`_ 2024-08-15 ``fix: get task dependencies without serializing task tree to string (#41494)``
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
`d12eb43960 <https://github.com/apache/airflow/commit/d12eb439603f896f22e4cd6f4e5daef22ae86254>`_ 2024-08-12 ``feat: add debug facet to all OpenLineage events (#41217)``
Expand Down
19 changes: 10 additions & 9 deletions docs/apache-airflow-providers-openlineage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,16 @@ Requirements

The minimum Apache Airflow version supported by this provider package is ``2.8.0``.

======================================= ==================
PIP package Version required
======================================= ==================
``apache-airflow`` ``>=2.8.0``
``apache-airflow-providers-common-sql`` ``>=1.6.0``
``attrs`` ``>=22.2``
``openlineage-integration-common`` ``>=1.16.0``
``openlineage-python`` ``>=1.16.0``
======================================= ==================
========================================== ==================
PIP package Version required
========================================== ==================
``apache-airflow`` ``>=2.8.0``
``apache-airflow-providers-common-sql`` ``>=1.6.0``
``apache-airflow-providers-common-compat`` ``>=1.2.0``
``attrs`` ``>=22.2``
``openlineage-integration-common`` ``>=1.16.0``
``openlineage-python`` ``>=1.16.0``
========================================== ==================

Cross provider package dependencies
-----------------------------------
Expand Down
14 changes: 13 additions & 1 deletion docs/apache-airflow-providers-ssh/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,26 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.13.1
......

Latest change: 2024-08-21

================================================================================================= =========== =================================================================
Commit Committed Subject
================================================================================================= =========== =================================================================
`d404a1438f <https://github.com/apache/airflow/commit/d404a1438fb2680fa3e9f48fb10ae5d68fa738f5>`_ 2024-08-21 ``SSHHook: check if existing connection is still alive (#41061)``
================================================================================================= =========== =================================================================

3.13.0
......

Latest change: 2024-08-12
Latest change: 2024-08-19

================================================================================================= =========== =======================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
================================================================================================= =========== =======================================================================

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-ssh/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ apache-airflow-providers-ssh package
`Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__


Release: 3.13.0
Release: 3.13.1

Provider package
----------------
Expand Down
14 changes: 13 additions & 1 deletion docs/apache-airflow-providers-tabular/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,26 @@ For high-level changelog, see :doc:`package information including changelog <ind



1.6.1
.....

Latest change: 2024-08-22

================================================================================================= =========== =============================================
Commit Committed Subject
================================================================================================= =========== =============================================
`9674af5f88 <https://github.com/apache/airflow/commit/9674af5f88929f5057158241330f4ef4fd08beb2>`_ 2024-08-22 ``Mark tabular provider as removed (#41629)``
================================================================================================= =========== =============================================

1.6.0
.....

Latest change: 2024-08-12
Latest change: 2024-08-19

================================================================================================= =========== =======================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
================================================================================================= =========== =======================================================================

Expand Down
Loading

0 comments on commit 2f95290

Please sign in to comment.