Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.2.0
->v5.3.0
8.2.1
->9.1.0
v24.9.2
->v24.12.2
5.70.0
->5.82.2
7.14.0
->8.1.0
6.3.1
->6.4.0
17.4.0
->17.7.0
v4.6.0
->v5.0.0
5.13.0
->5.17.0
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
actions/setup-python (actions/setup-python)
v5.3.0
Compare Source
What's Changed
Bug Fixes:
isGhes
logic by @jww3 in https://github.com/actions/setup-python/pull/963Enhancements:
New Contributors
Full Changelog: actions/setup-python@v5...v5.3.0
ansible-collections/amazon.aws (amazon.aws)
v9.1.0
Compare Source
======
Release Summary
This release brings several bugfixes, minor changes, a new
rds_instance_param_group_info
module, and some deprecations for theautoscaling_group
module.Minor Changes
group_name
as an alias for thename
parameter (https://github.com/ansible-collections/amazon.aws/pull/2396).group_name
as an alias for thename
parameter (https://github.com/ansible-collections/amazon.aws/pull/2396).group_name
as an alias for thename
parameter (https://github.com/ansible-collections/amazon.aws/pull/2396).group_name
as an alias for thename
parameter (https://github.com/ansible-collections/amazon.aws/pull/2396).ansible_ec2_instance_tags
to return values (https://github.com/ansible-collections/amazon.aws/pull/2398).Deprecated Features
decrement_desired_capacity
parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using theamazon.aws.autoscaling_instance
module (https://github.com/ansible-collections/amazon.aws/pull/2396).replace_batch_size
,lc_check
andlt_check
parameters have been deprecated and will be removed in release 14.0.0 of this collection. Rolling replacement of instances in an autoscaling group can be performed using theamazon.aws.autoscaling_instance_refresh
module (https://github.com/ansible-collections/amazon.aws/pull/2396).detach_instances
parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using theamazon.aws.autoscaling_instance
module (https://github.com/ansible-collections/amazon.aws/pull/2396).replace_all_instances
parameter has been deprecated and will be removed in release 14.0.0 of this collection. Rolling replacement of instances in an autoscaling group can be performed using theamazon.aws.autoscaling_instance_refresh
module (https://github.com/ansible-collections/amazon.aws/pull/2396).replace_instances
parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using theamazon.aws.autoscaling_instance
module (https://github.com/ansible-collections/amazon.aws/pull/2396).Bugfixes
New Modules
v9.0.0
Compare Source
======
Release Summary
This major release brings a new set of supported modules that have been promoted from community.aws, several bugfixes, minor changes and deprecated features. We also dropped support for botocore<1.31.0 and boto3<1.28.0. Due to the AWS SDKs announcing the end of support for Python less than 3.8 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/), support for Python less than 3.8 by this collection was deprecated in this release and will be removed in release 10.0.0.
Major Changes
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.autoscaling_instance_refresh
(https://github.com/ansible-collections/amazon.aws/pull/2338).community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.autoscaling_instance_refresh_info
(https://github.com/ansible-collections/amazon.aws/pull/2338).community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_launch_template
(https://github.com/ansible-collections/amazon.aws/pull/2348).community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_placement_group
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_placement_group_info
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_transit_gateway
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_transit_gateway_info
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_transit_gateway_vpc_attachment
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_transit_gateway_vpc_attachment_info
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_egress_igw
(https://api.github.com/repos/ansible-collections/amazon.aws/pulls/2327).community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_nacl
(https://github.com/ansible-collections/amazon.aws/pull/2339).community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_nacl_info
(https://github.com/ansible-collections/amazon.aws/pull/2339).community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_peer
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_peering_info
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_vgw
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_vgw_info
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_vpn
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_vpc_vpn_info
.community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.elb_classic_lb_info
.Minor Changes
determine_iam_role
from moduleec2_instance
to module_utils/ec2 so that it can be used bycommunity.aws.ec2_launch_template
module (https://github.com/ansible-collections/amazon.aws/pull/2319).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2163). - aws_region_info - refactored code to useAnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2163).unit
anddimensions
options (https://github.com/ansible-collections/amazon.aws/pull/2286)AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2164).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2164).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2165). - ec2_eip_info - refactored code to useAnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2165).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2166).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2166).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2167).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2167).client
andmodule
as function arguments instead of global variables (https://github.com/ansible-collections/amazon.aws/pull/2192).AnsibleEC2Error
and shared code from module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2192).datetime.utcnow()
bydatetime.now(timezone.utc)
(https://github.com/ansible-collections/amazon.aws/pull/2192).AnsibleEC2Error
and shared code from module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2192).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2168).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2168).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2169).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2169).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2170).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2170).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2097).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2097).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2097).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2097).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2097).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2099).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2158).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2158).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2159).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2159).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2160).AnsibleEC2Error
as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2160).botocore.Session
withboto3.Session
for consistency (https://github.com/ansible-collections/amazon.aws/pull/2157).boto3_conn
method now catchesBotoCoreError
rather than an incomplete list of subclasses (https://github.com/ansible-collections/amazon.aws/pull/2157).autoscaling
client (https://github.com/ansible-collections/amazon.aws/pull/2301).boto3_conn
method now catchesBotoCoreError
rather than an incomplete list of subclasses (https://github.com/ansible-collections/amazon.aws/pull/2157).max_keys
andmarker
parameter (https://github.com/ansible-collections/amazon.aws/pull/2328).Breaking Changes / Porting Guide
botocore<1.31.0
andboto3<1.28.0
. Most modules will continue to work with older versions of the AWS SDK. However, compatability with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/amazon.aws/pull/2161).include_extra_api_calls
was previously deprecated and has been removed (https://github.com/ansible-collections/amazon.aws/pull/2320).policies
return key was previously deprecated and has been removed, please usepolicy_names
instead (https://github.com/ansible-collections/amazon.aws/pull/2320).boto3_conn
'sconn_type
parameter is now mandatory (https://github.com/ansible-collections/amazon.aws/pull/2157).Deprecated Features
ec2_vpc_peer
module has been renamed toec2_vpc_peering
. The usage of the module has not changed. The ec2_vpc_peer alias will be removed in version 13.0.0 https://github.com/ansible-collections/amazon.aws/pull/23566).result
return key has been deprecated and will be removed in release 11.0.0. Use thevpc_peering_connections
return key instead (https://github.com/ansible-collections/amazon.aws/pull/2359).mode=list
has been deprecated.amazon.aws.s3_object_info
should be used instead (https://github.com/ansible-collections/amazon.aws/pull/2328).Bugfixes
max_keys
was not respected (https://github.com/ansible-collections/amazon.aws/pull/2328).New Modules
ansible-community/ansible-lint (ansible-community/ansible-lint)
v24.12.2
Compare Source
Enhancements
Bugfixes
Note this this changelog entry contains changes also included in the two yanked releases before it.
v24.12.1
: (yanked)Compare Source
Enhancements
Bugfixes
v24.12.0
: (yanked)Compare Source
Enhancements
Bugfixes
v24.10.0
Compare Source
Enhancements
Bugfixes
tags
property to builder v3options
(#4346) @audgirkahashicorp/terraform-provider-aws (aws)
v5.82.2
Compare Source
BUG FIXES:
mutual_authentication.advertise_trust_store_ca_names
attribute. This fixes a regression introduced in v5.82.0 causingsetting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"}
errors (#40658)v5.82.1
Compare Source
ENHANCEMENTS:
availability_zone_distribution
argument (#40634)BUG FIXES:
statement
sid
(#40639)v5.82.0
Compare Source
NOTES:
id
attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combininggroup_arn
andresource_arn
in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)FEATURES:
aws_servicecatalogappregistry_attribute_group_associations
(#38306)aws_api_gateway_domain_name_access_association
(#40566)aws_cloudfront_vpc_origin
(#40239)aws_memorydb_multi_region_cluster
(#40376)aws_networkmanager_dx_gateway_attachment
(#40546)aws_rds_cluster_snapshot_copy
(#40398)ENHANCEMENTS:
arn
attribute (#40546)statement
sid
is valid, including on alphanumeric characters (#40562)service_region
attribute (#40583)agent_collaboration
attribute to configure agent collaboration role (#40543)origin.vpc_origin_config
argument (#40239)name_prefix
argument (#40622)arn
attribute (#40546)efa_enabled
argument (#40381)advertise_trust_store_ca_names
attribute to themutual_authentication
configuration block (#40550)multi_region_cluster_name
argument (#40376)edge_locations
attribute (#40546)service_region
argument (#40583)BUG FIXES:
AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ...
errors for RAM-shared CAs (#39952)setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"}
errors (#40621)certificate_settings
when updating. (#40589)certificate_settings.type
toCUSTOM
. (#40589)ValidationException
when settingcertificate_settings.type
toAMPLIFY_MANAGED
. (#40589)certificate_settings
not set. (#40589)certificate_settings
is not set during update. (#40589)arn
for private custom domain names (#40566)vpc_configuration.tls_certificate
as Optional (#40574)at_rest_encryption_enabled
whenengine
isvalkey
. (#40514)IAMPrincipals
principal group (#38600)permissions
andpermissions_with_grant_option
attributes (#38047)result
attribute when changinginput
attribute, for lifecycle scope "CRUD" (#34263)teletext_destination_settings
. (#33797)allocated_storage
(#40601)force_destroy = true
can now delete objects with non-XML-safe keys (#40537)force_destroy = true
can now delete objects with non-XML-safe keys (#40537)automatically_after_days
was not being set properly whenschedule_expression
had been set previously (#34295)InvalidRequestException: A previous rotation isn't complete. That rotation will be reattempted.
(#34295)redrive_allow_policy
diffs (#40604)v5.81.0
Compare Source
FEATURES:
aws_servicecatalogappregistry_attribute_group
(#38188)aws_ssm_parameter
(#40313)aws_bedrock_inference_profile
(#40294)aws_cloudwatch_log_anomaly_detector
(#40437)aws_ecr_account_setting
(#40219)aws_msk_single_scram_secret_association
(#37056)aws_servicecatalogappregistry_attribute_group
(#38183)aws_servicecatalogappregistry_attribute_group_association
(#38290)ENHANCEMENTS:
policy
anddomain_name_id
attributes (#40364)tags
attribute (#38243)delivery_options.max_delivery_seconds
andtracking_options.https_policy
attributes (#40194)domain_name_id
argument (#40447)policy
argument anddomain_name_id
attribute (#40364)PRIVATE
as a valid value forendpoint_configuration.types
argument, enabling custom domain name support for private REST API endpoints (#40364)completion_duration_minutes
argument (#40336)configuration.retention_configuration
andconfiguration.orphan_file_deletion_configuration
attributes. (#40199)enable_primary_ipv6
argument to add support for enabling primary IPv6 addresses on EC2 instances ([#36425](https://redirect.github.com/hashicorp/terraform-provider-aws/issConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.