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:
8.1.0
->8.2.1
v24.7.0
->v24.9.2
v1.94.1
->v1.96.1
5.65.0
->5.68.0
7.13.1
->7.14.0
6.2.3
->6.3.0
17.3.1
->17.4.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
ansible-collections/amazon.aws (amazon.aws)
v8.2.1
Compare Source
======
Release Summary
This is a bugfix release for the
iam_role
module that resolves the issue where IAM instance profiles were being created whencreate_instance_profile
was set tofalse
and addresses theEntityAlreadyExists
exception when the instance profile already existed.Bugfixes
EntityAlreadyExists
exception whencreate_instance_profile
was set tofalse
and the instance profile already existed (https://github.com/ansible-collections/amazon.aws/issues/2102).create_instance_profile
was set tofalse
(https://github.com/ansible-collections/amazon.aws/issues/2281).v8.2.0
Compare Source
======
Release Summary
The amazon.aws 8.2.0 release includes a number of bugfixes, some new features and improvements. This releases also introduces a deprecation for the
amazon.aws.iam_role
module, where support for creating and deleting IAM instance profiles using thecreate_instance_profile
anddelete_instance_profile
options has been deprecated and will be removed in a release after 2026-05-01.Minor Changes
network_interfaces
andnetwork_interfaces_ids
options replacing deprecated optionnetwork
(https://github.com/ansible-collections/amazon.aws/pull/2123).network.source_dest_check
option has been deprecated and replaced by new optionsource_dest_check
(https://github.com/ansible-collections/amazon.aws/pull/2123).metadata_token_ttl_seconds
(https://github.com/ansible-collections/amazon.aws/pull/2209).performance_insights_kms_key_id
was incorrect according to boto documentation (https://github.com/ansible-collections/amazon.aws/pull/2163).expected_bucket_owner
option (https://github.com/ansible-collections/amazon.aws/issues/2114).droppath
to drop the hierarchical search path from ssm parameter lookup results (https://github.com/ansible-collections/amazon.aws/pull/1756).Deprecated Features
create_instance_profile
anddelete_instance_profile
options has been deprecated and will be removed in a release after 2026-05-01. To manage IAM instance profiles theamazon.aws.iam_instance_profile
module can be used instead (https://github.com/ansible-collections/amazon.aws/pull/2221).Bugfixes
module._diff
is set to true (https://github.com/ansible-collections/amazon.aws/pull/2136).UnsupportedArgument
when calling APIGetBucketAccelerationConfig
on region where it is not supported (https://github.com/ansible-collections/amazon.aws/issues/2180).accelerate_enabled
option to only update the configuration if explicitly passed (https://github.com/ansible-collections/amazon.aws/issues/2220).MethodNotAllowed
exceptions caused by fetching transfer acceleration state in regions that don't support it (https://github.com/ansible-collections/amazon.aws/issues/2266).TypeError: cannot unpack non-iterable NoneType object
errors related to bucket versioning, policies, tags or encryption (https://github.com/ansible-collections/amazon.aws/pull/2228).ansible-community/ansible-lint (ansible-community/ansible-lint)
v24.9.2
Compare Source
Bugfixes
v24.9.1
Compare Source
Bugfixes
Other
v24.9.0
Compare Source
Enhancements
requirements_file
input to GitHub action (#4253) @dbrennandBugfixes
antonbabenko/pre-commit-terraform (antonbabenko/pre-commit-terraform)
v1.96.1
Compare Source
Bug Fixes
terraform_docs
: Fix issue with processing multiply files withoutterraform-docs
markers. Issue introduced in v1.95.0 (#720) (2b1aec8),v1.96.0
Compare Source
Features
--args=
which contains lowercase symbols, like${TF_VAR_lowercase}
(#719) (bf156b4)v1.95.0
Compare Source
Features
terraform_docs
: Drop support forterraform-docs
<0.12.0 (#717) (81e4572)v1.94.3
Compare Source
Bug Fixes
terraform_docs
: Restore--hook-config=--add-to-existing-file
default behavior. Regression from 1.94.0. (#716) (315342e)v1.94.2
Compare Source
Bug Fixes
hashicorp/terraform-provider-aws (aws)
v5.68.0
Compare Source
NOTES:
inline_policy
argument is deprecated. Use theaws_iam_role_policy
resource instead. If Terraform should exclusively manage all inline policy associations (the current behavior of this argument), use theaws_iam_role_policies_exclusive
resource as well. (#39203)composite_slot_type_setting
block, thesubslots
argument has been renamedsub_slots
. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#39353)FEATURES:
aws_elasticache_reserved_cache_node_offering
(#29832)aws_securityhub_standards_control_associations
(#39334)aws_synthetics_runtime_version
(#39180)aws_synthetics_runtime_versions
(#39180)aws_appsync_source_api_association
(#39323)aws_elasticache_reserved_cache_node
(#29832)aws_iam_role_policies_exclusive
(#39203)aws_pinpointsmsvoicev2_opt_out_list
(#25036)aws_pinpointsmsvoicev2_phone_number
(#25036)aws_sesv2_account_suppression_attributes
(#39325)ENHANCEMENTS:
iam_role_arn
argument tos3_action
configuration block (#39364)name
length to 255 characters (#39315)BUG FIXES:
assume_role.role_arn
to be an empty string when there is a singleassume_role
entry. (#39328)environment_variables
argument (#39397)Managed by DynamoDB
encryption setting (#31284)engine_version
mismatch with RabbitMQ 3.13 and ActiveMQ 5.18 and above (#39024)endpoint_management = "CUSTOMER"
(#39394)policy
(#39322)v5.67.0
Compare Source
BREAKING CHANGES:
value_selection_setting.advanced_recognition_setting
block, theaudio_recognition_setting
argument has been renamedaudio_recognition_strategy
(#39254)NOTES:
1.22.6
. A small number of users have reported failed or hanging network connections using the version of the Terraform AWS provider which was first built with Go1.23.0
(v5.65.0
). At this point, maintainers have been unable to reproduce failures, but enough distinct users have reported issues that we are going to attempt downgrading to Go1.22.6
for the next provider release. We will continue to coordinate with users and AWS in an attempt to identify the root cause, using this upcoming release with a reverted Go build version as a data point. (#39256)value_selection_setting.advanced_recognition_setting
block, theaudio_recognition_setting
argument has been renamedaudio_recognition_strategy
. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#39254)FEATURES:
aws_codebuild_fleet
(#39237)aws_cloudformation_stack_instances
(#36794)aws_codebuild_fleet
(#39237)aws_computeoptimizer_enrollment_status
(#35349)aws_computeoptimizer_recommendation_preferences
(#35349)aws_costoptimizationhub_enrollment_status
(#36440)aws_costoptimizationhub_preferences
(#36526)aws_datazone_asset_type
(#38812)aws_datazone_environment_profile
(#38581)aws_lambda_function_recursion_config
(#39153)ENHANCEMENTS:
domain
andtags
as Optional. This enables certificates to be matched based on tags (#31453)encryption_type
andkms_key_id
attributes (#39212)user_pool_tags
in favor of standardtags
. (#39260)assume_role
now accepts multiple elements. (#39255)cache_config
argument (#39215)mode
argument (#39206)hsm2m.medium
as a valid value forhsm_type
(#39206)fleet
attribute inenvironment
configuration block (#39237)snowflake_configuration.buffering_internal
andsnowflake_configuration.buffering_size
arguments (#39214)READER_PRO
,AUTHOR_PRO
, andADMIN_PRO
as valid values for theuser_role
argument (#39220)default_user_settings.domain_settings.docker_settings
configuration block (#35416)default_user_settings.studio_web_portal_settings
,default_space_settings.jupyter_lab_app_settings
,default_space_settings.space_storage_settings
,default_space_settings.custom_posix_user_config
, anddefault_space_settings.custom_file_system_config
configuration blocks (#38457)production_variants.managed_instance_scaling
andshadow_production_variants.managed_instance_scaling
configuration blocks (#35479)primary_container.inference_specification_name
andcontainer.inference_specification_name
arguments (#35873)primary_container.model_data_source.s3_data_source.model_access_config
,primary_container.multi_model_config
,container.model_data_source.s3_data_source.model_access_config
, andcontainer.multi_model_config
configuration blocks (#35873)user_settings.studio_web_portal_settings
configuration block (#38567)definition
using the AWS Step Functions Validation API (#39229)BUG FIXES:
created_at
as an RFC3339 formatted timestamp (#24183)created_at
as an RFC3339 formatted timestamp (#24183)check_certificate_revovation_status
is ignored due to bad autoflex field mapping (#39211)aggregation_period
not set. (#39279)permissions.actions
MaxItems
from16
to20
. This fixes a regression introduced in v5.66.0 (#39226)vpc_connection_id
regular expression validator. This fixes a regression introduced in v5.66.0 (#39231)default_user_settings.domain_settings
to include missingsecurity_group_ids
andr_studio_server_pro_domain_settings
values (#35416)suppression_options.suppressed_reasons
to be an empty list ([]
) in order to disable the suppression list (#29671)event_destination.matching_event_types
fromTypeList
toTypeSet
as order is not significant (#36897)load_balancer_options.subnet_ids
(#39196)v5.66.0
Compare Source
FEATURES:
aws_glue_registry
(#37953)aws_organizations_organizational_unit_descendant_organizational_units
(#39120)aws_quicksight_analysis
(#31737)aws_datazone_environment
(#38811)ENHANCEMENTS:
tags
attribute (#38959)tags
attribute (#39092)api_type
andmerged_api_execution_role_arn
arguments (#39159)vector_ingestion_configuration.chunking_configuration.semantic_chunking_configuration
,vector_ingestion_configuration.chunking_configuration.hierarchical_chunking_configuration
, andvector_ingestion_configuration.parsing_configuration
configuration blocks (#39138)skip_deletion_protection
attribute (#38811)backup_retention_period
andpreferred_backup_window
attributes (#38452)parameters.databricks
argument (#31737)notification_settings
argument (#39108)InService
timeouts to 60 minutes (#39090)rate_based_statement.limit
minimum from100
to10
(#39107)rate_based_statement.limit
minimum from100
to10
(#39107)BUG FIXES:
segment_actions.via.with_edge_override.use_edge
to be nested set of edges, matching JSON (#39142)segment_actions.via.with_edge_override.use_edge
. Usesegment_actions.via.with_edge_override.use_edge_location
instead (#39142)null
value. (#38869)role_arn
as Optional (#38900)slot_type_values
validator which limited configurations to 1 element (#39126)theme_arn
argument on create and update when configured (#31737)role_arns
as Optional and send an empty list if unconfigured (#39108)run_config.timeout_in_seconds
default value to allow creation of resources with a frequency less than 14 minutes (#35177)cattle-ops/terraform-aws-gitlab-runner (cattle-ops/gitlab-runner/aws)
v7.14.0
Compare Source
Features
Bug Fixes
integrations/terraform-provider-github (github)
v6.3.0
Compare Source
What's Changed
🚀 New Features
🛠️ Maintenance
🏷 Other Changes
push
by @anelam in https://github.com/integrations/terraform-provider-github/pull/2351github_repository
by @garysassano in https://github.com/integrations/terraform-provider-github/pull/2324New Contributors
Full Changelog: integrations/terraform-provider-github@v6.2.3...v6.3.0
gitlabhq/terraform-provider-gitlab (gitlab)
v17.4.0
Compare Source
This release was tested against GitLab 17.4, 17.3, and 17.2 for both CE and EE
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.