Release Summary
This release brings some new features, several bugfixes, and deprecated features are also included.
Minor Changes
- ec2_snapshot - Add support for modifying createVolumePermission (#1464).
- ec2_snapshot_info - Add createVolumePermission to output result (#1464).
Deprecated Features
- s3_object - support for passing object keys with a leading
/
has been deprecated and will be removed in a release after 2025-12-01 (#1549).
Bugfixes
- autoscaling_group - fix ValidationError when describing an autoscaling group that has more than 20 target groups attached to it by breaking the request into chunks (#1593).
- autoscaling_group_info - fix ValidationError when describing an autoscaling group that has more than 20 target groups attached to it by breaking the request into chunks (#1593).
- ec2_instance - fix check_mode issue when adding network interfaces (#1403).
- ec2_metadata_facts - Handle decompression when EC2 instance user-data is gzip compressed. The fetch_url method from ansible.module_utils.urls does not decompress the user-data unless the header explicitly contains
Content-Encoding: gzip
(#1575). - elb_application_lb - fix missing attributes on creation of ALB. The
create_or_update_alb()
was including ALB-specific attributes when updating an existing ALB but not when creating a new ALB (#1510). - module_utils.acm - fixes list_certificates returning only RSA_2048 certificates (#1567).
- rds_instance - add support for CACertificateIdentifier to create/update rds instance (#1459)."