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 cd1ac927a7 Prepare docs for July 2023 RC3 amazon provider (#32455)
cd1ac927a7 is described below
commit cd1ac927a7c8451fb27547ee9dc94950214df393
Author: eladkal <[email protected]>
AuthorDate: Sun Jul 9 18:07:57 2023 +0300
Prepare docs for July 2023 RC3 amazon provider (#32455)
---
airflow/providers/amazon/CHANGELOG.rst | 6 ++++++
docs/apache-airflow-providers-amazon/commits.rst | 8 +++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/airflow/providers/amazon/CHANGELOG.rst
b/airflow/providers/amazon/CHANGELOG.rst
index e8227e109e..f0a03a85c0 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -47,6 +47,7 @@ Features
* ``Deferrable mode for ECS operators (#31881)``
* ``feature: AWS - GlueJobOperator - job_poll_interval (#32147)``
* ``Added 'AzureBlobStorageToS3Operator' transfer operator (#32270)``
+* ``Introduce a base class for aws triggers (#32274)``
Bug Fixes
~~~~~~~~~
@@ -67,6 +68,9 @@ Misc
* ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)``
* ``Add default_deferrable config (#31712)``
* ``deprecate arbitrary parameter passing to RDS hook (#32352)``
+* ``quick fix on RDS operator to prevent parameter collision (#32436)``
+* ``Remove ability to specify arbitrary hook params in AWS RDS trigger
(#32386)``
+* ``Only update crawler tags if present in config dict (#32331)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
@@ -80,6 +84,8 @@ Misc
* ``cleanup Amazon CHANGELOG.rst (#32031)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
+ * ``D205 Support - Providers: Stragglers and new additions (#32447)``
+ * ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
8.2.0
.....
diff --git a/docs/apache-airflow-providers-amazon/commits.rst
b/docs/apache-airflow-providers-amazon/commits.rst
index 58362aebb8..538c13b756 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -31,11 +31,17 @@ For high-level changelog, see :doc:`package information
including changelog <ind
8.3.0
.....
-Latest change: 2023-07-05
+Latest change: 2023-07-08
=================================================================================================
===========
============================================================================================================
Commit
Committed Subject
=================================================================================================
===========
============================================================================================================
+`c99c03135c
<https://github.com/apache/airflow/commit/c99c03135ca7e7c41e1c6d338de9e41422ea84f0>`_
2023-07-08 ``D205 Support - Providers: Stragglers and new additions
(#32447)``
+`8c6751ff0f
<https://github.com/apache/airflow/commit/8c6751ff0f2056af1cb08cec03db8a4d6c913ca7>`_
2023-07-07 ``quick fix on RDS operator to prevent parameter collision
(#32436)``
+`869f3a93a8
<https://github.com/apache/airflow/commit/869f3a93a8873381a57382f8a0ab88879ca43f9a>`_
2023-07-07 ``Remove ability to specify arbitrary hook params in AWS RDS
trigger (#32386)``
+`05f1acfcb7
<https://github.com/apache/airflow/commit/05f1acfcb708a6785d5b60dd6a2a1ef930a73a7d>`_
2023-07-07 ``Introduce a base class for aws triggers (#32274)``
+`7a3bc8d7c8
<https://github.com/apache/airflow/commit/7a3bc8d7c85448447abd39287ef6a3704b237a90>`_
2023-07-06 ``Only update crawler tags if present in config dict (#32331)``
+`225e3041d2
<https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_
2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
`3878fe6fab
<https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_
2023-07-05 ``Remove spurious headers for provider changelogs (#32373)``
`cb4927a018
<https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_
2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)``
`f8593503cb
<https://github.com/apache/airflow/commit/f8593503cbe252c2f4dc5ff48a3f292c9e13baad>`_
2023-07-05 ``Add default_deferrable config (#31712)``