Skip to content

community.aws 9.3.0

Choose a tag to compare

@github-actions github-actions released this 06 May 08:43
· 92 commits to main since this release
9556b23

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_ssm connection 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 FileTransferManager class and move relevant methods to the new class (#2273).
  • aws_ssm - Refactor connection/aws_ssm to add new SSMSessionManager and ProcessManager classes and move relevant methods to the new class (#2272).