You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,26 @@ Bugfixes
107
107
- autoscaling_instance_refresh - Fix typo in module ``exit_json`` (https://github.com/ansible-collections/community.aws/issues/2019).
108
108
- 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).
109
109
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).
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3875,6 +3875,27 @@ releases:
3875
3875
- python37.yml
3876
3876
- workflow-requirements.yml
3877
3877
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.
0 commit comments