Skip to content

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/PuerkitoBio/goquery v1.10.3 -> v1.11.0 age confidence require minor
github.com/google/pprof 033d6d7 -> 4902fdd age confidence require digest
github.com/grafana/dskit ff33c58 -> 4ba32ef require digest
github.com/grafana/memberlist bd88e10 -> 5cd332c replace digest
github.com/grafana/pyroscope/lidia v0.0.0-20250416154336-a5c33510d5ff -> v0.0.1 age confidence require patch
github.com/minio/minio-go/v7 v7.0.95 -> v7.0.97 age confidence require patch
github.com/onsi/ginkgo/v2 v2.26.0 -> v2.27.2 age confidence require minor
github.com/parquet-go/parquet-go v0.24.0 -> v0.25.1 age confidence require minor
github.com/planetscale/vtprotobuf 0393e58 -> ba97887 require digest
github.com/prometheus/common v0.66.1 -> v0.67.3 age confidence require minor v0.67.4
github.com/prometheus/prometheus v0.306.0 -> v0.307.3 age confidence require minor
go (source) 1.24.9 -> 1.25.4 age confidence toolchain minor
go.opentelemetry.io/proto/otlp v1.8.0 -> v1.9.0 age confidence require minor
go.opentelemetry.io/proto/otlp/collector/profiles/v1development v0.1.0 -> v0.2.0 age confidence require minor
go.opentelemetry.io/proto/otlp/profiles/v1development v0.1.0 -> v0.2.0 age confidence require minor
golang.org/x/exp 7588d65 -> e25ba8c age confidence require digest
golang.org/x/mod v0.29.0 -> v0.30.0 age confidence require minor
golang.org/x/oauth2 v0.31.0 -> v0.33.0 age confidence require minor
golang.org/x/time v0.13.0 -> v0.14.0 age confidence require minor
google.golang.org/genproto/googleapis/api 57b25ae -> 95abcf5 age confidence require digest
google.golang.org/grpc v1.76.0 -> v1.77.0 age confidence require minor
gopkg.in/alecthomas/kingpin.v2 v2.2.6 -> v2.4.0 age confidence require minor

Release Notes

PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)

v1.11.0

Compare Source

Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.97

Compare Source

v7.0.96

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.27.2

Compare Source

2.27.2

Fixes
  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]
Maintenance
  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

Compare Source

2.27.1

Fixes
  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

Compare Source

2.27.0

Features
Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance
parquet-go/parquet-go (github.com/parquet-go/parquet-go)

v0.25.1

Compare Source

What's Changed

New features
Bug fixes
Other changes
Internal

New Contributors

Full Changelog: parquet-go/parquet-go@v0.25.0...v0.25.1

v0.25.0

Compare Source

What's Changed

New features
Bug fixes
Documentation
Other changes
Internal

New Contributors

Full Changelog: parquet-go/parquet-go@v0.24.0...v0.25.0

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

v0.67.3: / 2025-11-18

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.2...v0.67.3

v0.67.2

Compare Source

v0.67.1

Compare Source

v0.67.0

Compare Source

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

v0.307.3

Compare Source

v0.307.2

Compare Source

v0.307.1

Compare Source

v0.307.0

Compare Source

golang/go (go)

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.10

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

v1.9.0: /v0.2.0

Compare Source

Release of the v1.9.0 version of the OTLP.

[!NOTE]
This is the last version that will support Go 1.23. Subsequent minor releases will require Go >= 1.24.

What's Changed

Full Changelog: open-telemetry/opentelemetry-proto-go@v1.8.0...v1.9.0

grpc/grpc-go (google.golang.org/grpc)

v1.77.0: Release 1.77.0

Compare Source

