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 97ad7cee44 Prepare docs for ad-hoc rc3 of Amazon provider (#30876)
97ad7cee44 is described below
commit 97ad7cee443c7f4ee6c0fbaabcc73de16f99a5e5
Author: eladkal <[email protected]>
AuthorDate: Wed Apr 26 12:29:38 2023 +0300
Prepare docs for ad-hoc rc3 of Amazon provider (#30876)
---
airflow/providers/amazon/CHANGELOG.rst | 3 +++
docs/apache-airflow-providers-amazon/commits.rst | 5 ++++-
docs/apache-airflow-providers-amazon/index.rst | 1 -
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/amazon/CHANGELOG.rst
b/airflow/providers/amazon/CHANGELOG.rst
index d0ded845c9..141554dd1f 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -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
~~~~
@@ -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(!):
@@ -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
.....
diff --git a/docs/apache-airflow-providers-amazon/commits.rst
b/docs/apache-airflow-providers-amazon/commits.rst
index 5275e15e5b..0d3b71099a 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -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)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst
b/docs/apache-airflow-providers-amazon/index.rst
index a7bb234e8e..b5f1e88baf 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -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