Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/smithy-go v1.22.4 -> v1.23.0 age confidence indirect minor
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0 age confidence indirect minor
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0 age confidence indirect minor
github.com/fxamacker/cbor/v2 v2.8.0 -> v2.9.0 age confidence indirect minor
github.com/go-jose/go-jose/v4 v4.1.0 -> v4.1.2 age confidence indirect patch
github.com/go-openapi/jsonpointer v0.21.1 -> v0.22.0 age confidence indirect minor
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.1 age confidence indirect patch
github.com/go-openapi/swag v0.23.1 -> v0.24.1 age confidence indirect minor
github.com/google/gnostic-models v0.6.9 -> v0.7.0 age confidence indirect minor
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.2 age confidence indirect patch
github.com/mailru/easyjson v0.9.0 -> v0.9.1 age confidence indirect patch
github.com/miekg/dns v1.1.66 -> v1.1.68 age confidence indirect patch
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
go (source) 1.24.5 -> 1.25.1 age confidence toolchain minor
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1 age confidence indirect minor
go.opentelemetry.io/otel v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.12.2 -> v0.14.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.12.2 -> v0.14.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/otel/log v0.12.2 -> v0.14.0 age confidence indirect minor
go.opentelemetry.io/otel/metric v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk/log v0.12.2 -> v0.14.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.36.0 -> v1.38.0 age confidence indirect minor
go.opentelemetry.io/proto/otlp v1.7.0 -> v1.8.0 age confidence indirect minor
golang.org/x/crypto v0.39.0 -> v0.42.0 age confidence indirect minor
golang.org/x/mod v0.25.0 -> v0.28.0 age confidence indirect minor
golang.org/x/net v0.41.0 -> v0.44.0 age confidence indirect minor
golang.org/x/oauth2 v0.30.0 -> v0.31.0 age confidence indirect minor
golang.org/x/sync v0.15.0 -> v0.17.0 age confidence indirect minor
golang.org/x/sys v0.33.0 -> v0.36.0 age confidence indirect minor
golang.org/x/term v0.32.0 -> v0.35.0 age confidence indirect minor
golang.org/x/text v0.26.0 -> v0.29.0 age confidence indirect minor
golang.org/x/time v0.12.0 -> v0.13.0 age confidence indirect minor
golang.org/x/tools v0.34.0 -> v0.37.0 age confidence indirect minor
google.golang.org/genproto/googleapis/api 513f239 -> 9702482 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc 513f239 -> 9702482 age confidence indirect digest
google.golang.org/grpc v1.73.0 -> v1.75.1 age confidence indirect minor
google.golang.org/protobuf v1.36.6 -> v1.36.9 age confidence indirect patch
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0 age confidence indirect minor
k8s.io/api v0.33.2 -> v0.34.1 age confidence require minor
k8s.io/apiextensions-apiserver v0.33.2 -> v0.34.1 age confidence require minor
k8s.io/apimachinery v0.33.2 -> v0.34.1 age confidence require minor
k8s.io/client-go v0.33.2 -> v0.34.1 age confidence require minor
k8s.io/kube-openapi 8b98d1e -> 589584f age confidence indirect digest
k8s.io/utils 4c0f3b2 -> 0af2bda age confidence indirect digest
sigs.k8s.io/json cfa47c3 -> 2d32026 age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 -> v4.7.0 age confidence indirect minor
sigs.k8s.io/yaml v1.4.0 -> v1.6.0 age confidence indirect minor

Release Notes

aws/smithy-go (github.com/aws/smithy-go)

v1.23.0

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.0
    • Feature: Sort map keys in JSON Document types.

v1.22.5

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.
emicklei/go-restful (github.com/emicklei/go-restful/v3)

v3.13.0

Compare Source

  • optimize performance of path matching in CurlyRouter ( thanks @​wenhuang, Wen Huang)
fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.9.0

Compare Source

v2.9.0 adds new features, refactors tests, and improves docs. New features improve interoperability/transcoding between CBOR & JSON.

v2.9.0 passed fuzz tests and is production quality. However, the new TextUnmarshaler feature will continue being fuzz tested a bit longer due to recent changes. The recent changes are limited and don't affect other parts of the codec that passed ~2 billion execs fuzzing.

What's Changed

Docs

CI

🔎 Details

Special Thanks

Many thanks to @​benluddy for adding these new features! 🎉

  • Add opt-in support for encoding.TextMarshaler and encoding.TextUnmarshaler to encode and decode from CBOR text string.
  • Add opt-in support for json.Marshaler and json.Unmarshaler via user-provided transcoding function.

New Contributors

