Skip to content

Conversation

@renovate-sh-app
Copy link
Contributor

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

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/PuerkitoBio/goquery v1.10.3v1.11.0 age confidence require minor
github.com/grafana/dskit ff33c580e92ccb require digest
github.com/grafana/memberlist bd88e106f9f62a replace digest
github.com/grafana/pyroscope/lidia v0.0.0-20250416154336-a5c33510d5ffv0.0.1 age confidence require patch
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3v2.27.4 age confidence require patch
github.com/klauspost/compress v1.18.1v1.18.2 age confidence require patch
github.com/kubescape/go-git-url v0.0.30v0.0.31 age confidence require patch
github.com/minio/minio-go/v7 v7.0.95v7.0.97 age confidence require patch
github.com/onsi/ginkgo/v2 v2.26.0v2.27.4 age confidence require minor v2.27.5
github.com/onsi/gomega v1.38.2v1.39.0 age confidence require minor
github.com/parquet-go/parquet-go v0.24.0v0.26.4 age confidence require minor
github.com/planetscale/vtprotobuf 0393e58ba97887 require digest
github.com/prometheus/common v0.66.1v0.67.5 age confidence require minor
github.com/prometheus/prometheus v0.306.0v0.309.1 age confidence require minor
github.com/sony/gobreaker/v2 v2.3.0v2.4.0 age confidence require minor
go (source) 1.24.91.25.5 age confidence toolchain minor
golang.org/x/mod v0.29.0v0.32.0 age confidence require minor
golang.org/x/net v0.47.0v0.48.0 age confidence require minor v0.49.0
golang.org/x/oauth2 v0.31.0v0.34.0 age confidence require minor
golang.org/x/sync v0.18.0v0.19.0 age confidence require minor
golang.org/x/sys v0.38.0v0.40.0 age confidence require minor
golang.org/x/text v0.31.0v0.33.0 age confidence require minor
golang.org/x/time v0.13.0v0.14.0 age confidence require minor
google.golang.org/grpc v1.76.0v1.78.0 age confidence require minor
google.golang.org/protobuf v1.36.10v1.36.11 age confidence require patch
gopkg.in/alecthomas/kingpin.v2 v2.2.6v2.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+).

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

v2.27.4

Compare Source

What's Changed
New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4

klauspost/compress (github.com/klauspost/compress)

v1.18.2

Compare Source

What's Changed

v1.18.1 is marked "retracted" due to invalid flate/zip/gzip encoding.

New Contributors

Full Changelog: klauspost/compress@v1.18.1...v1.18.2

kubescape/go-git-url (github.com/kubescape/go-git-url)

v0.0.31

Compare Source

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

Compare Source

2.27.4

Fixes
  • CurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]

v2.27.3

Compare Source

2.27.3

Fixes

report exit result in case of failure [1c9f356]
fix data race [ece19c8]

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
onsi/gomega (github.com/onsi/gomega)

v1.39.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

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

v0.26.4

Compare Source

What's Changed

Bug fixes
Other changes

New Contributors

Full Changelog: parquet-go/parquet-go@v0.26.3...v0.26.4

v0.26.3

Compare Source

What's Changed

New features
Other changes

Full Changelog: parquet-go/parquet-go@v0.26.2...v0.26.3

v0.26.2

Compare Source

What's Changed

New features
Bug fixes

Full Changelog: parquet-go/parquet-go@v0.26.1...v0.26.2

v0.26.1

Compare Source

What's Changed

Bug fixes
Other changes
Internal

Full Changelog: parquet-go/parquet-go@v0.26.0...v0.26.1

v0.26.0

Compare Source

What's Changed

New features
Bug fixes
Other changes
Internal

New Contributors

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

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

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.67.4...v0.67.5

v0.67.4: / 2025-11-18

Compare Source

What's Changed

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

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

Compare Source

v0.309.0

Compare Source

v0.308.1

Compare Source

v0.308.0

Compare Source

v0.307.3

Compare Source

v0.307.2

Compare Source

v0.307.1

Compare Source

v0.307.0

Compare Source

sony/gobreaker (github.com/sony/

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/kingpin.v2@v2.4.0: 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/kingpin.v2@v2.4.0: 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 12 times, most recently from fdd29c4 to 1c994d3 Compare December 19, 2025 08:33
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 4 times, most recently from ba1533e to 2d662e1 Compare December 29, 2025 20:28
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 8 times, most recently from 98f95a6 to ee65728 Compare January 10, 2026 17:29
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 4 times, most recently from 064ebc6 to 735149f Compare January 12, 2026 17:34
| datasource     | package                                   | from                               | to       |
| -------------- | ----------------------------------------- | ---------------------------------- | -------- |
| go             | github.com/PuerkitoBio/goquery            | v1.10.3                            | v1.11.0  |
| go             | github.com/grafana/pyroscope/lidia        | v0.0.0-20250416154336-a5c33510d5ff | v0.0.1   |
| go             | github.com/grpc-ecosystem/grpc-gateway/v2 | v2.27.3                            | v2.27.4  |
| go             | github.com/klauspost/compress             | v1.18.1                            | v1.18.2  |
| go             | github.com/kubescape/go-git-url           | v0.0.30                            | v0.0.31  |
| go             | github.com/minio/minio-go/v7              | v7.0.95                            | v7.0.97  |
| go             | github.com/onsi/ginkgo/v2                 | v2.26.0                            | v2.27.4  |
| go             | github.com/onsi/gomega                    | v1.38.2                            | v1.39.0  |
| go             | github.com/parquet-go/parquet-go          | v0.24.0                            | v0.26.4  |
| go             | github.com/prometheus/common              | v0.66.1                            | v0.67.5  |
| go             | github.com/prometheus/prometheus          | v0.306.0                           | v0.309.1 |
| go             | github.com/sony/gobreaker/v2              | v2.3.0                             | v2.4.0   |
| golang-version | go                                        | 1.24.9                             | 1.25.5   |
| go             | golang.org/x/mod                          | v0.29.0                            | v0.32.0  |
| go             | golang.org/x/net                          | v0.47.0                            | v0.48.0  |
| go             | golang.org/x/oauth2                       | v0.31.0                            | v0.34.0  |
| go             | golang.org/x/sync                         | v0.18.0                            | v0.19.0  |
| go             | golang.org/x/sys                          | v0.38.0                            | v0.40.0  |
| go             | golang.org/x/text                         | v0.31.0                            | v0.33.0  |
| go             | golang.org/x/time                         | v0.13.0                            | v0.14.0  |
| go             | google.golang.org/grpc                    | v1.76.0                            | v1.78.0  |
| go             | google.golang.org/protobuf                | v1.36.10                           | v1.36.11 |
| 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