Skip to content

Commit

Permalink
Prep community.aws 8.1.0 (#2257) (#2259)
Browse files Browse the repository at this point in the history
SUMMARY

Update main branch after community.aws 8.1.0 release

ISSUE TYPE

Docs Pull Request

COMPONENT NAME

several

Reviewed-by: GomathiselviS <gomathiselvi@gmail.com>
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
Reviewed-by: Rahmanim Benny <brahmani@redhat.com>
Reviewed-by: Bikouo Aubin
(cherry picked from commit 5e56874)
  • Loading branch information
alinabuzachis authored and patchback[bot] committed Mar 5, 2025
1 parent 440b786 commit fb5bd20
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb5bd20

Please sign in to comment.