Full Changelog: fxamacker/cbor@v2.8.0...v2.9.0

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

v4.1.2

Compare Source

What's Changed

go-jose v4.1.2 improves some documentation, errors, and removes the only 3rd-party dependency.

New Contributors

Full Changelog: go-jose/go-jose@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-jose/go-jose@v4.1.0...v4.1.1

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.22.0

Compare Source

v0.21.2

Compare Source

go-openapi/jsonreference (github.com/go-openapi/jsonreference)

v0.21.1

Compare Source

go-openapi/swag (github.com/go-openapi/swag)

v0.24.1

Compare Source

v0.24.0

Compare Source

google/gnostic-models (github.com/google/gnostic-models)

v0.7.0

Compare Source

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2

mailru/easyjson (github.com/mailru/easyjson)

v0.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: mailru/easyjson@v0.9.0...v0.9.1

miekg/dns (github.com/miekg/dns)

v1.1.68

Compare Source

v1.1.67

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

golang/go (go)

v1.25.1

v1.25.0

v1.24.7

v1.24.6

open-telemetry/opentelemetry-go-instrumentation (go.opentelemetry.io/auto/sdk)

v1.2.1

Fixed
  • Fix uint32 bounding on 32 bit architectures in the go.opentelemetry.io/auto/sdk module. (#​2810)

v1.2.0

[!NOTE]
This is the last release version that will support building the auto-instrumentation CLI using Go 1.23.
The next release will require development to be done using Go >= 1.24.

Added
  • Cache offsets for golang.org/x/net 0.42.0. (#​2503)
  • Cache offsets for google.golang.org/grpc 1.74.2. (#​2546)
  • Cache offsets for google.golang.org/grpc 1.76.0-dev. (#​2596)
  • Allow configuration of the resource using a resource.Detector. (#​2598)
    • The WithResourceDetector function is added to go.opentelemetry.io/auto/pipeline/otelsdk.
    • The WithEnv function is updated to parse the OTEL_RESOURCE_DETECTOR environment variable.
      Values are expected to be a comma-separated list of resource detector IDs registered with the autodetect package.
  • Cache offsets for Go 1.23.12. (#​2603)
  • Cache offsets for Go 1.24.6. (#​2603)
  • Cache offsets for golang.org/x/net 0.43.0. (#​2615)
  • Cache offsets for Go 1.25.0. (#​2651)
  • Cache offsets for google.golang.org/grpc 1.75.0. (#​2686)
  • Cache offsets for github.com/segmentio/kafka-go 0.4.49. (#​2699)
  • Cache offsets for go.opentelemetry.io/otel v1.38.0. (#​2726)
  • Cache offsets for Go 1.24.7. (#​2747)
  • Cache offsets for Go 1.25.1. (#​2747)
  • Cache offsets for golang.org/x/net 0.44.0. (#​2773)
  • Cache offsets for google.golang.org/grpc 1.72.3. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.73.1. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.74.3. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.75.1. (#​2787)
Changed

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 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 force-pushed the renovate/go-dependencies branch 5 times, most recently from 698ec27 to e4e9c29 Compare June 27, 2025 19:40
@renovate renovate bot force-pushed the renovate/go-dependencies branch 7 times, most recently from 4f6fbc0 to 1fe71cc Compare July 14, 2025 06:09
@renovate renovate bot force-pushed the renovate/go-dependencies branch 5 times, most recently from d5afdc5 to 349f9bb Compare July 23, 2025 00:22
@renovate renovate bot force-pushed the renovate/go-dependencies branch 10 times, most recently from 3762033 to 59f4ea1 Compare July 28, 2025 20:39
@renovate renovate bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 65421d6 to 3b69ac1 Compare August 1, 2025 22:38
@renovate renovate bot force-pushed the renovate/go-dependencies branch 6 times, most recently from 2d26761 to 3c0154f Compare August 27, 2025 23:15
@renovate
Copy link
Contributor Author

renovate bot commented Aug 27, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee

@renovate renovate bot force-pushed the renovate/go-dependencies branch 4 times, most recently from d902bbb to d3b498d Compare September 7, 2025 01:02
@renovate renovate bot force-pushed the renovate/go-dependencies branch 15 times, most recently from 7b19b7f to 0708c5a Compare September 13, 2025 09:00
@renovate renovate bot force-pushed the renovate/go-dependencies branch from 0708c5a to a09704c Compare September 15, 2025 19:56
@renovate renovate bot force-pushed the renovate/go-dependencies branch from a09704c to effcc8d Compare September 16, 2025 01:45
@abelfodil abelfodil merged commit 297a797 into main Sep 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant