chore(deps): update all non-major dependencies #1726
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.66.0
->5.67.0
8.9.1
->8.10.1
v1.20.3
->v1.20.4
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.22.4
->v1.23.1
1.60.0
->1.61.0
20.24.0
->20.24.1
Release Notes
hashicorp/terraform-provider-aws (aws)
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
, and ``container.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)curl/curl-container (curlimages/curl)
v8.10.1
Compare Source
Changed
v8.10.0
Compare Source
Changed
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.4
Compare Source
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.30.0
: /v0.52.0/v0.6.0/v0.0.9Compare Source
Overview
Added
OTEL_EXPORTER_OTLP_LOGS_INSECURE
andOTEL_EXPORTER_OTLP_INSECURE
environments ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (#5739)WithResource
option forNewMeterProvider
now merges the provided resources with the ones from environment variables. (#5773)WithResource
option forNewLoggerProvider
now merges the provided resources with the ones from environment variables. (#5773)go.opentelemetry.io/otel/exporters/prometheus
. (#5755)Fixed
MeterProvider
when identical instruments are repeatedly created. (#5754)SetMeterProvider
ingo.opentelemetry.io/otel
might miss the delegation for instruments and registries. (#5780)Removed
What's Changed
4ba0660
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57344ba0660
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5735f6391c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5742f6391c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57417e3bb23
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57457e3bb23
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57468af14fe
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57678af14fe
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5766e7e105d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5783test-concurrent-safe
CI job in CONTRIBUTING doc by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5781SetMeterProvider
might miss the delegation for instruments and registries by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5780701f63a
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5795New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.29.0...v1.30.0
istio/client-go (istio.io/client-go)
v1.23.1
Compare Source
v1.23.0
Compare Source
terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws)
v20.24.1
Compare Source
Bug Fixes
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.