-
-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update all non-major dependencies #93
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
Merged
Merged
+27
−9
Conversation
This file contains hidden or 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
00bafd0
to
ac16347
Compare
oleorhagen
approved these changes
Jan 14, 2025
ac16347
to
e01f418
Compare
e01f418
to
9778210
Compare
795bf9a
to
9512d31
Compare
010c17e
to
0d98096
Compare
7e0ffd5
to
8a86901
Compare
7015e3b
to
b208364
Compare
e56e6a1
to
b208364
Compare
b208364
to
91a8522
Compare
91a8522
to
2e81171
Compare
2e81171
to
0676698
Compare
d29c7ce
to
08be539
Compare
08be539
to
92b770e
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
emmanuelgautier
approved these changes
May 31, 2025
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:
v0.131.0
->v0.132.0
v1.3.1
->v1.4.0
v1.1.2
->v1.2.0
v2.1.2
->v2.2.0
v1.35.0
->v1.36.0
v1.35.0
->v1.36.0
Release Notes
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.132.0
Compare Source
What's Changed
AuthenticatorFunc
by @jamietanna in https://github.com/getkin/kin-openapi/pull/1064New Contributors
Full Changelog: getkin/kin-openapi@v0.131.0...v0.132.0
jarcoal/httpmock (github.com/jarcoal/httpmock)
v1.4.0
Compare Source
What's Changed
// nolint:
→//nolint:
by @maxatome in https://github.com/jarcoal/httpmock/pull/152NewJsonResponseOrPanic
function to simplify calls withResponderFromMultipleResponses
by @kilianpaquier in https://github.com/jarcoal/httpmock/pull/151defer
statements witht.Cleanup
in docs by @alvii147 in https://github.com/jarcoal/httpmock/pull/157http.Response.Status
respect RFC 2616, like in Go stdlib. by @constantoine in https://github.com/jarcoal/httpmock/pull/159Activate
and addDeactivateNonDefault
functions by @maxatome in https://github.com/jarcoal/httpmock/pull/161New Contributors
Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0
knadh/koanf (github.com/knadh/koanf/providers/file)
v1.2.0
5fc619c
Add Delim()f001ae3
Merge pull request #98 from knadh/fix-confmap-depbc5fe47
Remove superfluous dependency on providers/confmap in the coreopen-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.36.0
: /v0.58.0/v0.12.0Compare Source
Added
go.opentelemetry.io/otel/exporters/prometheus
. (#6421)go.opentelemetry.io/otel/semconv/v1.31.0
package.The package contains semantic conventions from the
v1.31.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.30.0
. (#6479)Recording
,Scope
, andRecord
types ingo.opentelemetry.io/otel/log/logtest
. (#6507)WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#6751)WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#6752)WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6688)ValuesGetter
ingo.opentelemetry.io/otel/propagation
, aTextMapCarrier
that supports retrieving multiple values for a single key. (#5973)Values
method toHeaderCarrier
to implement the newValuesGetter
interface ingo.opentelemetry.io/otel/propagation
. (#5973)Baggage
ingo.opentelemetry.io/otel/propagation
to retrieve multiple values for a key when the carrier implementsValuesGetter
. (#5973)AssertEqual
function ingo.opentelemetry.io/otel/log/logtest
. (#6662)go.opentelemetry.io/otel/semconv/v1.32.0
package.The package contains semantic conventions from the
v1.32.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.31.0
(#6782)Transform
option ingo.opentelemetry.io/otel/log/logtest
. (#6794)Desc
option ingo.opentelemetry.io/otel/log/logtest
. (#6796)Removed
Resource
field fromEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
. (#6494)RecordFactory
type fromgo.opentelemetry.io/otel/log/logtest
. (#6492)ScopeRecords
,EmittedRecord
, andRecordFactory
types fromgo.opentelemetry.io/otel/log/logtest
. (#6507)AssertRecordEqual
function ingo.opentelemetry.io/otel/log/logtest
, useAssertEqual
instead. (#6662)Changed
github.com/prometheus/client_golang
tov1.21.1
, which changes theNameValidationScheme
toUTF8Validation
.This allows metrics names to keep original delimiters (e.g.
.
), rather than replacing with underscores.This can be reverted by setting
github.com/prometheus/common/model.NameValidationScheme
toLegacyValidation
ingithub.tiyicn.workers.dev/prometheus/common/model
. (#6433)len(keys)
inNewAllowKeysFilter
andNewDenyKeysFilter
to avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute
. (#6455)go.opentelemetry.io/otel/log/logtest
is now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtest
is now a separate Go module. (#6466)Recorder
ingo.opentelemetry.io/otel/log/logtest
no longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)BatchProcessor
ingo.opentelemetry.io/otel/sdk/log
by not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
model.LegacyValidation
forgo.opentelemetry.io/otel/exporters/prometheus
. (#6449)Fixes
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6392)noopSpan.tracerProvider
method is not inlined ingo.opentelemetry.io/otel/trace
so thego.opentelemetry.io/auto
instrumentation can instrument non-recording spans. (#6456)sync.Pool
instead of allocatingmetricdata.ResourceMetrics
ingo.opentelemetry.io/otel/exporters/prometheus
. (#6472)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.