Release Summary
This patch release includes bugfixes for the s3_object_info, autoscaling_group, and kms_key modules, addressing duplicate dictionary key assignments and improving reliability. It also fixes a TypeError in CloudFront module utilities.
Bugfixes
- autoscaling_group - Fixed duplicate default_cooldown assignment in properties dict (#2923).
- kms_key - Fixed parameter reassignment by using passed alias parameter instead of re-fetching from module params (#2923).
- module_utils/cloudfront_facts - fix TypeError in CloudFrontFactsServiceManager.describe_cloudfront_property (ansible-collections/community.aws#1915).
- s3_object_info - Fixed duplicate dictionary key assignments when retrieving object facts (#2923).