-
Notifications
You must be signed in to change notification settings - Fork 0
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
Renovate Update Patch & Minor Updates #72
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-all-minor-patch-updates
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
added
dependencies
Pull requests that update a dependency file
Renovate
labels
Oct 17, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
=======================================
Coverage 79.26% 79.26%
=======================================
Files 7 7
Lines 217 217
=======================================
Hits 172 172
Misses 42 42
Partials 3 3 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate-all-minor-patch-updates
branch
from
November 10, 2024 16:35
92186d4
to
aa68e60
Compare
renovate
bot
changed the title
Renovate Update Patch & Minor Updates to v1.31.0
Renovate Update Patch & Minor Updates
Nov 10, 2024
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate-all-minor-patch-updates
branch
2 times, most recently
from
November 11, 2024 21:11
5807433
to
03f58c3
Compare
renovate
bot
force-pushed
the
renovate-all-minor-patch-updates
branch
from
November 23, 2024 14:12
03f58c3
to
cd2d24d
Compare
renovate
bot
force-pushed
the
renovate-all-minor-patch-updates
branch
2 times, most recently
from
December 12, 2024 20:16
d47bd84
to
3f2421c
Compare
renovate
bot
force-pushed
the
renovate-all-minor-patch-updates
branch
9 times, most recently
from
December 19, 2024 15:32
a1b7639
to
3d6cb81
Compare
renovate
bot
force-pushed
the
renovate-all-minor-patch-updates
branch
from
December 21, 2024 20:26
3d6cb81
to
d6217fe
Compare
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:
v1.9.0
->v1.10.0
v1.30.0
->v1.33.0
v1.30.0
->v1.33.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
v1.67.1
->v1.69.2
Release Notes
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
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ecs)
v1.33.0
: /v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0Compare Source
Overview
Added
endpoint
,pollingIntervalMs
andinitialSamplingRate
using environment variableOTEL_TRACES_SAMPLER_ARG
ingo.opentelemetry.io/contrib/samples/jaegerremote
. (#6310)go.opentelemetry.io/contrib/config
. (#6340)go.opentelemetry.io/contrib/bridges/otellogr
module.This module provides an OpenTelemetry logging bridge for
github.com/go-logr/logr
. (#6386)go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (#6388)Changed
GET /path
so it complies with the OTel HTTP semantic conventions ingo.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
. (#6365)gin.errors
attribute ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (#6346)go.opentelemetry.io/contrib/config
now supports multiple schemas in subdirectories (i.e.go.opentelemetry.io/contrib/config/v0.3.0
) for easier migration. (#6412)Fixed
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (#5975)grpc
instead ofgrpc/protobuf
ingo.opentelemetry.io/contrib/config
. (#6338)go.opentelemetry.io/contrib/config
. (#6347)HTML
function ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (#6373)code.function
attribute emitted bygo.opentelemetry.io/contrib/bridges/otelslog
now stores just the function name instead the package path-qualified function name. Thecode.namespace
attribute now stores the package path. (#6415)code.function
attribute emitted bygo.opentelemetry.io/contrib/bridges/otelzap
now stores just the function name instead the package path-qualified function name. Thecode.namespace
attribute now stores the package path. (#6423)What's Changed
e0fbfb7
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/632465e8d21
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6325e639e21
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6344e639e21
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/63459959940
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/63772c02b82
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/638319429a9
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6393a4fef06
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6410e6fa225
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/641324370be
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/64161443442
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/64171829a12
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/64215ad02ce
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6432New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.32.0...v1.33.0
v1.32.0
: /v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0Compare Source
Overview
Added
WithSource
option to thego.opentelemetry.io/contrib/bridges/otelslog
log bridge to set thecode.*
attributes in the log record that includes the source location where the record was emitted. (#6253)ContextWithStartTime
andStartTimeFromContext
togo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
, which allows setting the start time using go context. (#6137)code.*
attributes ingo.opentelemetry.io/contrib/bridges/otelzap
if thezap.Logger
was created with theAddCaller
orAddStacktrace
option. (#6268)LogProcessor
togo.opentelemetry.io/contrib/processors/baggagecopy
to copy baggage members to log records. (#6277)baggagecopy.NewLogProcessor
when configuring a Log Provider.NewLogProcessor
accepts aFilter
function type that selects which baggage members are added to the log record.Changed
slog.KindAny
) attribute values to matchinglog.Value
types.For example,
[]string{"foo", "bar"}
attribute value is now transformed tolog.SliceValue(log.StringValue("foo"), log.StringValue("bar"))
instead oflog.String("[foo bar"])
. (#6254)go.opentelemetry.io/otel/semconv/v1.17.0
togo.opentelemetry.io/otel/semconv/v1.21.0
ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
. (#6272)go.opentelemetry.io/contrib/config
. (#6289)Fixed
log.Value
zero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otellogrus
. (#6237)log.Value
zero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otelzap
. (#6237)log.Value
zero value instead oflog.StringValue("<nil>")
ingo.opentelemetry.io/contrib/bridges/otelslog
. (#6246)NewClientHandler
so thatrpc.client.request.*
metrics measure requests instead of responses andrpc.client.responses.*
metrics measure responses instead of requests ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#6250)go.opentelemetry.io/contrib/config
causingotelprom.WithResourceAsConstantLabels
configuration to not be respected. (#6260)otel.Handle
is no longer called on a successful shutdown of the Prometheus exporter ingo.opentelemetry.io/contrib/config
. (#6299)What's Changed
796eee8
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6257Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.