Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change OpenSSF Age Confidence
alpine final minor 3.21.33.23.3 age confidence
bpftrace minor 0.22.10.24.2 OpenSSF Scorecard age confidence
clickhouse/clickhouse-server minor 25.2.1.3085-alpine25.12.5.44-alpine age confidence
cloud.google.com/go/compute require minor v1.52.0v1.54.0 OpenSSF Scorecard age confidence
github.com/ClickHouse/clickhouse-go/v2 require minor v2.32.2v2.43.0 OpenSSF Scorecard age confidence
github.com/aquasecurity/trivy require minor v0.61.1v0.69.0 OpenSSF Scorecard age confidence
github.com/aws/aws-sdk-go-v2/config require minor v1.29.13v1.32.7 OpenSSF Scorecard age confidence
github.com/aws/aws-sdk-go-v2/service/ec2 require minor v1.279.1v1.285.0 OpenSSF Scorecard age confidence
github.com/cenkalti/backoff/v5 require patch v5.0.2v5.0.3 OpenSSF Scorecard age confidence
github.com/cilium/cilium require minor v1.17.0-pre.2v1.19.0 OpenSSF Scorecard age confidence
github.com/cilium/ebpf require minor v0.17.3v0.20.0 OpenSSF Scorecard age confidence
github.com/containerd/containerd require patch v1.7.29v1.7.30 OpenSSF Scorecard age confidence
github.com/containerd/containerd/api require minor v1.8.0v1.10.0 OpenSSF Scorecard age confidence
github.com/florianl/go-conntrack require minor v0.4.0v0.5.0 OpenSSF Scorecard age confidence
github.com/go-playground/validator/v10 require minor v10.26.0v10.30.1 OpenSSF Scorecard age confidence
github.com/google/go-containerregistry require patch v0.20.3v0.20.7 OpenSSF Scorecard age confidence
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus require minor v1.0.1v1.1.0 OpenSSF Scorecard age confidence
github.com/hamba/avro/v2 require minor v2.27.0v2.31.0 OpenSSF Scorecard age confidence
github.com/jedib0t/go-pretty/v6 require minor v6.6.7v6.7.8 OpenSSF Scorecard age confidence
github.com/labstack/echo/v4 require minor v4.13.3v4.15.0 OpenSSF Scorecard age confidence
github.com/magiconair/properties require patch v1.8.9v1.8.10 OpenSSF Scorecard age confidence
github.com/miekg/dns require patch v1.1.62v1.1.72 OpenSSF Scorecard age confidence
github.com/prometheus/client_golang require minor v1.21.1v1.23.2 OpenSSF Scorecard age confidence
github.com/prometheus/prometheus replace minor v0.54.0v0.309.1 OpenSSF Scorecard age confidence
github.com/redis/go-redis/v9 require minor v9.7.3v9.17.3 OpenSSF Scorecard age confidence
github.com/samber/lo require minor v1.49.1v1.52.0 OpenSSF Scorecard age confidence
github.com/sirupsen/logrus require patch v1.9.3v1.9.4 OpenSSF Scorecard age confidence
github.com/spf13/cobra require minor v1.9.1v1.10.2 OpenSSF Scorecard age confidence
github.com/spf13/pflag require patch v1.0.6v1.0.10 OpenSSF Scorecard age confidence
github.com/spf13/viper require minor v1.20.1v1.21.0 OpenSSF Scorecard age confidence
github.com/testcontainers/testcontainers-go require minor v0.35.0v0.40.0 OpenSSF Scorecard age confidence
github.com/tklauser/go-sysconf require patch v0.3.15v0.3.16 OpenSSF Scorecard age confidence
go minor 1.24.01.25.5 age confidence
golang.org/x/mod require minor v0.28.0v0.32.0 age confidence
golang.org/x/net require minor v0.46.0v0.49.0 age confidence
golang.org/x/sync require minor v0.18.0v0.19.0 age confidence
golang.org/x/sys require minor v0.37.0v0.40.0 age confidence
golang.stackrox.io/kube-linter require minor v0.7.3-0.20250507172404-3f4b9037f56fv0.8.2 OpenSSF Scorecard age confidence
golangci-lint minor 2.0.02.8.0 age confidence
google.golang.org/api require minor v0.256.0v0.265.0 OpenSSF Scorecard age confidence
google.golang.org/grpc require minor v1.76.0v1.78.0 OpenSSF Scorecard age confidence
google.golang.org/protobuf require patch v1.36.10v1.36.11 OpenSSF Scorecard age confidence
k8s.io/api require minor v0.32.3v0.35.0 OpenSSF Scorecard age confidence
k8s.io/apimachinery require minor v0.32.3v0.35.0 OpenSSF Scorecard age confidence
k8s.io/client-go require minor v0.32.3v0.35.0 OpenSSF Scorecard age confidence
k8s.io/cri-api require minor v0.32.2v0.35.0 OpenSSF Scorecard age confidence
kind minor 0.27.00.31.0 OpenSSF Scorecard age confidence
kubectl minor 1.32.21.35.0 OpenSSF Scorecard age confidence
protoc-gen-go patch 1.36.91.36.11 age confidence
protoc-gen-go-grpc minor 1.5.11.6.0 age confidence
tilt minor 0.33.210.36.0 age confidence

