Skip to content

Conversation

red-hat-konflux[bot]
Copy link

@red-hat-konflux red-hat-konflux bot commented Jul 13, 2025

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go indirect patch v0.121.0 -> v0.121.6
cloud.google.com/go/auth indirect patch v0.16.1 -> v0.16.5
cloud.google.com/go/compute/metadata indirect minor v0.6.0 -> v0.8.0
cloud.google.com/go/profiler indirect patch v0.4.2 -> v0.4.3
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp indirect patch v1.5.2 -> v1.5.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric indirect minor v0.51.0 -> v0.53.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping indirect minor v0.51.0 -> v0.53.0
github.com/docker/go-connections indirect minor v0.5.0 -> v0.6.0
github.com/go-logr/logr indirect patch v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer indirect patch v0.21.0 -> v0.21.2
github.com/go-openapi/swag indirect patch v0.23.0 -> v0.23.1
github.com/go-sql-driver/mysql require patch v1.9.2 -> v1.9.3
github.com/google/gnostic-models indirect minor v0.6.8 -> v0.7.0
github.com/google/pprof indirect digest c008609 -> 6e76a2b
github.com/mailru/easyjson indirect minor v0.7.7 -> v0.9.0
github.com/prometheus/client_golang require minor v1.22.0 -> v1.23.0
github.com/prometheus/common indirect minor v0.63.0 -> v0.65.0
github.com/prometheus/procfs indirect minor v0.16.1 -> v0.17.0
github.com/prometheus/prometheus indirect minor v0.304.2 -> v0.305.0
github.com/sergi/go-diff indirect minor v1.3.1 -> v1.4.0
github.com/spf13/pflag indirect patch v1.0.6 -> v1.0.7
github.com/urfave/cli indirect patch v1.22.16 -> v1.22.17
go.etcd.io/bbolt indirect patch v1.4.0 -> v1.4.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc indirect minor v0.60.0 -> v0.62.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp indirect minor v0.60.0 -> v0.62.0
go.opentelemetry.io/proto/otlp indirect minor v1.6.0 -> v1.7.1
golang.org/x/crypto require minor v0.38.0 -> v0.41.0
golang.org/x/exp indirect digest ce4c2cf -> 42675ad
golang.org/x/mod indirect minor v0.24.0 -> v0.27.0
golang.org/x/net indirect minor v0.40.0 -> v0.43.0
golang.org/x/sync require minor v0.14.0 -> v0.16.0
golang.org/x/sys require minor v0.33.0 -> v0.35.0
golang.org/x/term indirect minor v0.32.0 -> v0.34.0
golang.org/x/text indirect minor v0.25.0 -> v0.28.0
golang.org/x/time indirect minor v0.11.0 -> v0.12.0
golang.org/x/tools require minor v0.33.0 -> v0.36.0
google.golang.org/api require minor v0.232.0 -> v0.247.0
google.golang.org/genproto require digest f936aa4 -> 5f3141c
google.golang.org/genproto/googleapis/api require digest f936aa4 -> 5f3141c
google.golang.org/genproto/googleapis/rpc require digest f936aa4 -> 5f3141c
k8s.io/api require minor v0.32.3 -> v0.33.4
k8s.io/apimachinery require minor v0.32.3 -> v0.33.4
k8s.io/client-go require minor v0.32.3 -> v0.33.4
k8s.io/kube-openapi indirect digest 32ad38e -> d7b6acb
k8s.io/utils require digest 3ea5e8c -> 4c0f3b2
sigs.k8s.io/json indirect digest 9aa6b5e -> 2d32026
sigs.k8s.io/yaml indirect minor v1.4.0 -> v1.6.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

googleapis/google-cloud-go (cloud.google.com/go)

v0.121.6

Compare Source

Bug Fixes
  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#​12704) (0e70a0b)

v0.121.5

Compare Source

