Skip to content

community.aws 11.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:26
· 22 commits to main since this release
5c063ac

Release Summary

This minor release of the community.aws collection includes new features and bugfixes. Notable changes include a new wait_complete parameter for the ecs_task module, a fix for tag handling on msk_cluster creation, improved result validation in route53_wait, a fix for wafv2_web_acl idempotency with rate-based statements, and support for float types in autoscaling_policy step scaling bounds.

Minor Changes

  • ecs_task - Add wait_complete parameter to wait for tasks to stop and return container exit codes after run or start operations (#2409).
  • msk_cluster - Fix tags on cluster creation (#2324).
  • route53_wait - make skipped and invocation keys optional in result validation to support modern Ansible loop structures (#2447).

Bugfixes

  • autoscaling_policy - allow float type for step_adjustments lower_bound and upper_bound parameters (#2355)
  • wafv2_web_acl - Fixed idempotency issue where rules with rate_based_statement would always show as changed when evaluation_window_sec was not explicitly specified due to AWS returning the default value of 300 (#2427).