Release Summary
In this major release, the connection/aws_ssm
connection plugin has been fully migrated out of this collection and into amazon.aws
(https://forum.ansible.com/t/aws-ssm-connection-refactoring-plugin-promotion/39930). Playbooks or Inventory using the Fully Qualified Collection Name (FQCN) for this connection plugin should be updated to use amazon.aws.aws_ssm
. Additionally, botocore<1.31.0
and boto3<1.28.0
are no longer supported; most modules will continue to work with older versions of the AWS SDK, however, compatibility with older versions of the SDK is not guaranteed.
Major Changes
- community.aws collection - The community.aws collection has dropped support for
botocore<1.34.0
andboto3<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 (ansible-collections/amazon.aws#2426).
Breaking Changes / Porting Guide
- Support for
ansible-core<2.17
has been dropped (#2303). - The community.aws collection has dropped support for
botocore<1.31.0
andboto3<1.28.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 (#2195). - connection/aws_ssm - The connection plugin has been migrated from the
community.aws
collection. Playbooks or Inventory using the Fully Qualified Collection Name for this connection plugin should be updated to useamazon.aws.aws_ssm
.
Deprecated Features
- community.aws collection - due to the AWS SDKs announcing the end of support for Python less than 3.8 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.8 by this collection has been deprecated and will removed in release 10.0.0 (#2195).