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).