Skip to content

Commit 7574e16

Browse files
authored
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
1 parent dd39f84 commit 7574e16

File tree

14 files changed

+136
-11
lines changed

14 files changed

+136
-11
lines changed

β€Žairflow/providers/amazon/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
Changelog
2727
---------
2828

29+
8.7.1
30+
.....
31+
32+
Bug Fixes
33+
~~~~~~~~~
34+
35+
* ``Bugfix: Fix RDS triggers parameters so that they handle serialization/deserialization (#34222)``
36+
* ``Use a AwsBaseWaiterTrigger-based trigger in EmrAddStepsOperator deferred mode (#34216)``
37+
38+
Misc
39+
~~~~
40+
41+
* ``Refactor: Think positively in providers (#34279)``
42+
* ``Remove unused parameter 'cluster_role_arn' from 'EksPodOperator''s docstring (#34300)``
43+
* ``Correct parameter names in docstring for 'S3CreateObjectOperator' (#34263)``
44+
* ``Refactor: Simplify comparisons (#34181)``
45+
* ``Simplify to bool(...) (#34258)``
46+
2947
8.7.0
3048
.....
3149

β€Žairflow/providers/amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__all__ = ["__version__"]
3030

31-
__version__ = "8.7.0"
31+
__version__ = "8.7.1"
3232

3333
try:
3434
from airflow import __version__ as airflow_version

β€Žairflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description: |
2323
2424
suspended: false
2525
versions:
26+
- 8.7.1
2627
- 8.7.0
2728
- 8.6.0
2829
- 8.5.1

β€Žairflow/providers/cncf/kubernetes/CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@
2727
Changelog
2828
---------
2929

30+
7.6.0
31+
.....
32+
33+
Features
34+
~~~~~~~~
35+
36+
* ``Add 'progress_callback' parameter to 'KubernetesPodOperator' (#34153)``
37+
38+
Bug Fixes
39+
~~~~~~~~~
40+
41+
* ``Move definition of Pod*Exceptions to pod_generator (#34346)``
42+
* ``Push to xcom before 'KubernetesPodOperator' deferral (#34209)``
43+
44+
Misc
45+
~~~~
46+
47+
* ``Refactor: Consolidate import textwrap in providers (#34220)``
48+
3049
7.5.1
3150
.....
3251

β€Žairflow/providers/cncf/kubernetes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__all__ = ["__version__"]
3030

31-
__version__ = "7.5.1"
31+
__version__ = "7.6.0"
3232

3333
try:
3434
from airflow import __version__ as airflow_version

β€Žairflow/providers/cncf/kubernetes/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description: |
2323
2424
suspended: false
2525
versions:
26+
- 7.6.0
2627
- 7.5.1
2728
- 7.5.0
2829
- 7.4.2

β€Žairflow/providers/google/CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,34 @@
2727
Changelog
2828
---------
2929

30+
10.9.0
31+
......
32+
33+
Features
34+
~~~~~~~~
35+
36+
* ``Add explicit support of stream (realtime) pipelines for CloudDataFusionStartPipelineOperator (#34271)``
37+
* ``Add 'expected_terminal_state' parameter to Dataflow operators (#34217)``
38+
39+
Bug Fixes
40+
~~~~~~~~~
41+
42+
* ``Fix 'ComputeEngineInsertInstanceOperator' doesn't respect jinja-templated instance name when given in body argument (#34171)``
43+
* ``fix: BigQuery job error message (#34208)``
44+
* ``GKEPodHook ignores gcp_conn_id parameter. (#34194)``
45+
46+
Misc
47+
~~~~
48+
49+
* ``Bump min common-sql provider version for Google provider (#34257)``
50+
* ``Remove unnecessary call to keys() method on dictionaries (#34260)``
51+
* ``Refactor: Think positively in providers (#34279)``
52+
* ``Refactor: Simplify code in providers/google (#33229)``
53+
* ``Refactor: Simplify comparisons (#34181)``
54+
* ``Deprecate AutoMLTrainModelOperator for NL (#34212)``
55+
* ``Simplify to bool(...) (#34258)``
56+
* ``Make Google Dataform operators templated_fields more consistent (#34187)``
57+
3058
10.8.0
3159
......
3260

β€Žairflow/providers/google/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__all__ = ["__version__"]
3030

31-
__version__ = "10.8.0"
31+
__version__ = "10.9.0"
3232

3333
try:
3434
from airflow import __version__ as airflow_version

β€Žairflow/providers/google/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ description: |
3030
3131
suspended: false
3232
versions:
33+
- 10.9.0
3334
- 10.8.0
3435
- 10.7.0
3536
- 10.6.0

β€Ždocs/apache-airflow-providers-amazon/commits.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,32 @@ For high-level changelog, see :doc:`package information including changelog <ind
2828

2929

3030

31+
8.7.1
32+
.....
33+
34+
Latest change: 2023-09-13
35+
36+
================================================================================================= =========== ==================================================================================================
37+
Commit Committed Subject
38+
================================================================================================= =========== ==================================================================================================
39+
`05036e619c <https://github.com/apache/airflow/commit/05036e619c0c6dafded1451daac4e07e20aee33f>`_ 2023-09-13 ``Refactor: Think positively in providers (#34279)``
40+
`401e7bd531 <https://github.com/apache/airflow/commit/401e7bd53119e204bf68c75dca28b1e35676c056>`_ 2023-09-12 ``Bugfix: Fix RDS triggers parameters so that they handle serialization/deserialization (#34222)``
41+
`7813d956d2 <https://github.com/apache/airflow/commit/7813d956d2188272e9da6177e873d74ae035f649>`_ 2023-09-12 ``Remove unused parameter 'cluster_role_arn' from 'EksPodOperator''s docstring (#34300)``
42+
`891b33bee8 <https://github.com/apache/airflow/commit/891b33bee8ba56bef227198d944e6814154fd92f>`_ 2023-09-11 ``Correct parameter names in docstring for 'S3CreateObjectOperator' (#34263)``
43+
`94d07908a2 <https://github.com/apache/airflow/commit/94d07908a2188eb650bfab21d89a49b287aee35c>`_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)``
44+
`f0467c9fd6 <https://github.com/apache/airflow/commit/f0467c9fd65e7146b44fc8f9fccb9ad750592371>`_ 2023-09-11 ``Use a AwsBaseWaiterTrigger-based trigger in EmrAddStepsOperator deferred mode (#34216)``
45+
`c5ec7cd294 <https://github.com/apache/airflow/commit/c5ec7cd294ed9363817b358765ed2a250ae76b6d>`_ 2023-09-10 ``Simplify to bool(...) (#34258)``
46+
================================================================================================= =========== ==================================================================================================
47+
3148
8.7.0
3249
.....
3350

34-
Latest change: 2023-09-07
51+
Latest change: 2023-09-08
3552

3653
================================================================================================= =========== ====================================================================================================
3754
Commit Committed Subject
3855
================================================================================================= =========== ====================================================================================================
56+
`21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)``
3957
`4fa66d1700 <https://github.com/apache/airflow/commit/4fa66d17003f10d03a13eda659bca8670bdf5052>`_ 2023-09-07 ``Refactor: Consolidate import and usage of random (#34108)``
4058
`9079093291 <https://github.com/apache/airflow/commit/907909329195c6655d1e2989b05609466ef50563>`_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)``
4159
`a7310f9c91 <https://github.com/apache/airflow/commit/a7310f9c9127cf87a71e0bfa141c066d6a0bc82b>`_ 2023-09-05 ``Refactor regex in providers (#33898)``

0 commit comments

Comments
 (0)