Skip to content

Commit

Permalink
Prepare docs for Nov 2nd wave of ad hoc providers (#44321)
Browse files Browse the repository at this point in the history
* Prepare docs for Nov 2nd wave of providers

* add standard provider
  • Loading branch information
eladkal authored Nov 24, 2024
1 parent 1275fec commit f0da8ee
Show file tree
Hide file tree
Showing 20 changed files with 174 additions and 19 deletions.
15 changes: 14 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,27 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.8.5
.....

Latest change: 2024-11-24

================================================================================================= =========== ====================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================
`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
`a41feeb5ae <https://github.com/apache/airflow/commit/a41feeb5aedad842be2b0f954e0be30c767dbc5e>`_ 2024-11-15 ``Re-queue tassk when they are stuck in queued (#43520)``
================================================================================================= =========== ====================================================================

3.8.4
.....

Latest change: 2024-11-05
Latest change: 2024-11-14

================================================================================================= =========== ========================================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================================
`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
`b9b0614049 <https://github.com/apache/airflow/commit/b9b06140491d55878954b1a490c76ce7593b6357>`_ 2024-11-05 ``AIP-72: Remove DAG pickling (#43667)``
`06088a3abc <https://github.com/apache/airflow/commit/06088a3abcbb46533e74de360746db766d50cf66>`_ 2024-10-31 ``Standard provider python operator (#42081)``
`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
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.4
Release: 3.8.5

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.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.4.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.8.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.4-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-celery 3.8.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.8.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5-py3-none-any.whl.sha512>`__)
15 changes: 15 additions & 0 deletions docs/apache-airflow-providers-cncf-kubernetes/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ For high-level changelog, see :doc:`package information including changelog <ind



10.0.1
......

Latest change: 2024-11-24

================================================================================================= =========== ===========================================================================================================================================================
Commit Committed Subject
================================================================================================= =========== ===========================================================================================================================================================
`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
`4bce3a353a <https://github.com/apache/airflow/commit/4bce3a353accf8709e69b0e71b72bcf333b2bba6>`_ 2024-11-18 ``Bugfix KubernetesJobOperator.on_kill() by removing unexpected 'job' argument from the k8s job client method 'delete_namespaced_job' invocation (#44131)``
`a41feeb5ae <https://github.com/apache/airflow/commit/a41feeb5aedad842be2b0f954e0be30c767dbc5e>`_ 2024-11-15 ``Re-queue tassk when they are stuck in queued (#43520)``
`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)``
================================================================================================= =========== ===========================================================================================================================================================

10.0.0
......

Expand All @@ -43,6 +57,7 @@ Latest change: 2024-11-14
================================================================================================= =========== ================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================
`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
`66d86f5166 <https://github.com/apache/airflow/commit/66d86f51663718300917a5194eabd20ee67efdb5>`_ 2024-11-14 ``Update 'namespace' priority for 'find_pod' function (#43762)``
`ac4dec163c <https://github.com/apache/airflow/commit/ac4dec163c59fab4f4edffd880720cea70c81b4b>`_ 2024-11-12 ``terminate kubernetes watch in case of unknown error (#43645)``
`6d85a0466d <https://github.com/apache/airflow/commit/6d85a0466d91d501af87c8904b902ea92cee466d>`_ 2024-11-09 ``Remove deprecations cncf.kubernetes (#43689)``
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: 10.0.0
Release: 10.0.1

Provider package
----------------
Expand Down
23 changes: 23 additions & 0 deletions docs/apache-airflow-providers-google/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@ For high-level changelog, see :doc:`package information including changelog <ind



11.0.0
......

Latest change: 2024-11-24

================================================================================================= =========== =============================================================================================================
Commit Committed Subject
================================================================================================= =========== =============================================================================================================
`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
`3c58e01266 <https://github.com/apache/airflow/commit/3c58e01266f884544fdebc70f92b63848c610d2d>`_ 2024-11-23 ``Bump 'google-cloud-translate' to '3.16' (#44297)``
`da94686520 <https://github.com/apache/airflow/commit/da9468652056794a4a4cd5f11ef4abaac6a16a9a>`_ 2024-11-22 ``Fix incorrect query in 'BigQueryAsyncHook.create_job_for_partition_get'. (#44225)``
`5f6b233906 <https://github.com/apache/airflow/commit/5f6b233906e69c6437bf556827844842683a5555>`_ 2024-11-22 ``feat: add OpenLineage support for BigQueryToBigQueryOperator (#44214)``
`b22e3c1fcd <https://github.com/apache/airflow/commit/b22e3c1fcd5d92238f0c187c8338c11bdae73acb>`_ 2024-11-22 ``Fix Dataplex Data Quality partial update (#44262)``
`91bd1eafb0 <https://github.com/apache/airflow/commit/91bd1eafb035ff311a9d573b3004699e68200e08>`_ 2024-11-22 ``Introduce gcp advance API (V3) translate native datasets operators (#44271)``
`f6bbc633cb <https://github.com/apache/airflow/commit/f6bbc633cb4fd05ae26137e5f5ca99b5f6d64abb>`_ 2024-11-22 ``fix google datacatalog operator tests (#44281)``
`8440016d3e <https://github.com/apache/airflow/commit/8440016d3e8c50056cad5da346ac24289a52670d>`_ 2024-11-20 ``Introduce new gcp TranslateText and TranslateTextBatch operators (#43860)``
`a0f3353c47 <https://github.com/apache/airflow/commit/a0f3353c471e4d9a2cd4b23f0c358d0ae908580a>`_ 2024-11-20 ``Move Asset user facing components to task_sdk (#43773)``
`8f03ab24e0 <https://github.com/apache/airflow/commit/8f03ab24e0c5d552decfbd891fe59f06c217f3bf>`_ 2024-11-20 ``Add gcloud command to DataprocCreateClusterOperator to be able to create dataproc on GKE cluster (#44185)``
`3256e432d7 <https://github.com/apache/airflow/commit/3256e432d718fdd121c8fcf5687eec972e0c3f6c>`_ 2024-11-16 ``Remove deprecated functionality from Google provider (#43953)``
`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)``
================================================================================================= =========== =============================================================================================================

10.26.0
.......

Expand All @@ -50,6 +72,7 @@ Latest change: 2024-11-14
================================================================================================= =========== ================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================
`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
`e4426c3d36 <https://github.com/apache/airflow/commit/e4426c3d361c0e5cc12d68d0921685207fb752ed>`_ 2024-11-14 ``Remove non-existing field from the ListCustomTrainingJobOperator's template_fields (#43924)``
`e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)``
`be870f6843 <https://github.com/apache/airflow/commit/be870f6843d851a16bdfae17f17b2d4baf97f7e3>`_ 2024-11-13 ``Remove Airflow 2.1 compat code in Google provider (#43952)``
Expand Down
10 changes: 5 additions & 5 deletions docs/apache-airflow-providers-google/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Google services including:
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)


Release: 10.26.0
Release: 11.0.0

Provider package
----------------
Expand Down Expand Up @@ -133,7 +133,7 @@ PIP package Version required
``google-cloud-build`` ``>=3.22.0``
``google-cloud-compute`` ``>=1.10.0``
``google-cloud-container`` ``>=2.17.4``
``google-cloud-datacatalog`` ``>=3.11.1``
``google-cloud-datacatalog`` ``>=3.23.0``
``google-cloud-dataflow-client`` ``>=0.8.6``
``google-cloud-dataform`` ``>=0.5.0``
``google-cloud-dataplex`` ``>=1.10.0``
Expand All @@ -156,7 +156,7 @@ PIP package Version required
``google-cloud-storage-transfer`` ``>=1.4.1``
``google-cloud-tasks`` ``>=2.13.0``
``google-cloud-texttospeech`` ``>=2.14.1``
``google-cloud-translate`` ``>=3.11.0``
``google-cloud-translate`` ``>=3.16.0``
``google-cloud-videointelligence`` ``>=2.11.0``
``google-cloud-vision`` ``>=3.4.0``
``google-cloud-workflows`` ``>=1.10.0``
Expand Down Expand Up @@ -221,5 +221,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-google 10.26.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.26.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.26.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.26.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-google 10.26.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.26.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.26.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.26.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-google 11.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-google 11.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0-py3-none-any.whl.sha512>`__)
17 changes: 17 additions & 0 deletions docs/apache-airflow-providers-standard/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ For high-level changelog, see :doc:`package information including changelog <ind



0.0.2
.....

Latest change: 2024-11-24

================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
`d0f433b024 <https://github.com/apache/airflow/commit/d0f433b0245e910ec568aaf255f28499e296ffce>`_ 2024-11-21 ``Fix TriggerDagRunOperator extra_link when trigger_dag_id is templated (#42810)``
`f05ce08362 <https://github.com/apache/airflow/commit/f05ce083620aa1c1be34c1c8f9190286a3fe3532>`_ 2024-11-20 ``Move 'TriggerDagRunOperator' to standard provider (#44053)``
`36803b8bd9 <https://github.com/apache/airflow/commit/36803b8bd9a8b6786b89d54c50726c5b08f9d7ea>`_ 2024-11-17 ``Move filesystem sensor to standard provider (#43890)``
`b6c75d2cd6 <https://github.com/apache/airflow/commit/b6c75d2cd6ba459ba4134a32bd22be56309d0f91>`_ 2024-11-17 ``update standard provider CHANGELOG.rst (#44110)``
`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)``
================================================================================================= =========== ==================================================================================

0.0.1
.....

Expand All @@ -43,6 +59,7 @@ Latest change: 2024-11-14
================================================================================================= =========== ================================================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================================================
`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
`2ef8438eec <https://github.com/apache/airflow/commit/2ef8438eecb35027601982bd00865acca737a5b3>`_ 2024-11-14 ``move version imports to inside utils (#44018)``
`e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)``
`f757b87581 <https://github.com/apache/airflow/commit/f757b87581d1ef7a298aabc77b0cfcc8b777cc11>`_ 2024-11-11 ``update how to guide section with doc references (#43889)``
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-standard/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ apache-airflow-providers-standard package
Airflow Standard Provider


Release: 0.0.1
Release: 0.0.2

Provider package
----------------
Expand Down
13 changes: 13 additions & 0 deletions providers/src/airflow/providers/celery/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
Changelog
---------

3.8.5
.....

Bug Fixes
~~~~~~~~~

* ``Re-queue tassk when they are stuck in queued (#43520)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
3.8.4
.....

Expand Down
2 changes: 1 addition & 1 deletion providers/src/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.4"
__version__ = "3.8.5"

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 providers/src/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: 1731569536
source-date-epoch: 1732429232
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.5
- 3.8.4
- 3.8.3
- 3.8.2
Expand Down
19 changes: 19 additions & 0 deletions providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ Changelog
---------


10.0.1
......

Bug Fixes
~~~~~~~~~

* ``Bugfix KubernetesJobOperator.on_kill() by removing unexpected 'job' argument from the k8s job client method 'delete_namespaced_job' invocation (#44131)``
* ``Re-queue tassk when they are stuck in queued (#43520)``

Misc
~~~~

* ``Rename execution_date to logical_date across codebase (#43902)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
10.0.0
......

Expand Down
Loading

0 comments on commit f0da8ee

Please sign in to comment.