chore(deps): Update go minor and patch#9373
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Contributor
Author
|
aa14a66 to
db9f59d
Compare
db9f59d to
cad9b8b
Compare
|
cc01ee7 to
fb6e5c6
Compare
fb6e5c6 to
387c761
Compare
Contributor
|
Closing in lieu of #9370 |
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
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:
v2.4.4->v2.5.0v4.6.0->v4.7.0v250.0.0-20250414070504-5d94e1cb33a5->v250.0.0-preview1v2.1.0->v2.2.0v28.0.4+incompatible->v28.1.1+incompatiblev4.0.5->v4.1.0v1.9.1->v1.9.2v1.21.1->v1.22.0v1.6.0->v1.6.1v0.54.0->v0.60.0v0.59.0->v0.60.0v1.34.0->v1.35.0v1.34.0->v1.35.0v1.34.0->v1.35.0v1.34.0->v1.35.0v1.34.0->v1.35.0054e65f->7e4ce0av0.31.0->v0.32.0v1.71.1->v1.72.0Release Notes
blevesearch/bleve (github.com/blevesearch/bleve/v2)
v2.5.0Compare Source
Bug Fixes
http/package (meant for demo purposes) removed from repository to remove vulnerability - CVE-2022-31022, relocated to within https://github.com/blevesearch/bleve-explorerImprovements
faissdynamic library to be built from blevesearch/faiss@352484e which is a modified version of v1.10.0autofuzziness detection with https://github.com/blevesearch/bleve/pull/2060Milestone
dgraph-io/badger (github.com/dgraph-io/badger/v4)
v4.7.0: Badger v4.7.0Compare Source
This release removes the dependency on github.com/pkg/errors. If you rely on errors returned by badger, please proceed with caution.
What's Changed
New Contributors
Full Changelog: dgraph-io/badger@v4.6.0...v4.7.0
dgraph-io/ristretto (github.com/dgraph-io/ristretto/v2)
v2.2.0: Ristretto v2.2.0Compare Source
What's Changed
New Contributors
Full Changelog: dgraph-io/ristretto@v2.1.0...v2.2.0
docker/docker (github.com/docker/docker)
v28.1.1+incompatibleCompare Source
v28.1.0+incompatibleCompare Source
go-jose/go-jose (github.com/go-jose/go-jose/v4)
v4.1.0Compare Source
What's Changed
signatureAlgorithmsargument by @tgeoghegan in https://github.com/go-jose/go-jose/pull/163New Contributors
Full Changelog: go-jose/go-jose@v4.0.5...v4.1.0
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.9.2Compare Source
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.
prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0: - 2025-04-07Compare Source
zstdsupport introduce in #1496Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743All Changes
New Contributors
Full Changelog: prometheus/client_golang@v1.21.1...v1.22.0-rc.0
twpayne/go-geom (github.com/twpayne/go-geom)
v1.6.1Compare 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
ValueFromAttributeandKeyValueFromAttributeingo.opentelemetry.io/otel/log. (#6180)EventNameandSetEventNametoRecordingo.opentelemetry.io/otel/log. (#6187)EventNametoRecordFactoryingo.opentelemetry.io/otel/log/logtest. (#6187)AssertRecordEqualingo.opentelemetry.io/otel/log/logtestchecksRecord.EventName. (#6187)EventNameandSetEventNametoRecordingo.opentelemetry.io/otel/sdk/log. (#6193)EventNametoRecordFactoryingo.opentelemetry.io/otel/sdk/log/logtest. (#6193)Record.EventNamefield ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#6211)Record.EventNamefield ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6211)Record.EventNamefield ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog(#6210)go.opentelemetry.io/otel/semconv/v1.28.0package.The package contains semantic conventions from the
v1.28.0version 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.0package.The package contains semantic conventions from the
v1.30.0version 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)Resourceas a comparable type.Resource.EqualandResource.Equivalentshould be used instead. (#6272)FilterProcessorandEnabledParametersingo.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/commontov0.62.0, which changes theNameValidationSchemetoNoEscaping.This allows metrics names to keep original delimiters (e.g.
.), rather than replacing with underscores.This is controlled by the
Content-Typeheader, or can be reverted by settingNameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6198)Fixes
NewSimpleSpanProcessoringo.opentelemetry.io/otel/sdk/tracewhenShutdownis called and the passedctxis canceled andSpanExporter.Shutdownhas not returned. (#6368)NewBatchSpanProcessoringo.opentelemetry.io/otel/sdk/tracewhenForceFlushis called and the passedctxis canceled andSpanExporter.Exporthas not returned. (#6369)What's Changed
04cd7baby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/61762f9c7e3by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6190138b5a5by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/619465684f5by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/621229210b9by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6217e0ece0dby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6219e0ece0dby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6222semconv/v1.28.0package by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6236semconv/v1.30.0by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6240tracepackage by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/620329210b9by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62507023788by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62513af0d96by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6253ff15f03by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6262c67c2d1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6264557cf9cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6279Configuration
📅 Schedule: Branch creation - "on Wednesday" (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 was generated by Mend Renovate. View the repository job log.