community.aws 9.3.0
Release Summary
This release includes several improvements for the community.aws.aws_ssm connection plugin in preparation for its promotion to amazon.aws and bumps version of ansible-lint to 25.1.0.
Minor Changes
- Bump version of ansible-lint to 25.1.2.
- aws_ssm - Move the
aws_ssmconnection plugin's plugin_utils into a dedicated folder (#2279). - aws_ssm - Refactor S3 operations methods for improved clarity (#2275).
- aws_ssm - Refactor connection/aws_ssm to add new TerminalManager class and move relevant methods to the new class (#2270).
- aws_ssm - Refactor connection/aws_ssm to add new
FileTransferManagerclass and move relevant methods to the new class (#2273). - aws_ssm - Refactor connection/aws_ssm to add new
SSMSessionManagerandProcessManagerclasses and move relevant methods to the new class (#2272).