generated from cds-snc/project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all minor dependencies #284
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/all-minor
branch
5 times, most recently
from
June 14, 2024 17:47
fb4c1c5
to
76a338b
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
4 times, most recently
from
June 22, 2024 23:12
5d8654e
to
2d47a46
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
4 times, most recently
from
June 28, 2024 21:29
d3187d8
to
91fd27e
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
5 times, most recently
from
July 2, 2024 18:40
35da478
to
73309cd
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
6 times, most recently
from
July 15, 2024 12:13
6b81d1d
to
e9945a4
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
4 times, most recently
from
July 25, 2024 19:26
3acc5fd
to
367a59b
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
6 times, most recently
from
December 12, 2024 03:49
1a740fd
to
b0f39c2
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
10 times, most recently
from
December 23, 2024 21:07
0462e9d
to
7603870
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
5 times, most recently
from
December 30, 2024 22:37
44e8e5a
to
ffe13ee
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
5 times, most recently
from
January 9, 2025 20:41
f4dcc16
to
61672a1
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
from
January 10, 2025 20:40
61672a1
to
871793d
Compare
Plan for org_account/aft✅ Terraform Init: Show Validate resultsWarning: Argument is deprecated
with module.account_factory_for_terraform.module.aft_account_request_framework.aws_eip.aft-vpc-natgw-01,
on .terraform/modules/account_factory_for_terraform/modules/aft-account-request-framework/vpc.tf line 206, in resource "aws_eip" "aft-vpc-natgw-01":
206: vpc = true
use domain attribute instead
(and one more similar warning elsewhere)
Error: expected provider_type to be one of [Bitbucket GitHub GitHubEnterpriseServer GitLab], got GitLabSelfManaged
with module.account_factory_for_terraform.module.aft_code_repositories.aws_codestarconnections_host.gitlabselfmanaged,
on .terraform/modules/account_factory_for_terraform/modules/aft-code-repositories/codestar.tf line 54, in resource "aws_codestarconnections_host" "gitlabselfmanaged":
54: provider_type = "GitLabSelfManaged"
time=2025-01-10T20:40:32Z level=error msg=terraform invocation failed in /home/runner/work/cds-aws-lz/cds-aws-lz/terragrunt/org_account/aft
time=2025-01-10T20:40:32Z level=error msg=1 error occurred:
* [/home/runner/work/cds-aws-lz/cds-aws-lz/terragrunt/org_account/aft] exit status 1
Show planWarning: Argument is deprecated
with module.account_factory_for_terraform.module.aft_account_request_framework.aws_eip.aft-vpc-natgw-01,
on .terraform/modules/account_factory_for_terraform/modules/aft-account-request-framework/vpc.tf line 206, in resource "aws_eip" "aft-vpc-natgw-01":
206: vpc = true
use domain attribute instead
(and one more similar warning elsewhere)
Error: expected provider_type to be one of [Bitbucket GitHub GitHubEnterpriseServer GitLab], got GitLabSelfManaged
with module.account_factory_for_terraform.module.aft_code_repositories.aws_codestarconnections_host.gitlabselfmanaged,
on .terraform/modules/account_factory_for_terraform/modules/aft-code-repositories/codestar.tf line 54, in resource "aws_codestarconnections_host" "gitlabselfmanaged":
54: provider_type = "GitLabSelfManaged"
time=2025-01-10T20:40:38Z level=error msg=terraform invocation failed in /home/runner/work/cds-aws-lz/cds-aws-lz/terragrunt/org_account/aft
time=2025-01-10T20:40:38Z level=error msg=1 error occurred:
* [/home/runner/work/cds-aws-lz/cds-aws-lz/terragrunt/org_account/aft] exit status 1
|
Plan for org_account/roles✅ Terraform Init: Plan: 0 to add, 1 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_iam_role.sre_bot will be updated in-place
~ resource "aws_iam_role" "sre_bot" {
~ assume_role_policy = (sensitive value)
id = "sre_bot_role"
name = "sre_bot_role"
tags = {
"CostCentre" = "cds-aws-lz-production"
"Terraform" = "true"
}
# (9 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.org_account_list_in_sandbox"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.org_allow_policy_toggle"]
21 tests, 19 passed, 2 warnings, 0 failures, 0 exceptions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
<= 5.51
-><= 5.83
5.83.1
==24.4.2
->==24.10.0
==1.34.140
->==1.35.92
1.35.97
(+4)==7.0.0
->==7.1.1
1.11.1
->1.13.2
1.13.3
v9.4.11
->v9.6.8
==8.2.2
->==8.3.4
Review
Release Notes
hashicorp/terraform-provider-aws (aws)
v5.83.0
Compare Source
NOTES:
apigatewayv2
client has been updated to more extensively matchConflictException
error responses. This change should be transparent to users, but if any unexpected changes in behavior withapigatewayv2
resources occur following an upgrade to this release, please open a bug report. (#40840)id
in favor ofarn
. (#40626)id
. (#40626)id
in favor ofbucket
. (#40626)FEATURES:
aws_cloudwatch_event_buses
(#40662)aws_ecs_clusters
(#40638)aws_route53_records
(#38186)aws_cognito_identity_openid_token_for_developer_identity
(#40763)aws_bedrockagent_agent_collaborator
(#40559)aws_cleanrooms_membership
(#35165)aws_cloudwatch_log_delivery
(#40731)aws_cloudwatch_log_delivery_destination
(#40731)aws_cloudwatch_log_delivery_destination_policy
(#40731)aws_cloudwatch_log_delivery_source
(#40731)aws_cloudwatch_log_index_policy
(#40594)aws_vpclattice_resource_gateway
(#40821)ENHANCEMENTS:
compute_configuration
attribute (#40752)kafka_settings.sasl_mechanism
attribute (#36918)ap-southeast-7
AWS Region (#40850)ap-southeast-7
AWS Region (#40850)default_for_new_launches
attribute (#40536)supports_certificate_rotation_without_restart
,supports_integrations
, andsupports_local_write_forwarding
attributes (#40700)ap-southeast-7
AWS Region (#40850)region
attribute (#40795)service_regions
argument (#40795)ap-southeast-7
as a valid AWS Region (#40849)data_transfer_api
attribute to destination_flow_config_list.destination_connector_properties.salesforce (#34937)grpc_config
argument todefault_cache_behavior
andordered_cache_behavior
configuration blocks (#40762)compute_configuration
argument (#40752)email_mfa_configuration
argument (#40734)sign_in_policy
andweb_authn_configuration
arguments (#40765)user_pool_tier
argument (#40633)kafka_settings.sasl_mechanism
argument (#36918)name
andvalue
arguments (#40772)instance_id
ornetwork_interface_id
(#40769)node_repair_config
configuration block (#40698)VALKEY
as supported value for 'engine' argument (#40764)VALKEY
as supported value for 'engine' argument (#40764)encryption_key_arn
argument (#40771)user_invitation_url
attribute (#40775)iam-db-auth-error
as a valid value forenabled_cloudwatch_logs_exports
(#40789)data_filter
argument (#40816)override_provider
configuration block, allowing tags inherited from the providerdefault_tags
configuration block to be ignored (#40689)BUG FIXES:
description
,name
orversion
if they are not present in the OpenAPI definitionbody
(#40707)ConflictException
error responses (#40840)panic: interface conversion: interface {} is nil, not map[string]interface {}
whenparameters_in_cache_key_and_forwarded_to_origin.cookies_config
,parameters_in_cache_key_and_forwarded_to_origin.headers_config
, orparameters_in_cache_key_and_forwarded_to_origin.query_strings_config
are empty (#40815)scaling_configuration
to be removed on Update (#40773)file_system_locations
to be removed on Update (#40842)fips_dns_name
to an empty value (""
) when no value is returned from the EC2 API. This fixes known-after-apply loops in Regions that don't support FIPS endpoints (#37939)create_table_default_permission
with a nilprincipal
block (#40761)http_tokens
whenmetadata_options
is updated (#40727)public_dns
andpublic_ip
attributes when changinginstance_type
,user_data
, oruser_data_base64
(#40710)operation error EC2: DetachInternetGateway, ..., api error InvalidInternetGatewayID.NotFound: ...
errors on delete for resources deleted out-of-band (#40790)operation error EC2: DetachInternetGateway, ..., api error InvalidInternetGatewayID.NotFound: ...
errors on delete for resources deleted out-of-band (#40790)logical_table_map.tag_column_operation.tags.column_description
(#40713)manage_master_user_password
being updated in state when update errors (#40538)alias.name
contains characters that the Route 53 API escapes (#40154)name
contains characters that the Route 53 API escapes (#40154)delivery_options.max_delivery_seconds
when not configured (#40670)sqs_managed_sse_enabled=true
andkms_data_key_reuse_period_seconds
is configured (#40729)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)shard_count
would not exceed the AWS account's shard quota when the data stream capacity mode isPROVISIONED
, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires thekinesis:DescribeLimits
IAM permission (#40499)kinesis:DescribeLimits
IAM permission (#40499)topic_replication.topic_name_configuration
argument (#40101)enable_primary_ipv6
argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)stateful_engine_options.flow_timeouts
argument (#39996)serverlessv2_scaling_configuration.seconds_until_auto_pause
argument (#40441)tags
argument andtags_all
attribute (#40470)notebook-al2-v3
value forplatform_identifier
(#40484)tags
argument andtags_all
attribute (#38243)delivery_options.max_delivery_seconds
andtracking_options.https_policy
arguments (#40194)BUG FIXES:
InvalidArgumentException: NextToken and StreamName cannot be provided together
errors when the data stream has more than 1000 shards (#40499)rule
fromTypeSet
toTypeList
as order is significant (#40521)throughput_capacity
validation to allow values up to12228
(#40468)logging_configuration.log_destination_config
s (#40092)InvalidDBClusterStateFault
errors when deleting clusters that are members of a global cluster (#40333)InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0.
errors when removingserverlessv2_scaling_configuration
in an update (#40511)storage_type
when restoring from S3 (#40471)storage_type
when restoring from snapshot (#40471)storage_type
when restoring to a point in time (#40471)database_name
as Computed. This prevents resource recreation when the source cluster specifies adatabase_name
(#40469)v5.80.0
Compare Source
FEATURES:
aws_codeconnections_connection
(#40300)aws_codeconnections_host
(#40300)aws_s3tables_namespace
(#40420)aws_s3tables_table
(#40420)aws_s3tables_table_bucket
(#40420)aws_s3tables_table_bucket_policy
(#40420)aws_s3tables_table_policy
(#40420)ENHANCEMENTS:
instruction
max length for validation to 8000 (#40279)deletion_protection_enabled
argument (#35359)serverlessv2_scaling_configuration.max_capacity
andserverlessv2_scaling_configuration.min_capacity
minimum values to0
to support Amazon Aurora Serverless v2 scaling to 0 ACUs (#40230)LocalZone
as a valid value forlocation.type
, enabling support for Amazon S3 Express One Zone in AWS Dedicated Local Zones (#40339)BUG FIXES:
tags_all
when planning. (#40305)deserialization failed, failed to decode response body with invalid JSON
errors on Read (#40419)v5.79.0
Compare Source
FEATURES:
aws_vpc_block_public_access_exclusion
(#40235)aws_vpc_block_public_access_options
(#40233)ENHANCEMENTS:
compute_config
,storage_config
, andkubernetes_network_config.elastic_load_balancing
arguments for EKS Auto Mode (#40370)remote_network_config
argument for EKS Auto Mode (#40371)metrics_config
argument (#40322)provisioned_poller_config
argument (#40303)supported_regions
argument (#40346)BUG FIXES:
disk_iops_configuration.iops
from350000
to400000
fordeployment_type = "SINGLE_AZ_2"
(#40359)v5.78.0
Compare Source
NOTES:
FEATURES:
aws_iam_organizations_features
(#40164)ENHANCEMENTS:
engine
attribute (#40224)cluster_configuration.engine
attribute (#40224)engine
argument (#40224)cluster_configuration.engine
attribute (#40224)BUG FIXES:
product_description
(e.g., "postgresql") is a substring of multiple products, fixError: multiple RDS Reserved Instance Offerings matched; use additional constraints to reduce matches to a single RDS Reserved Instance Offering
(#40281)Warning: AWS account ID not found for provider
whenskip_requesting_account_id
istrue
(#40264)eksProperties
orecsProperties
block (#40172)content_policy_config.filters_config
s are specified. (#40304)sns_topic_arns
changes (#40253)sns_topic_arns
changes (#40291)storage_type
fromio1
orio2
togp3
, fix bug causing errorInvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops
(#37257)gp3
volume'sallocated_storage
to a value larger than the threshold value forengine
, fix bug causing errorInvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops
(#28847)v5.77.0
Compare Source
NOTES:
aws_kms_secrets
,aws_lambda_invocation
, andaws_secretsmanager_secret_version
now support ephemeral values. (#40009)FEATURES:
aws_kms_secrets
(#40009)aws_lambda_invocation
(#39988)aws_secretsmanager_secret_version
(#40009)aws_rds_instance_state
(#40180)ENHANCEMENTS:
most_recent
is true and certain filter criteria are missing (#40211)availability_zone_rebalancing
attribute (#40225)availability_zone_rebalancing
attribute (#40225)versionConsistency
argument tocontainer_definitions
(#40216)nodejs22.x
runtime
value (#40277)nodejs22.x
compatible_runtimes
value (#40277)endpoint
argument to point to the writer DB instance in the current primary cluster (#39960)BUG FIXES:
tags
from theDescribeSubnets
response, removing the need for theec2:DescribeTags
IAM permission (#40144)schema
element (#40195)pod_identity_association
is modified (#40168)pod_identity_association
is changed (#40168)v5.76.0
Compare Source
FEATURES:
aws_vpc_security_group_vpc_association
(#40069)ENHANCEMENTS:
python3.13
runtime
value (#40277)python3.13
compatible_runtimes
value (#40277)BUG FIXES:
BadRequestException: Invalid mapping expression specified
andNotFoundException: Invalid parameter name specified
errors when making updates torequest_parameters
and/orcache_key_parameters
(#40124)BadRequestException: Invalid mapping expression specified
andNotFoundException: Invalid parameter name specified
errors when making updates torequest_parameters
(#40124)launch_template
that is updated causingValidationError: You must use a valid fully-formed launch template.
(#40088)ipam_pool_id
is set (#40082)Provider returned invalid result object after apply
errors (#40090)policy_names
(#40076)policy_arns
(#40076)policy_names
(#40076)policy_arns
(#40076)policy_names
(#40076)policy_arns
(#40076)v5.75.1
Compare Source
ENHANCEMENTS:
description
attribute (#39980)reset_on_delete
to properly reset CloudWatch Role ARN on deletion. (#40004)description
argument (#39980)BUG FIXES:
canary_settings
andstage_description
whenstage_name
not set. (#40067)ttl[0].attribute_name
to be set whenttl[0].enabled
is false (#40046)ValidationException
on updates when RStudio is disabled on the domain (#40049)v5.75.0
Compare Source
BREAKING CHANGES:
canary_settings.deployment_id
attribute asrequired
(#39929)NOTES:
ARNType
will properly surface validation errors (#40008)deployment_id
was added tocanary_settings
as arequired
attribute. This breaking change was necessary to makecanary_settings
functional. Without this change all canary traffic was routed to the main deployment (#39929)FEATURES:
aws_spot_datafeed_subscription
(#39647)ENHANCEMENTS:
init_containers
,share_process_namespace
, andimage_pull_secrets
attributes (#40019)init_containers
andshare_process_namespace
arguments (#40019)containers
arguments to 10 (#40019)pod_identity_association
argument (#38357)password
argument as sensitive (#39991)BUG FIXES:
alarm_configuration.alarms
argument (#39971)ResourceNotFound
exceptions during resource destruction (#38357)Value Conversion Error
during resource creation (#39945)tcp_idle_timeout_seconds
argument for gateway load balancers (#40039)tcp_idle_timeout_seconds
value, preventingModifyListenerAttributes
API calls when a value is not explicitly configured (#40039)public_ip_source = "amazon"
:The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip.
(#40042)v5.74.0
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, 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 was generated by Mend Renovate. View the repository job log.