From a3087bf97605e001cac66b56333d50d76e5c24d7 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Tue, 4 May 2021 19:10:14 +0200 Subject: [PATCH] changelog --- changelogs/fragments/356-ec2_snapshot-boto3-migration.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/356-ec2_snapshot-boto3-migration.yml diff --git a/changelogs/fragments/356-ec2_snapshot-boto3-migration.yml b/changelogs/fragments/356-ec2_snapshot-boto3-migration.yml new file mode 100644 index 00000000000..f7a032c8408 --- /dev/null +++ b/changelogs/fragments/356-ec2_snapshot-boto3-migration.yml @@ -0,0 +1,4 @@ +minor_changes: +- ec2_snapshot - migrated to use the boto3 python library (https://github.com/ansible-collections/amazon.aws/pull/356). +breaking_changes: +- ec2_snapshot - support for waiting indefinitely has been dropped, new default is 10 minutes (https://github.com/ansible-collections/amazon.aws/pull/356).