From 15f0f1c6eb9a9630028c4609876bf5854c891954 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Sun, 22 Dec 2024 11:46:05 +0100 Subject: [PATCH] changelog --- changelogs/fragments/botocore.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelogs/fragments/botocore.yml diff --git a/changelogs/fragments/botocore.yml b/changelogs/fragments/botocore.yml new file mode 100644 index 00000000000..e3ace7f4005 --- /dev/null +++ b/changelogs/fragments/botocore.yml @@ -0,0 +1,7 @@ +--- +major_changes: + - community.aws collection - The community.aws collection has dropped support for + ``botocore<1.34.0`` and ``boto3<1.34.0``. Most modules will continue to work + with older versions of the AWS SDK, however compatibility with older versions + of the SDK is not guaranteed and will not be tested. When using older versions + of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/amazon.aws/pull/2426).