Skip to content

fix(deps): update all non-major dependencies#512

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#512
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

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.1 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.289.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.26.0 age confidence
golang.org/x/mod require minor v0.28.0v0.33.0 age confidence
golang.org/x/net require minor v0.46.0v0.50.0 age confidence
golang.org/x/sys require minor v0.37.0v0.41.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.9.0 age confidence
google.golang.org/api require minor v0.256.0v0.266.0 OpenSSF Scorecard age confidence
google.golang.org/grpc require minor v1.76.0v1.79.1 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.1 OpenSSF Scorecard age confidence
k8s.io/apimachinery require minor v0.32.3v0.35.1 OpenSSF Scorecard age confidence
k8s.io/client-go require minor v0.32.3v0.35.1 OpenSSF Scorecard age confidence
k8s.io/cri-api require minor v0.32.2v0.35.1 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

Compare Source

What's Changed

Bug fixes 🐛

Full Changelog: <https://github.com/Cli


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 7 times, most recently from d03799c to b0ccd27 Compare February 5, 2026 14:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 8218d63 to c1f5c62 Compare February 13, 2026 09:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from af740ec to 4b52366 Compare February 15, 2026 09:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b52366 to 5a42372 Compare February 16, 2026 06:12
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