Skip to content

amazon.aws 7.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 14:01
· 180 commits to main since this release
238b341

Release Summary

The amazon.aws 7.3.0 release includes a number of minor bugfixes, some new features and improvements.

Minor Changes

  • backup_plan - Let user to set schedule_expression_timezone for backup plan rules when when using botocore >= 1.31.36 (#1952).
  • iam_user - refactored error handling to use a decorator (#1951).
  • lambda - added support for using ECR images for the function (#1939).
  • module_utils.errors - added a basic error handler decorator (#1951).
  • rds_cluster - Add support for ServerlessV2ScalingConfiguration to create and modify cluster operations (#1839).
  • s3_bucket_info - add parameter bucket_versioning to return the versioning state of a bucket (#1919).
  • s3_object_info - fix exception raised when listing objects from empty bucket (#1919).

Bugfixes

  • backup_plan - Fix idempotency issue when using botocore >= 1.31.36 (#1952).
  • plugins/inventory/aws_ec2 - Fix failure when retrieving information for more than 40 instances with use_ssm_inventory (#1713).