Prepare docs for ad-hoc rc3 of Amazon provider (#30876)
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index d0ded84..141554d 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -82,6 +82,7 @@
* ``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
~~~~
@@ -90,6 +91,7 @@
* ``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(!):
@@ -98,6 +100,7 @@
* ``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
.....
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index 5275e15..0d3b710 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -31,11 +31,14 @@
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)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index a7bb234..b5f1e88 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -106,7 +106,6 @@
``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