From e19eca65b2c3b1e19cb9bdb084321a95f59e7dd4 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Sun, 21 Feb 2021 14:46:19 +0100 Subject: [PATCH] Add changelog --- changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml diff --git a/changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml b/changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml new file mode 100644 index 00000000000..47552c54604 --- /dev/null +++ b/changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml @@ -0,0 +1,3 @@ +minor_changes: +- ec2_vpc_nat_gateway - use pagination on describe calls to ensure all results are fetched (https://github.com/ansible-collections/community.aws/pull/427). +- ec2_vpc_nat_gateway - add AWSRetry decorators to improve reliability (https://github.com/ansible-collections/community.aws/pull/427).