Skip to content

Commit

Permalink
Add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis committed Oct 23, 2024
1 parent 96d2704 commit 83a4fb9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- ec2_vpc_vgw - Fix call to parent static method in class ``VGWRetry`` (https://github.com/ansible-collections/community.aws/pull/2140).
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_vgw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
breaking_changes:
- ec2_vpc_vgw - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be
updated to use ``amazon.aws.ec2_vpc_vgw``.
- ec2_vpc_vgw_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be
updated to use ``amazon.aws.ec2_vpc_vgw_info``.
3 changes: 3 additions & 0 deletions changelogs/fragments/refactor-ec2_vpc_vgw-modules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- ec2_vpc_vgw - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` and update ``RETURN`` block (https://github.com/ansible-collections/community.aws/pull/2171).
- ec2_vpc_vgw_info - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` and update ``RETURN`` block (https://github.com/ansible-collections/community.aws/pull/2171).

0 comments on commit 83a4fb9

Please sign in to comment.