Skip to content

Commit

Permalink
Prepare docs for Sep 2023 2nd wave of Providers (#34360)
Browse files Browse the repository at this point in the history
* Prepare docs for Sep 2023 2nd wave of Providers

* Add google provider

* Add amazon provider
  • Loading branch information
eladkal committed Sep 14, 2023
1 parent dd39f84 commit 7574e16
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 11 deletions.
18 changes: 18 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -26,6 +26,24 @@
Changelog
---------

8.7.1
.....

Bug Fixes
~~~~~~~~~

* ``Bugfix: Fix RDS triggers parameters so that they handle serialization/deserialization (#34222)``
* ``Use a AwsBaseWaiterTrigger-based trigger in EmrAddStepsOperator deferred mode (#34216)``

Misc
~~~~

* ``Refactor: Think positively in providers (#34279)``
* ``Remove unused parameter 'cluster_role_arn' from 'EksPodOperator''s docstring (#34300)``
* ``Correct parameter names in docstring for 'S3CreateObjectOperator' (#34263)``
* ``Refactor: Simplify comparisons (#34181)``
* ``Simplify to bool(...) (#34258)``

8.7.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "8.7.0"
__version__ = "8.7.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 8.7.1
- 8.7.0
- 8.6.0
- 8.5.1
Expand Down
19 changes: 19 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Expand Up @@ -27,6 +27,25 @@
Changelog
---------

7.6.0
.....

Features
~~~~~~~~

* ``Add 'progress_callback' parameter to 'KubernetesPodOperator' (#34153)``

Bug Fixes
~~~~~~~~~

* ``Move definition of Pod*Exceptions to pod_generator (#34346)``
* ``Push to xcom before 'KubernetesPodOperator' deferral (#34209)``

Misc
~~~~

* ``Refactor: Consolidate import textwrap in providers (#34220)``

7.5.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/cncf/kubernetes/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "7.5.1"
__version__ = "7.6.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 7.6.0
- 7.5.1
- 7.5.0
- 7.4.2
Expand Down
28 changes: 28 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Expand Up @@ -27,6 +27,34 @@
Changelog
---------

10.9.0
......

Features
~~~~~~~~

* ``Add explicit support of stream (realtime) pipelines for CloudDataFusionStartPipelineOperator (#34271)``
* ``Add 'expected_terminal_state' parameter to Dataflow operators (#34217)``

Bug Fixes
~~~~~~~~~

* ``Fix 'ComputeEngineInsertInstanceOperator' doesn't respect jinja-templated instance name when given in body argument (#34171)``
* ``fix: BigQuery job error message (#34208)``
* ``GKEPodHook ignores gcp_conn_id parameter. (#34194)``

Misc
~~~~

* ``Bump min common-sql provider version for Google provider (#34257)``
* ``Remove unnecessary call to keys() method on dictionaries (#34260)``
* ``Refactor: Think positively in providers (#34279)``
* ``Refactor: Simplify code in providers/google (#33229)``
* ``Refactor: Simplify comparisons (#34181)``
* ``Deprecate AutoMLTrainModelOperator for NL (#34212)``
* ``Simplify to bool(...) (#34258)``
* ``Make Google Dataform operators templated_fields more consistent (#34187)``

10.8.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "10.8.0"
__version__ = "10.9.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/google/provider.yaml
Expand Up @@ -30,6 +30,7 @@ description: |
suspended: false
versions:
- 10.9.0
- 10.8.0
- 10.7.0
- 10.6.0
Expand Down
20 changes: 19 additions & 1 deletion docs/apache-airflow-providers-amazon/commits.rst
Expand Up @@ -28,14 +28,32 @@ For high-level changelog, see :doc:`package information including changelog <ind



8.7.1
.....

Latest change: 2023-09-13

================================================================================================= =========== ==================================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================================
`05036e619c <https://github.com/apache/airflow/commit/05036e619c0c6dafded1451daac4e07e20aee33f>`_ 2023-09-13 ``Refactor: Think positively in providers (#34279)``
`401e7bd531 <https://github.com/apache/airflow/commit/401e7bd53119e204bf68c75dca28b1e35676c056>`_ 2023-09-12 ``Bugfix: Fix RDS triggers parameters so that they handle serialization/deserialization (#34222)``
`7813d956d2 <https://github.com/apache/airflow/commit/7813d956d2188272e9da6177e873d74ae035f649>`_ 2023-09-12 ``Remove unused parameter 'cluster_role_arn' from 'EksPodOperator''s docstring (#34300)``
`891b33bee8 <https://github.com/apache/airflow/commit/891b33bee8ba56bef227198d944e6814154fd92f>`_ 2023-09-11 ``Correct parameter names in docstring for 'S3CreateObjectOperator' (#34263)``
`94d07908a2 <https://github.com/apache/airflow/commit/94d07908a2188eb650bfab21d89a49b287aee35c>`_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)``
`f0467c9fd6 <https://github.com/apache/airflow/commit/f0467c9fd65e7146b44fc8f9fccb9ad750592371>`_ 2023-09-11 ``Use a AwsBaseWaiterTrigger-based trigger in EmrAddStepsOperator deferred mode (#34216)``
`c5ec7cd294 <https://github.com/apache/airflow/commit/c5ec7cd294ed9363817b358765ed2a250ae76b6d>`_ 2023-09-10 ``Simplify to bool(...) (#34258)``
================================================================================================= =========== ==================================================================================================

8.7.0
.....

Latest change: 2023-09-07
Latest change: 2023-09-08

================================================================================================= =========== ====================================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================================
`21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)``
`4fa66d1700 <https://github.com/apache/airflow/commit/4fa66d17003f10d03a13eda659bca8670bdf5052>`_ 2023-09-07 ``Refactor: Consolidate import and usage of random (#34108)``
`9079093291 <https://github.com/apache/airflow/commit/907909329195c6655d1e2989b05609466ef50563>`_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)``
`a7310f9c91 <https://github.com/apache/airflow/commit/a7310f9c9127cf87a71e0bfa141c066d6a0bc82b>`_ 2023-09-05 ``Refactor regex in providers (#33898)``
Expand Down
17 changes: 16 additions & 1 deletion docs/apache-airflow-providers-cncf-kubernetes/commits.rst
Expand Up @@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information including changelog <ind



7.6.0
.....

Latest change: 2023-09-13

================================================================================================= =========== =========================================================================
Commit Committed Subject
================================================================================================= =========== =========================================================================
`de92a81f00 <https://github.com/apache/airflow/commit/de92a81f002e6c1b3e74ad9d074438b65acb87b6>`_ 2023-09-13 ``Move definition of Pod*Exceptions to pod_generator (#34346)``
`b435b8edef <https://github.com/apache/airflow/commit/b435b8edefd181fa85e6cc6b2b822d113f562e27>`_ 2023-09-09 ``Push to xcom before 'KubernetesPodOperator' deferral (#34209)``
`b5057e0e1f <https://github.com/apache/airflow/commit/b5057e0e1fc6b7a47e38037a97cac862706747f0>`_ 2023-09-09 ``Add 'progress_callback' parameter to 'KubernetesPodOperator' (#34153)``
`c5016f754d <https://github.com/apache/airflow/commit/c5016f754df1b62046b9c1fce09574a69d8edebc>`_ 2023-09-08 ``Refactor: Consolidate import textwrap in providers (#34220)``
================================================================================================= =========== =========================================================================

7.5.1
.....

Latest change: 2023-09-07
Latest change: 2023-09-08

================================================================================================= =========== =================================================================================================
Commit Committed Subject
================================================================================================= =========== =================================================================================================
`21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)``
`6e1de4f9b9 <https://github.com/apache/airflow/commit/6e1de4f9b97bcfc089cd9db67b6ce8b1be3e8142>`_ 2023-09-07 ``fix(providers/spark-kubernetes): respect soft_fail argument when exception is raised (#34167)``
`1005501365 <https://github.com/apache/airflow/commit/10055013652be3e76c964cbc844b075bb688f088>`_ 2023-09-06 ``Used cached property for hook in SparkKubernetesOperator (#34130)``
`7731255975 <https://github.com/apache/airflow/commit/7731255975b9ac1c8cf7b2e363aaa8b9cbba80b8>`_ 2023-09-06 ``Refactor: Consolidate import datetime (#34110)``
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-cncf-kubernetes/index.rst
Expand Up @@ -79,7 +79,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__


Release: 7.5.1
Release: 7.6.0

Provider package
----------------
Expand Down
26 changes: 25 additions & 1 deletion docs/apache-airflow-providers-google/commits.rst
Expand Up @@ -35,14 +35,38 @@ For high-level changelog, see :doc:`package information including changelog <ind



10.9.0
......

Latest change: 2023-09-14

================================================================================================= =========== ================================================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================================================
`b042042086 <https://github.com/apache/airflow/commit/b0420420864b6ada45260e0d00b1b6e72595a966>`_ 2023-09-14 ``Remove unnecessary call to keys() method on dictionaries (#34260)``
`05036e619c <https://github.com/apache/airflow/commit/05036e619c0c6dafded1451daac4e07e20aee33f>`_ 2023-09-13 ``Refactor: Think positively in providers (#34279)``
`3fa9d46ec7 <https://github.com/apache/airflow/commit/3fa9d46ec74ef8453fcf17fbd49280cb6fb37cef>`_ 2023-09-12 ``Refactor: Simplify code in providers/google (#33229)``
`4dcdc34996 <https://github.com/apache/airflow/commit/4dcdc349964647ade80702e3d34bbf819ddf7661>`_ 2023-09-11 ``Add explicit support of stream (realtime) pipelines for CloudDataFusionStartPipelineOperator (#34271)``
`94d07908a2 <https://github.com/apache/airflow/commit/94d07908a2188eb650bfab21d89a49b287aee35c>`_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)``
`0110b22a60 <https://github.com/apache/airflow/commit/0110b22a603f86fbc6f1311ef1c9a23505ca6f87>`_ 2023-09-11 ``Fix 'ComputeEngineInsertInstanceOperator' doesn't respect jinja-templated instance name when given in body argument (#34171)``
`050a47add8 <https://github.com/apache/airflow/commit/050a47add822cde6d9abcd609df59c98caae13b0>`_ 2023-09-11 ``Add 'expected_terminal_state' parameter to Dataflow operators (#34217)``
`25d463c3e3 <https://github.com/apache/airflow/commit/25d463c3e33f8628e1bcbe4dc6924693ec141dc0>`_ 2023-09-11 ``Deprecate AutoMLTrainModelOperator for NL (#34212)``
`db38a6fc66 <https://github.com/apache/airflow/commit/db38a6fc667f336d080ad48f66dc814de77c27a6>`_ 2023-09-11 ``GKEPodHook ignores gcp_conn_id parameter. (#34194)``
`38ecd4c4da <https://github.com/apache/airflow/commit/38ecd4c4da65310f9461df769d274cb78b122630>`_ 2023-09-10 ``Bump min common-sql provider version for Google provider (#34257)``
`c5ec7cd294 <https://github.com/apache/airflow/commit/c5ec7cd294ed9363817b358765ed2a250ae76b6d>`_ 2023-09-10 ``Simplify to bool(...) (#34258)``
`bf9769bebf <https://github.com/apache/airflow/commit/bf9769bebf712bb70033dd927115fff8c75d0f35>`_ 2023-09-09 ``Make Google Dataform operators templated_fields more consistent (#34187)``
`774125ae25 <https://github.com/apache/airflow/commit/774125ae253611627229509e672518ce0a58cf2e>`_ 2023-09-09 ``fix: BigQuery job error message (#34208)``
================================================================================================= =========== ================================================================================================================================

10.8.0
......

Latest change: 2023-09-07
Latest change: 2023-09-08

================================================================================================= =========== ==========================================================================================================
Commit Committed Subject
================================================================================================= =========== ==========================================================================================================
`21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)``
`ff23a30e5b <https://github.com/apache/airflow/commit/ff23a30e5b51f4ba7316fa803a85b89b7dd5f6fe>`_ 2023-09-07 ``fix(providers/google-marketing-platform): respect soft_fail argument when exception is raised (#34165)``
`9c66132af6 <https://github.com/apache/airflow/commit/9c66132af6e75924c5dbc2c4536ab381582a9292>`_ 2023-09-07 ``fix: docstring in endpoint_service.py (#34135)``
`9079093291 <https://github.com/apache/airflow/commit/907909329195c6655d1e2989b05609466ef50563>`_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)``
Expand Down
8 changes: 4 additions & 4 deletions docs/apache-airflow-providers-google/index.rst
Expand Up @@ -87,7 +87,7 @@ Google services including:
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)


Release: 10.8.0
Release: 10.9.0

Provider package
----------------
Expand All @@ -111,7 +111,7 @@ The minimum Apache Airflow version supported by this provider package is ``2.4.0
PIP package Version required
======================================= ==================
``apache-airflow`` ``>=2.4.0``
``apache-airflow-providers-common-sql`` ``>=1.3.1``
``apache-airflow-providers-common-sql`` ``>=1.7.2``
``asgiref`` ``>=3.5.2``
``gcloud-aio-auth`` ``>=4.0.0,<5.0.0``
``gcloud-aio-bigquery`` ``>=6.1.2``
Expand Down Expand Up @@ -210,5 +210,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.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.8.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-google 10.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.8.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-google 10.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache-airflow-providers-google-10.9.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-google 10.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-10.9.0-py3-none-any.whl.sha512>`__)

0 comments on commit 7574e16

Please sign in to comment.