API Changes

  • mem: Replace the Reader interface with a struct for better performance and maintainability. (#​8669)

Behavior Changes

  • balancer/pickfirst: Remove support for the old pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (#​8672)

Bug Fixes

  • xdsclient: Fix a race condition in the ADS stream implementation that could result in resource-not-found errors, causing the gRPC client channel to move to TransientFailure. (#​8605)
  • client: Ignore HTTP status header for gRPC streams. (#​8548)
  • client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. (#​8534)
  • client: Fix a bug where default port 443 was not automatically added to addresses without a specified port when sent to a proxy.
    • Setting environment variable GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=false disables this change; please file a bug if any problems are encountered as we will remove this option soon. (#​8613)
  • balancer/pickfirst: Fix a bug where duplicate addresses were not being ignored as intended. (#​8611)
  • server: Fix a bug that caused overcounting of channelz metrics for successful and failed streams. (#​8573)
  • balancer/pickfirst: When configured, shuffle addresses in resolver updates that lack endpoints. Since gRPC automatically adds endpoints to resolver updates, this bug only affects custom LB policies that delegate to pick_first but don't set endpoints. (#​8610)
  • mem: Clear large buffers before re-using. (#​8670)

Performance Improvements

New Features

  • outlierdetection: Add metrics specified in gRFC A91. (#​8644)
  • stats/opentelemetry: Add support for optional label grpc.lb.backend_service in per-call metrics (#​8637)
  • xds: Add support for JWT Call Credentials as specified in gRFC A97. Set environment variable GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=true to enable this feature. (#​8536)
  • experimental/stats: Add support for up/down counters. (#​8581)
alecthomas/kingpin (gopkg.in/alecthomas/kingpin.v2)

v2.4.0

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
Copy link
Contributor Author

renovate-sh-app bot commented Oct 13, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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 -t ./...
go: gopkg.in/alecthomas/[email protected]: parsing go.mod:
	module declares its path as: github.com/alecthomas/kingpin/v2
	        but was required as: gopkg.in/alecthomas/kingpin.v2

File name: lidia/go.sum
Command failed: go get -t ./...
go: github.com/grafana/pyroscope/lidia tested by
	github.com/grafana/pyroscope/lidia.test imports
	github.com/stretchr/testify/require: gopkg.in/alecthomas/[email protected]: parsing go.mod:
	module declares its path as: github.com/alecthomas/kingpin/v2
	        but was required as: gopkg.in/alecthomas/kingpin.v2

@CLAassistant
Copy link

CLAassistant commented Oct 13, 2025

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 4 times, most recently from f769852 to 27a3708 Compare October 18, 2025 12:21
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 2 times, most recently from 48a05e2 to b8aa0ae Compare October 20, 2025 12:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 15 times, most recently from da8aadf to cf147e4 Compare October 26, 2025 21:06
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 9 times, most recently from 9ad4f64 to 7c81192 Compare November 4, 2025 21:07
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 7 times, most recently from 95432d0 to 6170706 Compare November 10, 2025 09:08
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 8 times, most recently from 5cd1e7e to d6e44a8 Compare November 18, 2025 09:13
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 3 times, most recently from ffcf55c to 29849a6 Compare November 21, 2025 00:10
| datasource     | package                                                         | from                               | to                                 |
| -------------- | --------------------------------------------------------------- | ---------------------------------- | ---------------------------------- |
| go             | github.com/PuerkitoBio/goquery                                  | v1.10.3                            | v1.11.0                            |
| go             | github.com/google/pprof                                         | v0.0.0-20250607225305-033d6d78b36a | v0.0.0-20251114195745-4902fdda35c8 |
| go             | github.com/grafana/pyroscope/lidia                              | v0.0.0-20250416154336-a5c33510d5ff | v0.0.1                             |
| go             | github.com/minio/minio-go/v7                                    | v7.0.95                            | v7.0.97                            |
| go             | github.com/onsi/ginkgo/v2                                       | v2.26.0                            | v2.27.2                            |
| go             | github.com/parquet-go/parquet-go                                | v0.24.0                            | v0.25.1                            |
| go             | github.com/prometheus/common                                    | v0.66.1                            | v0.67.3                            |
| go             | github.com/prometheus/prometheus                                | v0.306.0                           | v0.307.3                           |
| golang-version | go                                                              | 1.24.9                             | 1.25.4                             |
| go             | go.opentelemetry.io/proto/otlp                                  | v1.8.0                             | v1.9.0                             |
| go             | go.opentelemetry.io/proto/otlp/collector/profiles/v1development | v0.1.0                             | v0.2.0                             |
| go             | go.opentelemetry.io/proto/otlp/profiles/v1development           | v0.1.0                             | v0.2.0                             |
| go             | golang.org/x/exp                                                | v0.0.0-20250106191152-7588d65b2ba8 | v0.0.0-20251113190631-e25ba8c21ef6 |
| go             | golang.org/x/mod                                                | v0.29.0                            | v0.30.0                            |
| go             | golang.org/x/oauth2                                             | v0.31.0                            | v0.33.0                            |
| go             | golang.org/x/time                                               | v0.13.0                            | v0.14.0                            |
| go             | google.golang.org/genproto/googleapis/api                       | v0.0.0-20250929231259-57b25ae835d4 | v0.0.0-20251111163417-95abcf5c77ba |
| go             | google.golang.org/grpc                                          | v1.76.0                            | v1.77.0                            |
| go             | gopkg.in/alecthomas/kingpin.v2                                  | v2.2.6                             | v2.4.0                             |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
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.

1 participant