chore(deps): update all non-major dependencies #1780
Merged
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.76.0
->5.80.0
v6.9.0
->v6.10.0
v1.9.0
->v1.10.0
v3.27.4
->v3.27.6
1.23.3
->1.23.4
v1.24.0
->v1.24.1
1.63.0
->1.64.0
2.33.0
->2.34.0
v2.10.1
->v2.10.2
20.29.0
->20.31.1
Release Notes
hashicorp/terraform-provider-aws (aws)
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)docker/build-push-action (docker/build-push-action)
v6.10.0
Compare Source
call
input to set method for evaluating build by @crazy-max in https://github.com/docker/build-push-action/pull/1265Full Changelog: docker/build-push-action@v6.9.0...v6.10.0
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
github/codeql-action (github/codeql-action)
v3.27.6
Compare Source
v3.27.5
Compare Source
golang/go (go)
v1.23.4
istio/client-go (istio.io/client-go)
v1.24.1
Compare Source
hashicorp/terraform-provider-kubernetes (kubernetes)
v2.34.0
Compare Source
ENHANCEMENTS:
conditions
attribute tokubernetes_nodes
data source, which will provide detailed node health and status information [GH-2612]kubernetes_secret_v1_data
resource to the kubernetes provider. This resource will allow users to manage kubernetes secrets [GH-2604]FEATURES:
kubernetes_certificate_signing_request_v1
[GH-2628]kubernetes_token_request_v1
[GH-2628]step-security/harden-runner (step-security/harden-runner)
v2.10.2
Compare Source
What's Changed
Fixes low-severity command injection weaknesses
The advisory is here: GHSA-g85v-wf27-67xc
Bug fix to improve detection of whether Harden-Runner is running in a container
Full Changelog: step-security/harden-runner@v2...v2.10.2
terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws)
v20.31.1
Compare Source
Bug Fixes
v20.31.0
Compare Source
Features
v20.30.1
Compare Source
Bug Fixes
resolve_conflicts_on_create_default
value to a boolean since default isnull
(#3221) (35388bb)v20.30.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.