From 83a4fb9e70bc31379e2ef43690eeb5bbcc5c9305 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 23 Oct 2024 21:28:06 +0200 Subject: [PATCH] Add changelog fragment --- .../20240909-ec2_vpc_vgw-fix-super-exception.yaml | 3 +++ changelogs/fragments/migrate_ec2_vpc_vgw.yml | 8 ++++++++ changelogs/fragments/refactor-ec2_vpc_vgw-modules.yml | 3 +++ 3 files changed, 14 insertions(+) create mode 100644 changelogs/fragments/20240909-ec2_vpc_vgw-fix-super-exception.yaml create mode 100644 changelogs/fragments/migrate_ec2_vpc_vgw.yml create mode 100644 changelogs/fragments/refactor-ec2_vpc_vgw-modules.yml 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).