diff --git a/changelogs/fragments/20240909-ec2_vpc_vgw-fix-super-exception.yaml b/changelogs/fragments/20240909-ec2_vpc_vgw-fix-super-exception.yaml new file mode 100644 index 00000000000..671c7f8f565 --- /dev/null +++ b/changelogs/fragments/20240909-ec2_vpc_vgw-fix-super-exception.yaml @@ -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). \ No newline at end of file diff --git a/changelogs/fragments/migrate_ec2_vpc_vgw.yml b/changelogs/fragments/migrate_ec2_vpc_vgw.yml new file mode 100644 index 00000000000..1f2b0bcc972 --- /dev/null +++ b/changelogs/fragments/migrate_ec2_vpc_vgw.yml @@ -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``. diff --git a/changelogs/fragments/refactor-ec2_vpc_vgw-modules.yml b/changelogs/fragments/refactor-ec2_vpc_vgw-modules.yml new file mode 100644 index 00000000000..917d10ade72 --- /dev/null +++ b/changelogs/fragments/refactor-ec2_vpc_vgw-modules.yml @@ -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).