Bug Fixes
  • internal/librariangen: Get README title from service config yaml (#​12676) (b3b8f70)
  • internal/librariangen: Update source_paths to source_roots in generate-request.json (#​12691) (2adb6f9)

v0.121.4

Compare Source

Bug Fixes
  • geminidataanalytics: Correct resource reference type for parent field in data_chat_service.proto (98ba6f0)
  • internal/postprocessor: Add git (#​12524) (82030ee)

v0.121.3

Compare Source

Documentation
  • impersonate: Address TODO in impersonate/example_test.go (#​12401) (dd096ec)

v0.121.2

Compare Source

Documentation

v0.121.1

Compare Source

Bug Fixes
  • civil: Add support for civil.Date, civil.Time and civil.DateTime arguments to their respective Scan methods (#​12240) (7127ce9), refs #​12060
GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric)

v0.53.0: v1.29.0/v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.52.0...v0.53.0

v0.52.0: v1.28.0/v0.52.0

Compare Source

What's Changed

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.51.0...v0.52.0

docker/go-connections (github.com/docker/go-connections)

v0.6.0

Compare Source

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

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

v0.21.2

Compare Source

v0.21.1

Compare Source

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

v0.23.1

Compare Source

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.9.3

Compare Source

What's Changed

Full Changelog: go-sql-driver/mysql@v1.9.2...v1.9.3

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

v0.7.0

Compare Source

v0.6.9

Compare Source

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

v0.9.0

Compare Source

up go version and bugfixes

v0.8.0

Compare Source

stable version before go version bump

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.0: - 2025-07-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #​1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #​1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #​1729
All Changes * Update example test by @​SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1778 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1790 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in https://github.com/prometheus/client_golang/pull/1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1794 * chore(ci): Fix flaky tests by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in https://github.com/prometheus/client_golang/pull/1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1804 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1809 * Add exemplars for native histograms by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1800 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1812 * Cleaup Go modules by @​SuperQ in https://github.com/prometheus/client_golang/pull/1813 * fix: client prompt return on context cancellation by @​umegbewe in https://github.com/prometheus/client_golang/pull/1729 * Simplify buf binary install by @​SuperQ in https://github.com/prometheus/client_golang/pull/1814 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1817 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in https://github.com/prometheus/client_golang/pull/1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1828 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1833 * Fix `errNotImplemented` reference by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1826 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1832 * Cut v1.23.0-rc.0 by @​vesari in https://github.com/prometheus/client_golang/pull/1837 * cut v1.23.0-rc.1 by @​vesari in https://github.com/prometheus/client_golang/pull/1842

New Contributors

Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0

prometheus/common (github.com/prometheus/common)

v0.65.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.64.0...v0.65.0

v0.64.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.63.0...v0.64.0

prometheus/procfs (github.com/prometheus/procfs)

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.1...v0.17.0

prometheus/prometheus (github.com/prometheus/prometheus)

v0.305.0

Compare Source

sergi/go-diff (github.com/sergi/go-diff)

v1.4.0

Compare Source

spf13/pflag (github.com/spf13/pflag)

v1.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

urfave/cli (github.com/urfave/cli)

v1.22.17

Compare Source

What's Changed

Full Changelog: urfave/cli@v1.22.16...v1.22.17

etcd-io/bbolt (go.etcd.io/bbolt)

v1.4.2

Compare Source

See the CHANGELOG/v1.4.2 for more details.

v1.4.1

Compare Source

See the CHANGELOG/v1.4.1 for more details.

open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)

v1.7.1: / 0.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-proto-go@v1.7.0...v1.7.1

v1.7.0

Compare Source

Overview

Generated Go code for the v1.7.0 version of the OTLP.

OTLP Changelog

Added

  • profiles: introduce Dictionary message in ProfilesData, and move the lookup tables into it. #​650

What's Changed

Full Changelog: open-telemetry/opentelemetry-proto-go@v1.6.0...v1.7.0

googleapis/google-api-go-client (google.golang.org/api)

v0.247.0

Compare Source

Features

v0.246.0

Compare Source

Features
Bug Fixes

v0.245.0

Compare Source

Features
Bug Fixes
  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#​3258) (091d422)

v0.244.0

Compare Source

Features

v0.243.0

Compare Source

Features
Bug Fixes
  • gensupport: Update chunk upload logic for robust timeout handling. (#​3208) (93865aa)

v0.242.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Copy link
Author

red-hat-konflux bot commented Jul 13, 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):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.6 -> 1.24.0
go (toolchain) 1.24.1 -> 1.24.4
cloud.google.com/go/spanner v1.80.0 -> v1.84.1
google.golang.org/grpc v1.72.0 -> v1.74.2
google.golang.org/protobuf v1.36.6 -> v1.36.7
cloud.google.com/go/storage v1.52.0 -> v1.56.0
github.com/cpuguy83/go-md2man/v2 v2.0.6 -> v2.0.7
github.com/docker/docker v28.1.1+incompatible -> v28.2.2+incompatible
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.15.0
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.1
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 -> v1.36.0
go.opentelemetry.io/otel v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0

Copy link

sourcery-ai bot commented Jul 13, 2025

Reviewer's Guide

This PR implements a bulk dependency refresh by updating the Go toolchain directive and bumping both direct and indirect module versions in go.mod (and regenerating go.sum), ensuring compatibility with Go 1.24 and the latest minor/patch releases of core libraries.

File-Level Changes

Change Details Files
Upgrade Go version and toolchain directives
  • Bump go directive from 1.23.6 to 1.24.0
  • Set toolchain to go1.24.1
go.mod
Update primary module requirements
  • Upgrade cloud.google.com/go/spanner to v1.83.0
  • Bump github.com/go-sql-driver/mysql to v1.9.3
  • Raise golang.org/x/crypto, x/sync, x/sys, x/tools and google.golang.org/api/genproto versions
  • Advance Kubernetes modules (api, apimachinery, client-go) to v0.33.2
go.mod
Refresh and add indirect dependencies
  • Patch multiple cloud.google.com/go, opentelemetry, Prometheus, easyjson, jsonpointer, swag, grpc-gcp and related libs to latest patch/minor versions
  • Introduce updated YAML tooling (go.yaml.in/yaml v2&v3) and new sigs.k8s.io modules for structured-merge-diff and randfill
  • Regenerate go.sum accordingly
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 3 times, most recently from 6b86db9 to 6d8c90e Compare July 20, 2025 08:03
@jourdee-lab
Copy link

/retest

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch from 6d8c90e to b363218 Compare July 27, 2025 08:21
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 3 times, most recently from 419fa31 to 8142f9d Compare August 10, 2025 08:14
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch from 8142f9d to fe42c93 Compare August 17, 2025 08:50
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go dependencies Update Go Dependencies Aug 17, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 3 times, most recently from 165b9fa to 334629d Compare August 17, 2025 20:31
@tommyd450
Copy link

/retest

@tommyd450 tommyd450 force-pushed the konflux/mintmaker/main/go-deps branch from 334629d to abd7582 Compare August 19, 2025 10:48
Copy link
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants