Skip to content

Commit

Permalink
Prepare docs for ad-hoc rc3 of Amazon provider (#30876)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Apr 26, 2023
1 parent a044a21 commit 97ad7ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Bug Fixes
* ``Add ability to override waiter delay in EcsRunTaskOperator (#30586)``
* ``Add support in AWS Batch Operator for multinode jobs (#29522)``
* ``AWS logs. Exit fast when 3 consecutive responses are returned from AWS Cloudwatch logs (#30756)``
* ``Fix async conn for none aws_session_token (#30868)``

Misc
~~~~
Expand All @@ -90,6 +91,7 @@ Misc
* ``Organize Amazon providers docs index (#30541)``
* ``Remove duplicate param docstring in EksPodOperator (#30634)``
* ``Update AWS EMR Cluster Link to use the new dashboard (#30844)``
* ``Restore aiobotocore as optional dependency of amazon provider (#30874)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
Expand All @@ -98,6 +100,7 @@ Misc
* ``fixes to system tests following obsolete cleanup (#30804)``
* ``restore fallback to empty connection behavior (#30806)``
* ``Prepare docs for adhoc release of providers (#30787)``
* ``Prepare docs for ad-hoc release of Amazon provider (#30848)``
7.4.1
.....
Expand Down
5 changes: 4 additions & 1 deletion docs/apache-airflow-providers-amazon/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
8.0.0
.....

Latest change: 2023-04-24
Latest change: 2023-04-26

================================================================================================= =========== ===================================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================================
`a044a21859 <https://github.com/apache/airflow/commit/a044a218593f2caeac53cce2681a5d7940b85984>`_ 2023-04-26 ``Fix async conn for none aws_session_token (#30868)``
`b335e474e2 <https://github.com/apache/airflow/commit/b335e474e2738cec4f9bd2b67b6b4bb4e5aae865>`_ 2023-04-26 ``Restore aiobotocore as optional dependency of amazon provider (#30874)``
`84e9cec701 <https://github.com/apache/airflow/commit/84e9cec7016a152b885df670c83a090e0b187621>`_ 2023-04-25 ``Prepare docs for ad-hoc release of Amazon provider (#30848)``
`f3aa33aa13 <https://github.com/apache/airflow/commit/f3aa33aa13a60f6dc750f3757af9cb9ea478e949>`_ 2023-04-24 ``Update AWS EMR Cluster Link to use the new dashboard (#30844)``
`ecaffd5892 <https://github.com/apache/airflow/commit/ecaffd5892874e359a180f2e7a1d613ae8eb33a3>`_ 2023-04-24 ``Add a "force" option to emr serverless stop/delete operator (#30757)``
`62ea0ff21c <https://github.com/apache/airflow/commit/62ea0ff21ccc900e1bb717937b1a3ab1509767a6>`_ 2023-04-24 ``Add support for deferrable operators in AMPP (#30032)``
Expand Down
1 change: 0 additions & 1 deletion docs/apache-airflow-providers-amazon/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ PIP package Version required
``mypy-boto3-rds`` ``>=1.24.0``
``mypy-boto3-redshift-data`` ``>=1.24.0``
``mypy-boto3-appflow`` ``>=1.24.0``
``aiobotocore[boto3]`` ``>=2.2.0``
======================================= ==================

Cross provider package dependencies
Expand Down

0 comments on commit 97ad7ce

Please sign in to comment.