This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7574e16e75 Prepare docs for Sep 2023 2nd wave of Providers (#34360)
7574e16e75 is described below
commit 7574e16e751e37cc012139da1a0e39874bab2918
Author: Elad Kalif <[email protected]>
AuthorDate: Thu Sep 14 11:33:48 2023 +0300
Prepare docs for Sep 2023 2nd wave of Providers (#34360)
* Prepare docs for Sep 2023 2nd wave of Providers
* Add google provider
* Add amazon provider
---
airflow/providers/amazon/CHANGELOG.rst | 18 ++++++++++++++
airflow/providers/amazon/__init__.py | 2 +-
airflow/providers/amazon/provider.yaml | 1 +
airflow/providers/cncf/kubernetes/CHANGELOG.rst | 19 +++++++++++++++
airflow/providers/cncf/kubernetes/__init__.py | 2 +-
airflow/providers/cncf/kubernetes/provider.yaml | 1 +
airflow/providers/google/CHANGELOG.rst | 28 ++++++++++++++++++++++
airflow/providers/google/__init__.py | 2 +-
airflow/providers/google/provider.yaml | 1 +
docs/apache-airflow-providers-amazon/commits.rst | 20 +++++++++++++++-
.../commits.rst | 17 ++++++++++++-
.../index.rst | 2 +-
docs/apache-airflow-providers-google/commits.rst | 26 +++++++++++++++++++-
docs/apache-airflow-providers-google/index.rst | 8 +++----
14 files changed, 136 insertions(+), 11 deletions(-)
diff --git a/airflow/providers/amazon/CHANGELOG.rst
b/airflow/providers/amazon/CHANGELOG.rst
index 1993e7e566..df217fd375 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -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
.....
diff --git a/airflow/providers/amazon/__init__.py
b/airflow/providers/amazon/__init__.py
index f894a0adbd..e91753f39b 100644
--- a/airflow/providers/amazon/__init__.py
+++ b/airflow/providers/amazon/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
__all__ = ["__version__"]
-__version__ = "8.7.0"
+__version__ = "8.7.1"
try:
from airflow import __version__ as airflow_version
diff --git a/airflow/providers/amazon/provider.yaml
b/airflow/providers/amazon/provider.yaml
index 19c92314d3..dcfcb333eb 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 8.7.1
- 8.7.0
- 8.6.0
- 8.5.1
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 04e3e6e452..efabac7038 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -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
.....
diff --git a/airflow/providers/cncf/kubernetes/__init__.py
b/airflow/providers/cncf/kubernetes/__init__.py
index 8e0102ce5a..ce5cb32a05 100644
--- a/airflow/providers/cncf/kubernetes/__init__.py
+++ b/airflow/providers/cncf/kubernetes/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
__all__ = ["__version__"]
-__version__ = "7.5.1"
+__version__ = "7.6.0"
try:
from airflow import __version__ as airflow_version
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml
b/airflow/providers/cncf/kubernetes/provider.yaml
index 97598a65dc..eaea00f309 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -23,6 +23,7 @@ description: |
suspended: false
versions:
+ - 7.6.0
- 7.5.1
- 7.5.0
- 7.4.2
diff --git a/airflow/providers/google/CHANGELOG.rst
b/airflow/providers/google/CHANGELOG.rst
index 6dc6077a38..08a0c91d72 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -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
......
diff --git a/airflow/providers/google/__init__.py
b/airflow/providers/google/__init__.py
index b9ea2b56c4..1ee77291df 100644
--- a/airflow/providers/google/__init__.py
+++ b/airflow/providers/google/__init__.py
@@ -28,7 +28,7 @@ import packaging.version
__all__ = ["__version__"]
-__version__ = "10.8.0"
+__version__ = "10.9.0"
try:
from airflow import __version__ as airflow_version
diff --git a/airflow/providers/google/provider.yaml
b/airflow/providers/google/provider.yaml
index 34cf3b5a16..6323c4832f 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -30,6 +30,7 @@ description: |
suspended: false
versions:
+ - 10.9.0
- 10.8.0
- 10.7.0
- 10.6.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst
b/docs/apache-airflow-providers-amazon/commits.rst
index 84e2539c22..6a03a2ecd5 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -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)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 77ac15a6c5..ccd9a7e90f 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -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)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 124a2443e2..ee4aec108e 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -79,7 +79,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes <https://kubernetes.io/>`__
-Release: 7.5.1
+Release: 7.6.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst
b/docs/apache-airflow-providers-google/commits.rst
index d17ddd1711..3149263788 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -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)``
diff --git a/docs/apache-airflow-providers-google/index.rst
b/docs/apache-airflow-providers-google/index.rst
index c4416b0204..5562a52e7a 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -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
----------------
@@ -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``
@@ -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>`__)