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 Type Update Change Age Confidence
github.com/google/pprof require digest 033d6d7 -> 5df77e3 age confidence
github.com/grafana/dskit require digest ff33c58 -> a6f1538
github.com/grafana/memberlist replace digest bd88e10 -> 5cd332c
github.com/grafana/pyroscope/lidia require patch v0.0.0-20250416154336-a5c33510d5ff -> v0.0.1 age confidence
github.com/minio/minio-go/v7 require patch v7.0.95 -> v7.0.97 age confidence
github.com/onsi/ginkgo/v2 require minor v2.26.0 -> v2.27.2 age confidence
github.com/parquet-go/parquet-go require minor v0.24.0 -> v0.25.1 age confidence
github.com/planetscale/vtprotobuf require digest 0393e58 -> ba97887
github.com/prometheus/common require minor v0.66.1 -> v0.67.2 age confidence
github.com/prometheus/prometheus require minor v0.306.0 -> v0.307.3 age confidence
go (source) toolchain minor 1.24.9 -> 1.25.4 age confidence
go.opentelemetry.io/proto/otlp require minor v1.8.0 -> v1.9.0 age confidence
go.opentelemetry.io/proto/otlp/collector/profiles/v1development require minor v0.1.0 -> v0.2.0 age confidence
go.opentelemetry.io/proto/otlp/profiles/v1development require minor v0.1.0 -> v0.2.0 age confidence
golang.org/x/exp require digest 7588d65 -> a4bb9ff age confidence
golang.org/x/mod require minor v0.28.0 -> v0.29.0 age confidence
golang.org/x/oauth2 require minor v0.31.0 -> v0.33.0 age confidence
golang.org/x/sync require minor v0.17.0 -> v0.18.0 age confidence
golang.org/x/sys require minor v0.37.0 -> v0.38.0 age confidence
golang.org/x/time require minor v0.13.0 -> v0.14.0 age confidence
google.golang.org/genproto/googleapis/api require digest 57b25ae -> f26f940 age confidence
gopkg.in/alecthomas/kingpin.v2 require minor v2.2.6 -> v2.4.0 age confidence

Release Notes

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

v1.25.2

v1.25.1

v1.25.0

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

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 5 times, most recently from eec6358 to 8c34e7f Compare November 8, 2025 00:07
| datasource     | package                                                         | from                               | to                                 |
| -------------- | --------------------------------------------------------------- | ---------------------------------- | ---------------------------------- |
| go             | github.com/google/pprof                                         | v0.0.0-20250607225305-033d6d78b36a | v0.0.0-20251007162407-5df77e3f7d1d |
| 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.2                            |
| 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-20251023183803-a4bb9ffd2546 |
| go             | golang.org/x/mod                                                | v0.28.0                            | v0.29.0                            |
| go             | golang.org/x/oauth2                                             | v0.31.0                            | v0.33.0                            |
| go             | golang.org/x/sync                                               | v0.17.0                            | v0.18.0                            |
| go             | golang.org/x/sys                                                | v0.37.0                            | v0.38.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-20251103181224-f26f9409b101 |
| 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