Skip to content

Commit 248d95c

Browse files
Prep community.aws 8.1.0 (#2257) (#2259) (#2262)
This is a backport of PR #2259 as merged into main (5e56874). SUMMARY Update main branch after community.aws 8.1.0 release ISSUE TYPE Docs Pull Request COMPONENT NAME several Reviewed-by: Alina Buzachis
1 parent 06371c6 commit 248d95c

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
@@ -107,6 +107,26 @@ Bugfixes
107107
- autoscaling_instance_refresh - Fix typo in module ``exit_json`` (https://github.com/ansible-collections/community.aws/issues/2019).
108108
- 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).
109109

110+
v8.1.0
111+
======
112+
113+
Release Summary
114+
---------------
115+
116+
This minor release brings several new features and bug fixes.
117+
118+
Minor Changes
119+
-------------
120+
121+
- ec2_placement_group - Added support for creating with ``tags`` (https://github.com/ansible-collections/community.aws/pull/2081).
122+
- ec2_transit_gateway - Support for enabling multicast on Transit Gateway (https://github.com/ansible-collections/community.aws/pull/2063).
123+
- ec2_vpc_vgw - Fix call to parent static method in class ``VGWRetry`` (https://github.com/ansible-collections/community.aws/pull/2140).
124+
125+
Bugfixes
126+
--------
127+
128+
- 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).
129+
110130
v8.0.0
111131
======
112132

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)