From a594b2f48d7ffe56a57098354ccdb11d36cd38d7 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Sat, 22 Jan 2022 22:53:13 +0100 Subject: [PATCH] boto removal changelog --- changelogs/fragments/630-remove-boto.yml | 4 ++++ changelogs/fragments/remove-ec2.yml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/630-remove-boto.yml delete mode 100644 changelogs/fragments/remove-ec2.yml diff --git a/changelogs/fragments/630-remove-boto.yml b/changelogs/fragments/630-remove-boto.yml new file mode 100644 index 00000000000..1fd979ff7de --- /dev/null +++ b/changelogs/fragments/630-remove-boto.yml @@ -0,0 +1,4 @@ +breaking_changes: +- ec2 - The ``ec2`` module has been removed in release 4.0.0 and replaced by the ``ec2_instance`` module (https://github.com/ansible-collections/amazon.aws/pull/630). +- module_utils - Support for the original AWS SDK aka ``boto`` has been removed, including all relevant helper functions. + All modules should now use the ``boto3``/``botocore`` AWS SDK (https://github.com/ansible-collections/amazon.aws/pull/630) diff --git a/changelogs/fragments/remove-ec2.yml b/changelogs/fragments/remove-ec2.yml deleted file mode 100644 index 820ea17e6b0..00000000000 --- a/changelogs/fragments/remove-ec2.yml +++ /dev/null @@ -1,2 +0,0 @@ -breaking_changes: -- ec2 - The ``ec2`` module has been removed in release 4.0.0 and replaced by the ``ec2_instance`` module.