chore(deps): Update go deps #2209
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:
v1.54.11
->v1.54.15
v0.6.2
->v0.6.3
v7.0.72
->v7.0.73
1.22.4
->1.22.5
v0.52.0
->v0.53.0
v0.52.0
->v0.53.0
v0.52.0
->v0.53.0
v0.52.0
->v0.53.0
v0.52.0
->v0.53.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v0.49.0
->v0.50.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v0.24.0
->v0.25.0
7f521ea
->46b0784
v0.26.0
->v0.27.0
v0.22.0
->v0.23.0
dc46fd2
->f6361c8
v1.64.0
->v1.65.0
Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.54.15
Compare Source
===
Service Client Updates
service/acm
: Updates service API and documentationservice/ecr
: Updates service APIservice/payment-cryptography-data
: Updates service API and documentationservice/qbusiness
: Updates service API and documentationv1.54.14
Compare Source
===
Service Client Updates
service/application-autoscaling
: Updates service documentationservice/directconnect
: Updates service documentationservice/organizations
: Updates service API and documentationservice/rekognition
: Updates service API and documentationservice/workspaces
: Updates service APIv1.54.13
Compare Source
===
Service Client Updates
service/ec2
: Updates service API and documentationservice/fms
: Updates service APIservice/s3
: Updates service API, documentation, and examplesv1.54.12
Compare Source
===
Service Client Updates
service/apigateway
: Updates service APIservice/cognito-identity
: Updates service APIservice/connect
: Updates service API, documentation, and paginatorsservice/docdb
: Updates service APIservice/eks
: Updates service APIservice/payment-cryptography
: Updates service API and documentationservice/payment-cryptography-data
: Updates service API, documentation, and waitersservice/states
: Updates service APIservice/swf
: Updates service APIservice/wafv2
: Updates service API and documentationbufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.6.3
Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.6.2...v0.6.3
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.73
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.72...v7.0.73
golang/go (go)
v1.22.5
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)
v1.28.0
: /v0.53.0/v0.22.0/v0.8.0/v0.3.0/v0.1.0Compare Source
Overview
Added
go.opentelemetry.io/contrib/detectors/azure/azurevm
package to provide a resource detector for Azure VMs. (#5422)go.opentelemetry.io/contrib/config
add support to configure periodic reader interval and timeout. (#5661)OTEL_GO_X_DEPRECATED_RUNTIME_METRICS=false
environment variable. (#5747)OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
,OTEL_EXPORTER_OTLP_LOGS_PROTOCOL
,OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
) ingo.opentelemetry.io/contrib/exporters/autoexport
. (#5816)go.opentelemetry.io/contrib/processors/minsev
module is added.This module provides and experimental logging processor with a configurable threshold for the minimum severity records must have to be recorded. (#5817)
go.opentelemetry.io/contrib/processors/baggagecopy
module.This module is a replacement of
go.opentelemetry.io/contrib/processors/baggage/baggagetrace
. (#5824)Changed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
with the usage ofWithAttributeSet()
instead ofWithAttribute()
. (#5664)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
with the usage ofWithAttributeSet()
instead ofWithAttribute()
. (#5664)go.opentelemetry.io/contrib/config
to latest released configuration schema which introduces breaking changes whereAttributes
is now amap[string]interface{}
. (#5758)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
. (#5847)Fixed
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
are not ignored anymore. (#5129)go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example
that caused duplicate traces. (#5564)response.WriteHeader
call ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
when the response writer is flushed. (#5634)c.FullPath()
method to sethttp.route
attribute ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (#5734)go.opentelemetry.io/contrib/propagators/b3
. (#5754)Deprecated
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
package is deprecated.If you would like to become a Code Owner of this module and prevent it from being removed, see #5550. (#5645)
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
package is deprecated.If you would like to become a Code Owner of this module and prevent it from being removed, see #5552. (#5646)
go.opentelemetry.io/contrib/samplers/aws/xray
package is deprecated.If you would like to become a Code Owner of this module and prevent it from being removed, see #5554. (#5647)
go.opentelemetry.io/contrib/processors/baggage/baggagetrace
package is deprecated.Use the added
go.opentelemetry.io/contrib/processors/baggagecopy
package instead. (#5824)baggagecopy.NewSpanProcessor
as a replacement forbaggagetrace.New
.NewSpanProcessor
accepts aFitler
function type that selects which baggage members are added to a span.NewSpanProcessor
returns a*baggagecopy.SpanProcessor
instead of atrace.SpanProcessor
interface.The returned type still implements the interface.
What's Changed
835d969
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5622d264139
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5630d264139
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56314c93da0
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56627045d2e
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5651cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5667a332354
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5668a332354
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5669f10a0f1
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56705315273
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5671cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56735315273
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5672arrayEncoder
by @khushijain21 in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5652WithAttributeSet()
by @ash2k in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5664e229045
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/567423cca88
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56778d54ca1
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56852e977dd
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5689404ba88
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5695fd00a4e
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56972f8e378
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5690cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/569858cc8a4
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5708018d3b2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/57104478db0
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5711cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/57155e43887
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5716Configuration
📅 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 becomes conflicted, 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 Mend Renovate. View repository job log here.