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 84e9cec701 Prepare docs for ad-hoc release of Amazon provider (#30848)
84e9cec701 is described below

commit 84e9cec7016a152b885df670c83a090e0b187621
Author: eladkal <[email protected]>
AuthorDate: Tue Apr 25 00:35:13 2023 +0300

    Prepare docs for ad-hoc release of Amazon provider (#30848)
---
 airflow/providers/amazon/CHANGELOG.rst           | 7 +++++++
 docs/apache-airflow-providers-amazon/commits.rst | 9 ++++++++-
 docs/apache-airflow-providers-amazon/index.rst   | 1 +
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/airflow/providers/amazon/CHANGELOG.rst 
b/airflow/providers/amazon/CHANGELOG.rst
index 8133f27cee..d0ded845c9 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -71,6 +71,8 @@ Features
 * ``add a stop operator to emr serverless (#30720)``
 * ``SqlToS3Operator - Add feature to partition SQL table (#30460)``
 * ``New AWS sensor — DynamoDBValueSensor (#28338)``
+* ``Add a "force" option to emr serverless stop/delete operator (#30757)``
+* ``Add support for deferrable operators in AMPP (#30032)``
 
 Bug Fixes
 ~~~~~~~~~
@@ -87,10 +89,15 @@ Misc
 * ``Remove @poke_mode_only from EmrStepSensor (#30774)``
 * ``Organize Amazon providers docs index (#30541)``
 * ``Remove duplicate param docstring in EksPodOperator (#30634)``
+* ``Update AWS EMR Cluster Link to use the new dashboard (#30844)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Decouple "job runner" from BaseJob ORM model (#30255)``
+   * ``Upgrade ruff to 0.0.262 (#30809)``
+   * ``fixes to system tests following obsolete cleanup (#30804)``
+   * ``restore fallback to empty connection behavior (#30806)``
+   * ``Prepare docs for adhoc release of providers (#30787)``
 
 7.4.1
 .....
diff --git a/docs/apache-airflow-providers-amazon/commits.rst 
b/docs/apache-airflow-providers-amazon/commits.rst
index 56b7863c0c..5275e15e5b 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -31,11 +31,18 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 8.0.0
 .....
 
-Latest change: 2023-04-21
+Latest change: 2023-04-24
 
 
=================================================================================================
  ===========  
===================================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
===================================================================================================
+`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)``
+`c585ad51c5 
<https://github.com/apache/airflow/commit/c585ad51c522c6e9f3bbbf7ae6e0132e25a3a378>`_
  2023-04-22   ``Upgrade ruff to 0.0.262 (#30809)``
+`e6723aa3f0 
<https://github.com/apache/airflow/commit/e6723aa3f0b9406b25f678e15555da00b7549e16>`_
  2023-04-21   ``fixes to system tests following obsolete cleanup (#30804)``
+`e8b978a4cf 
<https://github.com/apache/airflow/commit/e8b978a4cfe91862d1145d7c21fec6f065479c9d>`_
  2023-04-21   ``restore fallback to empty connection behavior (#30806)``
+`e46ce78b66 
<https://github.com/apache/airflow/commit/e46ce78b66953146c04de5da00cab6299787adad>`_
  2023-04-21   ``Prepare docs for adhoc release of providers (#30787)``
 `e4b8729739 
<https://github.com/apache/airflow/commit/e4b8729739ec1ff67a00d7f778f4bf07eec33a8e>`_
  2023-04-21   ``Remove deprecated code from Amazon provider (#30755)``
 `7e01c09644 
<https://github.com/apache/airflow/commit/7e01c096446dbd134e0efa144e7de87b800639a1>`_
  2023-04-21   ``AWS logs. Exit fast when 3 consecutive responses are returned 
from AWS Cloudwatch logs (#30756)``
 `8a191938b6 
<https://github.com/apache/airflow/commit/8a191938b62edcce8093d2522759ede960a00f5f>`_
  2023-04-21   ``Remove @poke_mode_only from EmrStepSensor (#30774)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst 
b/docs/apache-airflow-providers-amazon/index.rst
index b5f1e88baf..a7bb234e8e 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -106,6 +106,7 @@ 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

Reply via email to