Release Notes

bpftrace/bpftrace (bpftrace)

v0.24.2

Fixed
  • Fix off-by-one for function argument size comparison
  • Fix resolution of enum-typed tracepoint args
  • Fix block expression handling inside print statements
  • join(): Fix wrong index of GEP that was causing truncation
  • output: prevent crash when printing overflow-only lhist
  • codegen: Fix tid/pid in non-init namespaces
  • Fix segfault in printf ordering
  • Fix language part being overwritten in uprobe attachpoint parser
  • Fix automatic conversion of BTF char arrays to bpftrace strings
  • Fix anonymous struct/unions not resolving correctly from BTF
  • Fix getopt support for unsigned integers
Changed
  • Disallow builtin and type idents as macro parameter names

v0.24.1

Fixed
  • Fix missing location.hh build error on Alpine
  • Fix build with gcc-16
  • ast: Avoid undefined behavior in literal folding
  • Fix missing map key buffers for map aggregate functions
Docs
  • Fix docs for PERCPU map types

v0.23.5

[0.23.5] 2025-06-09

Fixed
  • Fix kstack/ustack on big-endian systems

v0.23.4

Fixed
  • Fix crashes if kernel is built without PID namespaces

v0.23.3

Fixed
  • Fix per-cpu map update warning
  • Fix probe firing order for fexit and software
  • Fix execution watchpoints
Tools

v0.23.2

[0.23.2] 2025-04-15

Fixed
  • Fix 32-bit build failures due to missing cast
Tools
  • Fix biosnoop.bt to print comm from block_io_start probe

v0.23.1

[0.23.1] 2025-04-11

Fixed
  • Fix build failures due to missing location.hh

v0.23.0

Breaking Changes
  • Remove '-kk' command line opt, surface some BPF errors by default, and make '-k' surface probe read errors
Added
  • offsetof() now supports sub fields e.g. offsetof(struct Foo, bar.a.b);
  • Pointers may now be used in if conditions, tenary conditions and as operands in logical AND and OR expressions
  • len now also accepts ustack and kstack as arguments
  • blazesym will be used for address symbolication if found during build
  • Published aarch64 appimage builds from master
  • Add ability to cast int to an enum
  • Added warning when strcontains() is used on strings that are too big and may cause verifier issues
  • Add support for LLVM 20
Changed
  • probe builtin is now represented as a string type
  • Change bpftrace help flag output from stderr to stdout
  • Change max_strlen default from 64 to 1024
  • Add feature check for castable map reads
  • Increase default values for max_bpf_progs and max_probes
  • Allow use of variables before they are assigned
Deprecated
Removed
  • Drop support for LLVM 14 and 15
Fixed
  • Fix json output for none type
  • Fix bug where strftime() %f specifier could be off by up to 1s
  • Fix pid, tid and ustack when running bpftrace in containers with PID namespacing
  • Do not generate functions for empty attach points
  • Fix ternary expression to accept all types
  • Fix feature detection for tracing program types
  • Fix strcontains() correctness bug where matches could be lost if both strings are non-literal
  • Fix str() bug where optional size parameter did not count towards NUL terminator
Security
Docs
Tools
  • Fix dcsnoop.bt on newer kernels
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)

v2.43.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

v2.42.0

Compare Source

What's Changed

Enhancements 🎉
Bug Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.41.0...v2.42.0

v2.41.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.3...v2.41.0

v2.40.3

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.3...v2.41.0

v2.40.2

Compare Source

What's Changed

Enhancements 🎉
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.40.2...v2.40.3

[v2.40.1](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2401-2025-07-30----Release-notes-generated-using-configuration-in-githu


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 28752eb to bb88617 Compare March 28, 2025 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3de0ccb to e6628e5 Compare April 7, 2025 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1d68478 to 27bc5c1 Compare April 14, 2025 20:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fbc0d07 to faae30d Compare April 18, 2025 11:36
@renovate
Copy link
Contributor Author

renovate bot commented Apr 18, 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):

  • 90 additional dependencies were updated

Details:

Package Change
github.com/aquasecurity/testdocker v0.0.0-20240730052646-35e4cd04890c -> v0.0.0-20250616060700-ba6845ac6d17
cel.dev/expr v0.19.2 -> v0.24.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 -> v1.10.1
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.0 -> v1.11.1
github.com/ClickHouse/ch-go v0.65.1 -> v0.67.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 -> v1.27.0
github.com/andybalholm/brotli v1.1.1 -> v1.2.0
github.com/aquasecurity/trivy-checks v1.8.0 -> v1.11.3-0.20250604022615-9a7efa7c9169
github.com/aws/aws-sdk-go-v2 v1.36.3 -> v1.36.5
github.com/aws/aws-sdk-go-v2/config v1.29.13 -> v1.29.17
github.com/aws/aws-sdk-go-v2/credentials v1.17.66 -> v1.17.70
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 -> v1.16.32
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 -> v1.3.36
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 -> v2.6.36
github.com/aws/aws-sdk-go-v2/service/ecr v1.42.1 -> v1.45.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 -> v1.12.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 -> v1.12.17
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.1 -> v1.81.0
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 -> v1.25.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 -> v1.30.3
github.com/aws/aws-sdk-go-v2/service/sts v1.33.18 -> v1.34.0
github.com/aws/smithy-go v1.22.3 -> v1.22.4
github.com/cilium/hive v0.0.0-20250121145729-e67f66eb0375 -> v0.0.0-20250522145610-0734675df148
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 -> v0.0.0-20250526114940-b80199397e8a
github.com/cilium/statedb v0.3.4 -> v0.4.0
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 -> v0.0.0-20250501225837-2ac532fd4443
github.com/containerd/cgroups/v3 v3.0.3 -> v3.0.5
github.com/containerd/containerd/api v1.8.0 -> v1.9.0
github.com/containerd/containerd/v2 v2.0.5 -> v2.1.3
github.com/go-git/go-git/v5 v5.14.0 -> v5.16.2
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 -> v0.0.0-20250223041408-d3c622f1b874
github.com/go-openapi/errors v0.22.0 -> v0.22.1
github.com/oklog/ulid/v2 v2.1.0 -> v2.1.1
github.com/open-policy-agent/opa v1.4.0 -> v1.5.1
github.com/rubenv/sql-migrate v1.7.1 -> v1.8.0
github.com/samber/oops v1.15.0 -> v1.18.1
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 -> v0.0.0-20240814133006-030d3b2625d0
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 -> v1.3.1
github.com/zclconf/go-cty v1.16.2 -> v1.16.3
go.etcd.io/bbolt v1.4.0 -> v1.4.1
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 -> v1.36.0
go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.36.0
golang.org/x/tools v0.33.0 -> v0.34.0
k8s.io/apiserver v0.32.2 -> v0.33.1
k8s.io/component-base v0.32.3 -> v0.33.1
k8s.io/kubectl v0.32.3 -> v0.33.1
sigs.k8s.io/controller-runtime v0.19.7 -> v0.20.1
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/BurntSushi/toml v1.4.0 -> v1.5.0
github.com/Microsoft/hcsshim v0.12.9 -> v0.13.0
github.com/ProtonMail/go-crypto v1.1.5 -> v1.1.6
github.com/aquasecurity/trivy-db v0.0.0-20250227071930-8bd8a9b89e2d -> v0.0.0-20250627124416-ca81c496a932
github.com/aws/aws-sdk-go v1.55.6 -> v1.55.7
github.com/docker/cli v27.5.0+incompatible -> v28.2.2+incompatible
github.com/docker/docker v27.5.1+incompatible -> v28.3.2+incompatible
github.com/docker/docker-credential-helpers v0.8.2 -> v0.9.3
github.com/evanphx/json-patch v5.9.0+incompatible -> v5.9.11+incompatible
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/swag v0.23.0 -> v0.23.1
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/mdlayher/socket v0.5.0 -> v0.5.1
github.com/moby/buildkit v0.18.2 -> v0.23.1
github.com/moby/sys/user v0.3.0 -> v0.4.0
github.com/moby/term v0.5.0 -> v0.5.2
github.com/opencontainers/runtime-spec v1.2.0 -> v1.2.1
github.com/opencontainers/selinux v1.11.1 -> v1.12.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/spf13/cast v1.7.1 -> v1.9.2
github.com/vbatts/tar-split v0.11.6 -> v0.12.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
go.opentelemetry.io/otel v1.35.0 -> v1.37.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/trace v1.35.0 -> v1.37.0
golang.org/x/crypto v0.39.0 -> v0.40.0
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac -> v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/oauth2 v0.29.0 -> v0.30.0
golang.org/x/term v0.32.0 -> v0.33.0
golang.org/x/text v0.26.0 -> v0.27.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250528174236-200df99c418a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 -> v0.0.0-20250528174236-200df99c418a
helm.sh/helm/v3 v3.17.3 -> v3.18.3
k8s.io/apiextensions-apiserver v0.32.2 -> v0.33.1
k8s.io/cli-runtime v0.32.3 -> v0.33.1
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250318190949-c8a335a9a2ff
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.6.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 427620d to b1ce65f Compare April 24, 2025 23:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f127a36 to b08a019 Compare January 18, 2026 16:42
@renovate
Copy link
Contributor Author

renovate bot commented Jan 18, 2026

ℹ️ 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):

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

Details:

Package Change
go 1.24.6 -> 1.25.5
cloud.google.com/go/auth v0.17.0 -> v0.18.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 -> v1.20.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 -> v1.13.1
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.0 -> v1.11.2
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 -> v1.6.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 -> v1.30.0
github.com/andybalholm/brotli v1.1.1 -> v1.2.0
github.com/aquasecurity/go-npm-version v0.0.1 -> v0.0.2
github.com/aquasecurity/testdocker v0.0.0-20240730052646-35e4cd04890c -> v0.0.0-20250616060700-ba6845ac6d17
github.com/aquasecurity/trivy-checks v1.8.1 -> v1.11.3-0.20250604022615-9a7efa7c9169
github.com/aws/aws-sdk-go-v2 v1.36.3 -> v1.40.0
github.com/aws/aws-sdk-go-v2/config v1.29.13 -> v1.32.0
github.com/aws/aws-sdk-go-v2/credentials v1.17.66 -> v1.19.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 -> v1.18.14
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 -> v1.4.14
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 -> v2.7.14
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 -> v1.8.4
github.com/aws/aws-sdk-go-v2/service/ecr v1.42.1 -> v1.53.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 -> v1.13.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 -> v1.13.14
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.1 -> v1.92.0
github.com/bmatcuk/doublestar/v4 v4.8.1 -> v4.9.1
github.com/chai2010/gettext-go v1.0.2 -> v1.0.3
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 -> v0.0.0-20251022180443-0feb69152e9f
github.com/containerd/cgroups/v3 v3.0.3 -> v3.1.0
github.com/containerd/containerd/v2 v2.0.5 -> v2.2.0
github.com/containerd/platforms v1.0.0-rc.1 -> v1.0.0-rc.2
github.com/coreos/go-systemd/v22 v22.5.0 -> v22.6.0
github.com/envoyproxy/go-control-plane/envoy v1.32.4 -> v1.35.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-git/go-git/v5 v5.14.0 -> v5.16.3
github.com/go-jose/go-jose/v4 v4.1.2 -> v4.1.3
github.com/go-openapi/analysis v0.23.0 -> v0.24.1
github.com/go-openapi/errors v0.22.0 -> v0.22.4
github.com/go-openapi/loads v0.22.0 -> v0.23.2
github.com/go-openapi/runtime v0.28.0 -> v0.29.2
github.com/go-openapi/spec v0.21.0 -> v0.22.1
github.com/go-openapi/strfmt v0.23.0 -> v0.25.0
github.com/hashicorp/hcl/v2 v2.23.0 -> v2.24.0
github.com/oklog/ulid/v2 v2.1.0 -> v2.1.1
github.com/open-policy-agent/opa v1.4.0 -> v1.10.1
github.com/paulmach/orb v0.11.1 -> v0.12.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2 -> v0.87.1
github.com/rubenv/sql-migrate v1.7.1 -> v1.8.0
github.com/samber/oops v1.15.0 -> v1.18.1
github.com/secure-systems-lab/go-securesystemslib v0.9.0 -> v0.9.1
github.com/segmentio/asm v1.2.0 -> v1.2.1
github.com/spiffe/go-spiffe/v2 v2.5.0 -> v2.6.0
github.com/tchap/go-patricia/v2 v2.3.2 -> v2.3.3
github.com/tklauser/numcpus v0.10.0 -> v0.11.0
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 -> v0.0.0-20240814133006-030d3b2625d0
github.com/zclconf/go-cty v1.16.2 -> v1.17.0
go.etcd.io/bbolt v1.4.0 -> v1.4.3
go.etcd.io/etcd/api/v3 v3.5.21 -> v3.6.4
go.etcd.io/etcd/client/pkg/v3 v3.5.21 -> v3.6.4
go.etcd.io/etcd/client/v3 v3.5.21 -> v3.6.4
go.mongodb.org/mongo-driver v1.17.3 -> v1.17.6
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 -> v1.38.0
golang.org/x/tools v0.37.0 -> v0.40.0
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/apiserver v0.32.2 -> v0.34.2
k8s.io/component-base v0.32.3 -> v0.34.2
k8s.io/kubectl v0.32.3 -> v0.34.2
sigs.k8s.io/controller-runtime v0.19.7 -> v0.22.3
sigs.k8s.io/gateway-api v1.2.1 -> v1.4.0
cloud.google.com/go/iam v1.5.2 -> v1.5.3
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/BurntSushi/toml v1.4.0 -> v1.5.0
github.com/Masterminds/semver/v3 v3.3.0 -> v3.4.0
github.com/Microsoft/hcsshim v0.12.9 -> v0.14.0-rc.1
github.com/ProtonMail/go-crypto v1.1.5 -> v1.3.0
github.com/aquasecurity/trivy-db v0.0.0-20250227071930-8bd8a9b89e2d -> v0.0.0-20250929072116-eba1ced2340a
github.com/containerd/stargz-snapshotter/estargz v0.16.3 -> v0.18.1
github.com/cyphar/filepath-securejoin v0.4.1 -> v0.6.1
github.com/docker/cli v27.5.0+incompatible -> v29.0.3+incompatible
github.com/docker/docker v27.5.1+incompatible -> v28.5.2+incompatible
github.com/docker/docker-credential-helpers v0.8.2 -> v0.9.3
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.13.0
github.com/evanphx/json-patch v5.9.0+incompatible -> v5.9.11+incompatible
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/gabriel-vasile/mimetype v1.4.8 -> v1.4.12
github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.1
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.3
github.com/go-openapi/swag v0.23.0 -> v0.25.1
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/googleapis/enterprise-certificate-proxy v0.3.7 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/hashicorp/go-getter v1.7.9 -> v1.8.3
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/mdlayher/socket v0.5.0 -> v0.5.1
github.com/moby/buildkit v0.18.2 -> v0.26.2
github.com/moby/sys/user v0.3.0 -> v0.4.0
github.com/moby/term v0.5.0 -> v0.5.2
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/opencontainers/runtime-spec v1.2.0 -> v1.2.1
github.com/opencontainers/selinux v1.11.1 -> v1.13.1
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.63.0 -> v0.66.1
github.com/prometheus/procfs v0.15.1 -> v0.17.0
github.com/sagikazarmark/locafero v0.7.0 -> v0.11.0
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 -> v1.4.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.12.0 -> v1.15.0
github.com/spf13/cast v1.7.1 -> v1.10.0
github.com/ulikunitz/xz v0.5.12 -> v0.5.15
github.com/vbatts/tar-split v0.11.6 -> v0.12.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.63.0
go.opentelemetry.io/otel v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.39.0
golang.org/x/crypto v0.43.0 -> v0.47.0
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac -> v0.0.0-20250911091902-df9299821621
golang.org/x/oauth2 v0.33.0 -> v0.34.0
golang.org/x/term v0.36.0 -> v0.39.0
golang.org/x/text v0.30.0 -> v0.33.0
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 -> v0.0.0-20251222181119-0a764e51fe1b
helm.sh/helm/v3 v3.17.4 -> v3.19.4
k8s.io/apiextensions-apiserver v0.32.2 -> v0.34.2
k8s.io/cli-runtime v0.32.3 -> v0.34.2
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/kustomize/api v0.19.0 -> v0.20.1
sigs.k8s.io/kustomize/kyaml v0.19.0 -> v0.20.1
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b08a019 to 6fe6bc8 Compare January 18, 2026 22:40
@renovate
Copy link
Contributor Author

renovate bot commented Jan 18, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact 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: module github.com/aquasecurity/trivy@v0.69.0 requires go >= 1.25.5; switching to go1.25.7
go: downloading go1.25.7 (linux/amd64)
go: downloading google.golang.org/grpc v1.78.0
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/ClickHouse/clickhouse-go/v2 v2.43.0
go: downloading github.com/spf13/cobra v1.10.2
go: downloading github.com/castai/logging v0.2.0
go: downloading github.com/castai/metrics v0.0.0-20250917084341-1533777a055a
go: downloading github.com/go-playground/validator/v10 v10.30.1
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/samber/lo v1.52.0
go: downloading golang.org/x/sync v0.19.0
go: downloading golang.org/x/time v0.14.0
go: downloading github.com/cilium/cilium v1.19.0
go: downloading github.com/florianl/go-conntrack v0.5.0
go: downloading github.com/vishvananda/netns v0.0.5
go: downloading github.com/stretchr/testify v1.11.1
go: downloading k8s.io/cri-api v0.35.0
go: downloading github.com/jedib0t/go-pretty/v6 v6.7.8
go: downloading golang.org/x/sys v0.40.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/elastic/go-freelru v0.16.0
go: downloading github.com/minio/sha256-simd v1.0.1
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/testcontainers/testcontainers-go v0.40.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading k8s.io/client-go v0.35.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
go: downloading github.com/labstack/echo/v4 v4.15.0
go: downloading k8s.io/apimachinery v0.35.0
go: downloading k8s.io/api v0.35.0
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/json-iterator/go v1.1.12
go: downloading golang.stackrox.io/kube-linter v0.8.2
go: downloading github.com/redis/go-redis/v9 v9.17.3
go: downloading github.com/castai/image-analyzer v0.10.0
go: downloading github.com/google/go-containerregistry v0.20.7
go: downloading github.com/aquasecurity/trivy v0.69.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
go: downloading github.com/mattn/go-shellwords v1.0.12
go: downloading golang.org/x/mod v0.32.0
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/golang/glog v1.2.5
go: downloading github.com/spf13/viper v1.21.0
go: downloading github.com/magiconair/properties v1.8.10
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/hamba/avro/v2 v2.31.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/yl2chen/cidranger v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.7
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.285.0
go: downloading cloud.google.com/go/compute v1.54.0
go: downloading cloud.google.com/go v0.123.0
go: downloading google.golang.org/api v0.265.0
go: downloading github.com/containerd/containerd v1.7.30
go: downloading github.com/containerd/containerd/api v1.10.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/cilium/ebpf v0.20.1-0.20260108141042-f7e80f49188b
go: downloading github.com/google/gopacket v1.1.19
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/miekg/dns v1.1.72
go: downloading golang.org/x/net v0.49.0
go: downloading github.com/tklauser/go-sysconf v0.3.16
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409
go: downloading google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217
go: downloading github.com/ClickHouse/ch-go v0.71.0
go: downloading github.com/andybalholm/brotli v1.2.0
go: downloading go.opentelemetry.io/otel/trace v1.39.0
go: downloading go.opentelemetry.io/otel v1.39.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/sercand/kuberesolver/v5 v5.1.1
go: downloading github.com/gabriel-vasile/mimetype v1.4.12
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.4.0
go: downloading golang.org/x/crypto v0.47.0
go: downloading golang.org/x/text v0.33.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/prometheus/procfs v0.19.2
go: downloading github.com/cilium/hive v0.0.0-20260108104938-97756f6ff54c
go: downloading github.com/cilium/statedb v0.5.6
go: downloading github.com/vishvananda/netlink v1.3.2-0.20260109214200-c6faf428e8f8
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/cilium/stream v0.0.1
go: downloading github.com/mdlayher/netlink v1.7.2
go: downloading github.com/klauspost/cpuid/v2 v2.2.3
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/containerd/platforms v1.0.0-rc.2
go: downloading github.com/cpuguy83/dockercfg v0.3.2
go: downloading github.com/docker/docker v28.5.2+incompatible
go: downloading github.com/docker/go-connections v0.6.0
go: downloading github.com/moby/go-archive v0.1.0
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/term v0.5.2
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading k8s.io/utils v0.0.0-20260108192941-914a6e750570
go: downloading golang.org/x/term v0.39.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
go: downloading github.com/labstack/gommon v0.4.2
go: downloading github.com/valyala/fasttemplate v1.2.2
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.9.1
go: downloading github.com/lburgazzoli/k8s-manifests-lib v0.1.4-0.20251117120254-104132b6a2be
go: downloading github.com/openshift/api v3.9.0+incompatible
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.1
go: downloading helm.sh/helm/v3 v3.19.4
go: downloading github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
go: downloading k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/package-url/packageurl-go v0.1.3
go: downloading github.com/docker/cli v29.1.1+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/masahiro331/go-mvn-version v0.0.0-20250131095131-f4974fa13b8a
go: downloading github.com/aquasecurity/trivy-java-db v0.0.0-20240109071736-184bd7481d48
go: downloading github.com/cheggaaa/pb/v3 v3.1.7
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/sagikazarmark/locafero v0.11.0
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/aws/smithy-go v1.24.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.19.7
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
go: downloading github.com/aws/aws-sdk-go-v2/service/signin v1.0.5
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.30.9
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17
go: downloading github.com/googleapis/gax-go/v2 v2.16.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
go: downloading cloud.google.com/go/auth v0.18.1
go: downloading golang.org/x/oauth2 v0.34.0
go: downloading github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2
go: downloading github.com/containerd/fifo v1.1.0
go: downloading github.com/containerd/typeurl/v2 v2.2.3
go: downloading github.com/moby/sys/signal v0.7.1
go: downloading github.com/opencontainers/runtime-spec v1.2.1
go: downloading github.com/opencontainers/selinux v1.13.1
go: downloading github.com/containerd/ttrpc v1.2.7
go: downloading github.com/containerd/log v0.1.0
go: downloading golang.org/x/tools v0.40.0
go: downloading github.com/tklauser/numcpus v0.11.0
go: downloading github.com/go-faster/city v1.0.1
go: downloading github.com/go-faster/errors v0.7.1
go: downloading github.com/klauspost/compress v1.18.3
go: downloading github.com/pierrec/lz4/v4 v4.1.25
go: downloading github.com/segmentio/asm v1.2.1
go: downloading github.com/paulmach/orb v0.12.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/go-playground/locales v0.14.1
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading github.com/go-openapi/errors v0.22.6
go: downloading github.com/go-openapi/strfmt v0.25.0
go: downloading github.com/go-openapi/swag v0.25.4
go: downloading github.com/go-openapi/validate v0.25.1
go: downloading go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
go: downloading github.com/sasha-s/go-deadlock v0.3.6
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/mackerelio/go-osstat v0.2.6
go: downloading go.uber.org/dig v1.17.1
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86
go: downloading github.com/mdlayher/socket v0.5.1
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/moby/sys/sequential v0.6.0
go: downloading github.com/moby/sys/user v0.4.0
go: downloading github.com/moby/sys/userns v0.1.0
go: downloading github.com/shirou/gopsutil/v4 v4.25.6
go: downloading github.com/shirou/gopsutil v3.21.11+incompatible
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading sigs.k8s.io/kustomize/api v0.20.1
go: downloading sigs.k8s.io/kustomize/kyaml v0.20.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/cyphar/filepath-securejoin v0.6.1
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
go: downloading k8s.io/apiextensions-apiserver v0.35.0
go: downloading github.com/BurntSushi/toml v1.5.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.18.1
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/aquasecurity/trivy-db v0.0.0-20251222105351-a833f47f8f0d
go: downloading github.com/google/licenseclassifier/v2 v2.0.0
go: downloading github.com/masahiro331/go-disk v0.0.0-20240625071113-56c933208fee
go: downloading github.com/masahiro331/go-ext4-filesystem v0.0.0-20240620024024-ca14e6327bbd
go: downloading github.com/masahiro331/go-xfs-filesystem v0.0.0-20231205045356-1b22259a6c44
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
go: downloading github.com/Microsoft/hcsshim v0.14.0-rc.1
go: downloading github.com/containerd/continuity v0.4.5
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.17.6
go: downloading github.com/go-openapi/swag/cmdutils v0.25.4
go: downloading github.com/go-openapi/swag/conv v0.25.4
go: downloading github.com/go-openapi/swag/fileutils v0.25.4
go: downloading github.com/go-openapi/swag/jsonname v0.25.4
go: downloading github.com/go-openapi/swag/jsonutils v0.25.4
go: downloading github.com/go-openapi/swag/loading v0.25.4
go: downloading github.com/go-openapi/swag/mangling v0.25.4
go: downloading github.com/go-openapi/swag/netutils v0.25.4
go: downloading github.com/go-openapi/swag/stringutils v0.25.4
go: downloading github.com/go-openapi/swag/typeutils v0.25.4
go: downloading github.com/go-openapi/swag/yamlutils v0.25.4
go: downloading github.com/go-openapi/analysis v0.24.1
go: downloading github.com/go-openapi/jsonpointer v0.22.4
go: downloading github.com/go-openapi/loads v0.23.2
go: downloading github.com/go-openapi/spec v0.22.3
go: downloading github.com/gopacket/gopacket v1.5.0
go: downloading github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe
go: downloading github.com/go-openapi/runtime v0.29.2
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.39.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/go-openapi/jsonreference v0.21.4
go: downloading github.com/vbatts/tar-split v0.12.2
go: downloading github.com/zclconf/go-cty v1.17.0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/sergi/go-diff v1.4.0
go: downloading github.com/aquasecurity/go-version v0.0.1
go: downloading github.com/aquasecurity/trivy-checks v1.12.2-0.20251219190323-79d27547baf5
go: downloading github.com/open-policy-agent/opa v1.11.0
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/moby/buildkit v0.26.2
go: downloading github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
go: downloading github.com/knqyf263/go-deb-version v0.0.0-20241115132648-6f4aee6ccd23
go: downloading github.com/knqyf263/go-rpmdb v0.1.1
go: downloading github.com/sassoftware/go-rpmutils v0.4.0
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/containers/azcontainerregistry v0.2.3
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.53.1
go: downloading github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
go: downloading github.com/GoogleCloudPlatform/docker-credential-gcr/v2 v2.1.30
go: downloading github.com/docker/docker-credential-helpers v0.9.3
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/google/go-github/v62 v62.0.0
go: downloading github.com/hashicorp/go-getter v1.8.3
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.11
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
go: downloading github.com/cilium/workerpool v1.3.0
go: downloading github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading github.com/ebitengine/purego v0.8.4
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading k8s.io/cli-runtime v0.35.0
go: downloading oras.land/oras-go v1.2.5
go: downloading oras.land/oras-go/v2 v2.6.0
go: downloading github.com/go-errors/errors v1.5.1
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/hashicorp/hcl/v2 v2.24.0
go: downloading github.com/zclconf/go-cty-yaml v1.1.0
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/lestrrat-go/jwx/v3 v3.0.12
go: downloading github.com/lestrrat-go/jwx v1.2.29
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/nikolalohinski/gonja/v2 v2.4.2
go: downloading github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0
go: downloading github.com/aquasecurity/go-npm-version v0.0.2
go: downloading github.com/aquasecurity/go-pep440-version v0.0.1
go: downloading github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c
go: downloading github.com/DataDog/zstd v1.5.5
go: downloading github.com/ProtonMail/go-crypto v1.3.0
go: downloading github.com/ulikunitz/xz v0.5.15
go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go: downloading github.com/in-toto/in-toto-golang v0.9.0
go: downloading go.uber.org/zap v1.27.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading cloud.google.com/go/storage v1.57.1
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.92.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-version v1.8.0
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading cyphar.com/go-pathrs v0.2.1
go: downloading sigs.k8s.io/controller-runtime v0.22.4
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading github.com/emicklei/go-restful/v3 v3.13.0
go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
go: downloading k8s.io/kubectl v0.35.0
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.8.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/owenrumney/squealer v1.2.12
go: downloading mvdan.cc/sh/v3 v3.12.0
go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
go: downloading github.com/lestrrat-go/option/v2 v2.0.0
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.4
go: downloading github.com/lestrrat-go/httprc/v3 v3.0.1
go: downloading github.com/lestrrat-go/dsig v1.0.0
go: downloading github.com/lestrrat-go/dsig-secp256k1 v1.0.0
go: downloading github.com/valyala/fastjson v1.6.4
go: downloading go.opentelemetry.io/otel/sdk v1.39.0
go: downloading github.com/tchap/go-patricia/v2 v2.3.3
go: downloading github.com/vektah/gqlparser/v2 v2.5.31
go: downloading github.com/yashtewari/glob-intersection v0.2.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/containerd/containerd/v2 v2.2.0
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.10.0
go: downloading github.com/CycloneDX/cyclonedx-go v0.9.3
go: downloading github.com/knqyf263/go-rpm-version v0.0.0-20220614171824-631e686d1075
go: downloading github.com/spdx/tools-golang v0.5.5
go: downloading github.com/shibumi/go-pathspec v1.3.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/toqueteos/webbrowser v1.2.0
go: downloading cloud.google.com/go/iam v1.5.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.38.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.39.0
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.3
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.14
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.5
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.14
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/containerd/cgroups/v3 v3.1.0
go: downloading sigs.k8s.io/gateway-api v1.4.0
go: downloading sigs.k8s.io/mcs-api v0.3.1-0.20251224112231-f4767b9e5a04
go: downloading github.com/cilium/proxy v0.0.0-20250623105955-2136f59a4ea1
go: downloading go.etcd.io/etcd/api/v3 v3.6.7
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.6.7
go: downloading go.etcd.io/etcd/client/v3 v3.6.7
go: downloading k8s.io/component-base v0.35.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading k8s.io/apiserver v0.35.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/aquasecurity/iamgo v0.0.10
go: downloading github.com/containerd/plugin v1.0.0
go: downloading github.com/moby/moby/api v1.52.0
go: downloading github.com/moby/moby/client v0.2.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
go: downloading github.com/cloudflare/circl v1.6.1
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading cloud.google.com/go/monitoring v1.24.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0
go: downloading github.com/cloudflare/cfssl v1.6.5
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/coreos/go-systemd/v22 v22.6.0
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/chai2010/gettext-go v1.0.3
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/go-git/go-git/v5 v5.16.4
go: downloading github.com/go-git/go-billy/v5 v5.6.2
go: downloading github.com/agnivade/levenshtein v1.2.1
go: downloading github.com/aquasecurity/jfather v0.0.8
go: downloading golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93
go: downloading github.com/fvbommel/sortorder v1.1.0
go: downloading github.com/moby/sys/atomicwriter v0.1.0
go: downloading go.opentelemetry.io/proto/otlp v1.7.1
go: downloading github.com/samber/oops v1.18.1
go: downloading go.etcd.io/bbolt v1.4.3
go: downloading github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.36.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/oklog/ulid/v2 v2.1.1
go: downloading github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f
go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.2
go: downloading github.com/go-jose/go-jose/v4 v4.1.3
go: downloading cel.dev/expr v0.24.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v1.4.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: github.com/castai/kvisor/cmd/agent/daemon/conntrack imports
	github.com/cilium/cilium/pkg/maps/lbmap: cannot find module providing package github.com/cilium/cilium/pkg/maps/lbmap
go: warning: github.com/openshift/api@v3.9.0+incompatible: retracted by module author: v3.9.0 is the only tag in openshift/api and it was created before go.mod was
go: to switch to the latest unretracted version, run:
	go get github.com/openshift/api@latest

@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jan 20, 2026
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 20, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 7df1198 to b78f301 Compare January 28, 2026 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0f3ba7c to 5e4c2d9 Compare February 4, 2026 01:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e4c2d9 to 1336928 Compare February 4, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants