Skip to content

Commit

Permalink
Prepare docs for July 2023 RC3 amazon provider (apache#32455)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Jul 9, 2023
1 parent afcb63e commit cd1ac92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~
Expand All @@ -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(!):
Expand All @@ -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
.....
Expand Down
8 changes: 7 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,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)``
Expand Down

0 comments on commit cd1ac92

Please sign in to comment.