Skip to content

chore(deps): Update go minor and patch#9373

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-minor-and-patch
Closed

chore(deps): Update go minor and patch#9373
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-minor-and-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/blevesearch/bleve/v2 v2.4.4 -> v2.5.0 age adoption passing confidence require minor
github.com/dgraph-io/badger/v4 v4.6.0 -> v4.7.0 age adoption passing confidence require minor
github.com/dgraph-io/dgo/v250 v250.0.0-20250414070504-5d94e1cb33a5 -> v250.0.0-preview1 age adoption passing confidence require patch
github.com/dgraph-io/ristretto/v2 v2.1.0 -> v2.2.0 age adoption passing confidence require minor
github.com/docker/docker v28.0.4+incompatible -> v28.1.1+incompatible age adoption passing confidence require minor
github.com/go-jose/go-jose/v4 v4.0.5 -> v4.1.0 age adoption passing confidence require minor
github.com/go-sql-driver/mysql v1.9.1 -> v1.9.2 age adoption passing confidence require patch
github.com/prometheus/client_golang v1.21.1 -> v1.22.0 age adoption passing confidence require minor
github.com/twpayne/go-geom v1.6.0 -> v1.6.1 age adoption passing confidence require patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/zpages v0.59.0 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0 age adoption passing confidence require minor
golang.org/x/exp 054e65f -> 7e4ce0a age adoption passing confidence require digest
golang.org/x/tools v0.31.0 -> v0.32.0 age adoption passing confidence require minor
google.golang.org/grpc v1.71.1 -> v1.72.0 age adoption passing confidence require minor

Release Notes

blevesearch/bleve (github.com/blevesearch/bleve/v2)

v2.5.0

Compare Source

Bug Fixes
Improvements
Milestone
dgraph-io/badger (github.com/dgraph-io/badger/v4)

v4.7.0: Badger v4.7.0

Compare 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.0

Compare 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+incompatible

Compare Source

v28.1.0+incompatible

Compare Source

go-jose/go-jose (github.com/go-jose/go-jose/v4)

v4.1.0

Compare Source

What's Changed

New 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.2

Compare 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-07

Compare Source

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #​1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header.
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.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #​1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #​1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #​1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #​1765
All 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.1

Compare Source

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.35.0: /v0.57.0/v0.11.0

Compare Source

Overview

This release is the last to support Go 1.22.
The next release will require at least Go 1.23.

Added
  • Add ValueFromAttribute and KeyValueFromAttribute in go.opentelemetry.io/otel/log. (#​6180)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/log. (#​6187)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/log/logtest. (#​6187)
  • AssertRecordEqual in go.opentelemetry.io/otel/log/logtest checks Record.EventName. (#​6187)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/sdk/log. (#​6193)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest. (#​6193)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/stdout/stdoutlog (#​6210)
  • The 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)
  • The 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)
  • Document the pitfalls of using Resource as a comparable type.
    Resource.Equal and Resource.Equivalent should be used instead. (#​6272)
  • Support [Go 1.24]. (#​6304)
  • Add FilterProcessor and EnabledParameters in go.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
  • Update github.com/prometheus/common to v0.62.0, which changes the NameValidationScheme to NoEscaping.
    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 setting NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6198)
Fixes
  • Eliminate goroutine leak for the processor returned by NewSimpleSpanProcessor in go.opentelemetry.io/otel/sdk/trace when Shutdown is called and the passed ctx is canceled and SpanExporter.Shutdown has not returned. (#​6368)
  • Eliminate goroutine leak for the processor returned by NewBatchSpanProcessor in go.opentelemetry.io/otel/sdk/trace when ForceFlush is called and the passed ctx is canceled and SpanExporter.Export has not returned. (#​6369)
What's Changed

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team April 9, 2025 02:48
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module github.com/go-jose/go-jose/v4@v4.1.0 requires go >= 1.24; switching to go1.24.2
go: downloading go1.24.2 (linux/amd64)
go: download go1.24.2: golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate Bot force-pushed the renovate/go-minor-and-patch branch 8 times, most recently from aa14a66 to db9f59d Compare April 14, 2025 08:16
@renovate renovate Bot force-pushed the renovate/go-minor-and-patch branch from db9f59d to cad9b8b Compare April 17, 2025 12:49
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Apr 17, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
TestMain failure_message: Failedfailure_text: FAILgithub.com/hypermodeinc/dgraph/v25/worker [build failed] Logs ↗︎

View Full Report ↗︎Docs

@renovate renovate Bot force-pushed the renovate/go-minor-and-patch branch 5 times, most recently from cc01ee7 to fb6e5c6 Compare April 21, 2025 06:03
@renovate renovate Bot force-pushed the renovate/go-minor-and-patch branch from fb6e5c6 to 387c761 Compare April 24, 2025 04:57
@mangalaman93
Copy link
Copy Markdown
Contributor

Closing in lieu of #9370

@mangalaman93 mangalaman93 deleted the renovate/go-minor-and-patch branch April 24, 2025 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant