fix(deps): update go minor dependencies (auto-merge) #14
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:
v0.13.1
->v0.13.4
v0.34.0
->v0.35.0
v1.32.0
->v1.35.0
v1.32.0
->v1.35.0
v1.69.0
->v1.71.0
Release Notes
envoyproxy/go-control-plane (github.com/envoyproxy/go-control-plane)
v0.13.4
Compare Source
What's Changed
Full Changelog: envoyproxy/go-control-plane@v0.13.2...v0.13.4
v0.13.3
Compare Source
v0.13.2
Compare Source
New releasing model
The
go-control-plane
repository is now released as multiple independent packages:github.com/envoyproxy/go-control-plane
(this release), including the core components such as cache and servergithub.com/envoyproxy/go-control-plane/envoy
andgithub.com/envoyproxy/go-control-plane/contrib
for envoy API go generated filesgithub.com/envoyproxy/go-control-plane/ratelimit
andgithub.com/envoyproxy/go-control-plane/xdsmatcher
as independent components for specific use-casesWhat's Changed
New Contributors
Full Changelog: envoyproxy/go-control-plane@v0.13.1...v0.13.2
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.35.0
Compare Source
What's Changed
🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.34.1
Compare Source
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.35.0
: /v0.57.0/v0.11.0Compare Source
Overview
This release is the last to support Go 1.22.
The next release will require at least Go 1.23.
Added
ValueFromAttribute
andKeyValueFromAttribute
ingo.opentelemetry.io/otel/log
. (#6180)EventName
andSetEventName
toRecord
ingo.opentelemetry.io/otel/log
. (#6187)EventName
toRecordFactory
ingo.opentelemetry.io/otel/log/logtest
. (#6187)AssertRecordEqual
ingo.opentelemetry.io/otel/log/logtest
checksRecord.EventName
. (#6187)EventName
andSetEventName
toRecord
ingo.opentelemetry.io/otel/sdk/log
. (#6193)EventName
toRecordFactory
ingo.opentelemetry.io/otel/sdk/log/logtest
. (#6193)Record.EventName
field ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (#6211)Record.EventName
field ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6211)Record.EventName
field ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog
(#6210)go.opentelemetry.io/otel/semconv/v1.28.0
package.The package contains semantic conventions from the
v1.28.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.27.0
(#6236)go.opentelemetry.io/otel/semconv/v1.30.0
package.The package contains semantic conventions from the
v1.30.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.28.0
(#6240)Resource
as a comparable type.Resource.Equal
andResource.Equivalent
should be used instead. (#6272)FilterProcessor
andEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
.It replaces
go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor
.Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#6317)
Changed
github.com/prometheus/common
tov0.62.0
, which changes theNameValidationScheme
toNoEscaping
.This allows metrics names to keep original delimiters (e.g.
.
), rather than replacing with underscores.This is controlled by the
Content-Type
header, or can be reverted by settingNameValidationScheme
toLegacyValidation
ingithub.com/prometheus/common/model
. (#6198)Fixes
NewSimpleSpanProcessor
ingo.opentelemetry.io/otel/sdk/trace
whenShutdown
is called and the passedctx
is canceled andSpanExporter.Shutdown
has not returned. (#6368)NewBatchSpanProcessor
ingo.opentelemetry.io/otel/sdk/trace
whenForceFlush
is called and the passedctx
is canceled andSpanExporter.Export
has not returned. (#6369)What's Changed
04cd7ba
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/61762f9c7e3
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6190138b5a5
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/619465684f5
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/621229210b9
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6217e0ece0d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6219e0ece0d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6222semconv/v1.28.0
package by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6236semconv/v1.30.0
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6240trace
package by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/620329210b9
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62507023788
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62513af0d96
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6253ff15f03
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6262c67c2d1
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6264557cf9c
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6279f9890c6
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62829e8d078
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6287e9438ea
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62895bef64f
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62957530529
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/63055a70512
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6308Configuration
📅 Schedule: Branch creation - "after 9am and before 6pm on monday" (UTC), Automerge - "after 9am and before 6pm every weekday" (UTC).
🚦 Automerge: Enabled.
♻ 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.