From ecebf8c80de1e8ea74f2ddaea4a0f394c49f8bda Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 4 Mar 2025 08:14:30 -0500 Subject: [PATCH] Prep community.aws 8.1.0 (#2257) SUMMARY Prep community.aws 8.1.0 ISSUE TYPE Bugfix Pull Request Feature Pull Request COMPONENT NAME several Reviewed-by: Mike Graves Reviewed-by: Bianca Henderson --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 21 +++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea2a0ce2dbd..63f3d892a6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -80,6 +80,26 @@ Bugfixes - autoscaling_instance_refresh - Fix typo in module ``exit_json`` (https://github.com/ansible-collections/community.aws/issues/2019). - ecs_taskdefinition - avoid throttling exceptions on task definitions with a large number of revisions by using the retry mechanism (https://github.com/ansible-collections/community.aws/issues/2123). +v8.1.0 +====== + +Release Summary +--------------- + +This minor release brings several new features and bug fixes. + +Minor Changes +------------- + +- ec2_placement_group - Added support for creating with ``tags`` (https://github.com/ansible-collections/community.aws/pull/2081). +- ec2_transit_gateway - Support for enabling multicast on Transit Gateway (https://github.com/ansible-collections/community.aws/pull/2063). +- ec2_vpc_vgw - Fix call to parent static method in class ``VGWRetry`` (https://github.com/ansible-collections/community.aws/pull/2140). + +Bugfixes +-------- + +- ecs_taskdefinition - Avoid throttling exceptions on task definitions with a large number of revisions by using the retry mechanism (https://github.com/ansible-collections/community.aws/issues/2123). + v8.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e2702bdfb5a..e0a200e4bd5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -3875,6 +3875,27 @@ releases: - python37.yml - workflow-requirements.yml release_date: '2024-05-20' + 8.1.0: + changes: + bugfixes: + - ecs_taskdefinition - Avoid throttling exceptions on task definitions with + a large number of revisions by using the retry mechanism (https://github.com/ansible-collections/community.aws/issues/2123). + minor_changes: + - ec2_placement_group - Added support for creating with ``tags`` (https://github.com/ansible-collections/community.aws/pull/2081). + - ec2_transit_gateway - Support for enabling multicast on Transit Gateway (https://github.com/ansible-collections/community.aws/pull/2063). + - ec2_vpc_vgw - Fix call to parent static method in class ``VGWRetry`` (https://github.com/ansible-collections/community.aws/pull/2140). + release_summary: This minor release brings several new features and bug fixes. + fragments: + - 20240423-msk_cluster-disable-tests.yml + - 20240613_ec2_placement_group_tags.yml + - 20240909-ec2_vpc_vgw-fix-super-exception.yaml + - 20240919-fix_sanity.yml + - 20240924-create-ignore-2.19.yml + - 2063-add-multicast-support.yml + - 2124-add-retry-to-ecs_taskdefinition.yml + - 2142-elb_network_lb-update-tests-to-use-valid-cert.yml + - release_summary.yml + release_date: '2025-03-04' 9.0.0: changes: breaking_changes: