Skip to content

amazon.aws 4.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 18:20
· 1784 commits to main since this release
3fe5a7f

Minor Changes

  • ec2_security_group - set type as list for rules->group_name as it can accept both str and list (#971).
  • various modules - linting fixups (#953).

Deprecated Features

  • module_utils.cloud - removal of the CloudRetry.backoff has been delayed until release 6.0.0. It is recommended to update custom modules to use jittered_backoff or exponential_backoff instead (#951).