Skip to content

Commit 5e56874

Browse files
Prep community.aws 8.1.0 (#2257) (#2259)
SUMMARY Update main branch after community.aws 8.1.0 release ISSUE TYPE Docs Pull Request COMPONENT NAME several Reviewed-by: GomathiselviS <[email protected]> Reviewed-by: Bianca Henderson <[email protected]> Reviewed-by: Rahmanim Benny <[email protected]> Reviewed-by: Bikouo Aubin
1 parent 3111215 commit 5e56874

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,26 @@ Bugfixes
8080
- autoscaling_instance_refresh - Fix typo in module ``exit_json`` (https://github.com/ansible-collections/community.aws/issues/2019).
8181
- 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).
8282

83+
v8.1.0
84+
======
85+
86+
Release Summary
87+
---------------
88+
89+
This minor release brings several new features and bug fixes.
90+
91+
Minor Changes
92+
-------------
93+
94+
- ec2_placement_group - Added support for creating with ``tags`` (https://github.com/ansible-collections/community.aws/pull/2081).
95+
- ec2_transit_gateway - Support for enabling multicast on Transit Gateway (https://github.com/ansible-collections/community.aws/pull/2063).
96+
- ec2_vpc_vgw - Fix call to parent static method in class ``VGWRetry`` (https://github.com/ansible-collections/community.aws/pull/2140).
97+
98+
Bugfixes
99+
--------
100+
101+
- 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).
102+
83103
v8.0.0
84104
======
85105

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,6 +3875,27 @@ releases:
38753875
- python37.yml
38763876
- workflow-requirements.yml
38773877
release_date: '2024-05-20'
3878+
8.1.0:
3879+
changes:
3880+
bugfixes:
3881+
- ecs_taskdefinition - Avoid throttling exceptions on task definitions with
3882+
a large number of revisions by using the retry mechanism (https://github.com/ansible-collections/community.aws/issues/2123).
3883+
minor_changes:
3884+
- ec2_placement_group - Added support for creating with ``tags`` (https://github.com/ansible-collections/community.aws/pull/2081).
3885+
- ec2_transit_gateway - Support for enabling multicast on Transit Gateway (https://github.com/ansible-collections/community.aws/pull/2063).
3886+
- ec2_vpc_vgw - Fix call to parent static method in class ``VGWRetry`` (https://github.com/ansible-collections/community.aws/pull/2140).
3887+
release_summary: This minor release brings several new features and bug fixes.
3888+
fragments:
3889+
- 20240423-msk_cluster-disable-tests.yml
3890+
- 20240613_ec2_placement_group_tags.yml
3891+
- 20240909-ec2_vpc_vgw-fix-super-exception.yaml
3892+
- 20240919-fix_sanity.yml
3893+
- 20240924-create-ignore-2.19.yml
3894+
- 2063-add-multicast-support.yml
3895+
- 2124-add-retry-to-ecs_taskdefinition.yml
3896+
- 2142-elb_network_lb-update-tests-to-use-valid-cert.yml
3897+
- release_summary.yml
3898+
release_date: '2025-03-04'
38783899
9.0.0:
38793900
changes:
38803901
breaking_changes:

0 commit comments

Comments
 (0)