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.3 -> v1.11.0 age confidence require minor
github.com/google/pprof (changelog) 033d6d7 -> b05bdac age confidence require digest
github.com/grafana/dskit (changelog) ff33c58 -> b6f4489 require digest
github.com/grafana/memberlist (changelog) bd88e10 -> 6f9f62a replace digest
github.com/grafana/pyroscope/lidia v0.0.0-20250416154336-a5c33510d5ff -> v0.0.1 age confidence require patch
github.com/klauspost/compress v1.18.1 -> v1.18.2 age confidence require patch
github.com/kubescape/go-git-url v0.0.30 -> v0.0.31 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.3 age confidence require minor
github.com/onsi/gomega v1.38.2 -> v1.38.3 age confidence require patch
github.com/parquet-go/parquet-go v0.24.0 -> v0.26.3 age confidence require minor
github.com/planetscale/vtprotobuf (changelog) 0393e58 -> ba97887 require digest
github.com/prometheus/common v0.66.1 -> v0.67.4 age confidence require minor
github.com/prometheus/prometheus v0.306.0 -> v0.308.0 age confidence require minor v0.308.1
go (source) 1.24.9 -> 1.25.5 age confidence toolchain minor
go.opentelemetry.io/otel v1.38.0 -> v1.39.0 age confidence require 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 -> 8475f28 age confidence require digest
golang.org/x/mod v0.29.0 -> v0.31.0 age confidence require minor
golang.org/x/net v0.47.0 -> v0.48.0 age confidence require minor
golang.org/x/oauth2 v0.31.0 -> v0.34.0 age confidence require minor
golang.org/x/sync v0.18.0 -> v0.19.0 age confidence require minor
golang.org/x/sys v0.38.0 -> v0.39.0 age confidence require minor
golang.org/x/text v0.31.0 -> v0.32.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 (changelog) 57b25ae -> 97cd9d5 age confidence require digest
google.golang.org/grpc v1.76.0 -> v1.77.0 age confidence require minor
google.golang.org/protobuf v1.36.10 -> v1.36.11 age confidence require patch
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+).

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

Compare Source

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

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.11

v1.24.10

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.39.0: /v0.61.0/v0.15.0/v0.0.14

Compare Source

Overview
Added
  • Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map keys. (#​7175)
  • Add WithInstrumentationAttributeSet option to go.opentelemetry.io/otel/log, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/trace packages. This provides a concurrent-safe and performant alternative to WithInstrumentationAttributes by accepting a pre-constructed attribute.Set. (#​7287)
  • Add experimental observability for the Prometheus exporter in go.opentelemetry.io/otel/exporters/prometheus. Check the go.opentelemetry.io/otel/exporters/prometheus/internal/x package documentation for more information. (#​7345)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​7353)
  • Add temporality selector functions DeltaTemporalitySelector, CumulativeTemporalitySelector, LowMemoryTemporalitySelector to go.opentelemetry.io/otel/sdk/metric. (#​7434)
  • Add experimental observability metrics for simple log processor in go.opentelemetry.io/otel/sdk/log. (#​7548)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​7459)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​7486)
  • Add experimental observability metrics for simple span processor in go.opentelemetry.io/otel/sdk/trace. (#​7374)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​7512)
  • Add experimental observability metrics for manual reader in go.opentelemetry.io/otel/sdk/metric. (#​7524)
  • Add experimental observability metrics for periodic reader in go.opentelemetry.io/otel/sdk/metric. (#​7571)
  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environmental variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. ([#​7608](https://redirect.github.com/

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 10 times, most recently from 4a57207 to dd45e95 Compare December 8, 2025 08:08
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 14 times, most recently from ce62c26 to 6616e53 Compare December 14, 2025 17:04
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 4 times, most recently from e25ff83 to b3b7850 Compare December 16, 2025 14:04
| 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-20251213031049-b05bdaca462f |
| go             | github.com/grafana/pyroscope/lidia                              | v0.0.0-20250416154336-a5c33510d5ff | v0.0.1                             |
| 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.3                            |
| go             | github.com/onsi/gomega                                          | v1.38.2                            | v1.38.3                            |
| go             | github.com/parquet-go/parquet-go                                | v0.24.0                            | v0.26.3                            |
| go             | github.com/prometheus/common                                    | v0.66.1                            | v0.67.4                            |
| go             | github.com/prometheus/prometheus                                | v0.306.0                           | v0.308.0                           |
| golang-version | go                                                              | 1.24.9                             | 1.25.5                             |
| go             | go.opentelemetry.io/otel                                        | v1.38.0                            | v1.39.0                            |
| 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-20251209150349-8475f28825e9 |
| go             | golang.org/x/mod                                                | v0.29.0                            | v0.31.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.39.0                            |
| go             | golang.org/x/text                                               | v0.31.0                            | v0.32.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-20251213004720-97cd9d5aeac2 |
| go             | google.golang.org/grpc                                          | v1.76.0                            | v1.77.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