8000 Release community.aws 10.0.0 · ansible-collections/community.aws · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

community.aws 10.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 20:03
· 5 commits to main since this release
10.0.0
d804ced

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 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 (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 and boto3<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 use amazon.aws.aws_ssm.

Deprecated Features

0