Release Summary
This release contains a number of bugfixes, new features and new modules. This is the last planned minor release prior to the release of version 6.0.0.
Minor Changes
- Add connectivity_type to ec2_vpc_nat_gateway module (#1267).
- cloudwatch - Add metrics and extended_statistic keys to cloudwatch module (#1133).
- ec2_ami - add support for BootMode, TpmSupport, UefiData params (#1037).
- ec2_metadata_facts - added support to query instance tags in metadata (#1186).
- kms_key - Add multi_region option to create_key (#1290).
- lambda - add support for function layers when creating or updating lambda function (#1118).
- lambda_event - Added support to set FunctionResponseTypes when creating lambda event source mappings (#1209).
- module_utils/elbv2 - removed compatibility code for
botocore < 1.10.30
(#1477). - rds_cluster - New
engine_mode
parameter (#941). - rds_cluster - add new options (e.g.,
db_cluster_instance_class
,allocated_storage
,storage_type
,iops
) (#1191). - rds_cluster - update list of supported engines with
mysql
andpostgres
(#1191). - s3_bucket - ensure
public_access
is configured before updating policies (#1511).
Bugfixes
- cloudwatch_metric_alarm - Don't consider
StateTransitionedTimestamp
in change detection. (#1440). - ec2_instance - Pick up
app_callback -> set_password
rather thanapp_callback -> set_passwd
(#1449). - lambda_info - Do not convert environment variables to snake_case when querying lambda config. (#1457).
- rds_instance - fix type of
promotion_tier
as passed to the APIs (#1475).
New Modules
- lambda_layer - Creates an AWS Lambda layer or deletes an AWS Lambda layer version
- lambda_layer_info - List lambda layer or lambda layer versions