Skip to content

Update all non-major dependencies #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF Age Adoption Passing Confidence
bpftrace minor 0.22.1 -> 0.23.1 OpenSSF Scorecard age adoption passing confidence
clickhouse/clickhouse-server minor 25.2.1.3085-alpine -> 25.4.1.2934-alpine age adoption passing confidence
github.com/ClickHouse/clickhouse-go/v2 require minor v2.32.2 -> v2.34.0 OpenSSF Scorecard age adoption passing confidence
github.com/aquasecurity/trivy require minor v0.60.0 -> v0.61.1 OpenSSF Scorecard age adoption passing confidence
github.com/castai/image-analyzer require patch v0.7.2 -> v0.7.3 OpenSSF Scorecard age adoption passing confidence
github.com/cilium/cilium require patch v1.17.0-pre.2 -> v1.17.3 OpenSSF Scorecard age adoption passing confidence
github.com/cilium/ebpf require minor v0.17.3 -> v0.18.0 OpenSSF Scorecard age adoption passing confidence
github.com/go-playground/validator/v10 require minor v10.25.0 -> v10.26.0 OpenSSF Scorecard age adoption passing confidence
github.com/golang/glog require patch v1.2.4 -> v1.2.5 OpenSSF Scorecard age adoption passing confidence
github.com/magiconair/properties require patch v1.8.9 -> v1.8.10 OpenSSF Scorecard age adoption passing confidence
github.com/prometheus/client_golang require minor v1.21.1 -> v1.22.0 OpenSSF Scorecard age adoption passing confidence
github.com/samber/lo require minor v1.49.1 -> v1.50.0 OpenSSF Scorecard age adoption passing confidence
github.com/spf13/viper require minor v1.19.0 -> v1.20.1 OpenSSF Scorecard age adoption passing confidence
github.com/testcontainers/testcontainers-go require minor v0.35.0 -> v0.37.0 OpenSSF Scorecard age adoption passing confidence
go (source) toolchain patch 1.24.1 -> 1.24.2 OpenSSF Scorecard age adoption passing confidence
go patch 1.24.0 -> 1.24.1 age adoption passing confidence
golang.org/x/mod require minor v0.23.0 -> v0.24.0 age adoption passing confidence
golang.org/x/net require minor v0.37.0 -> v0.39.0 age adoption passing confidence
golang.org/x/sync require minor v0.12.0 -> v0.13.0 age adoption passing confidence
golang.org/x/sys require minor v0.31.0 -> v0.32.0 age adoption passing confidence
golangci-lint patch 2.0.0 -> 2.0.2 age adoption passing confidence
google.golang.org/grpc require minor v1.71.0 -> v1.72.0 OpenSSF Scorecard age adoption passing confidence
google.golang.org/protobuf require patch v1.36.5 -> v1.36.6 OpenSSF Scorecard age adoption passing confidence
k8s.io/api require minor v0.32.2 -> v0.33.0 OpenSSF Scorecard age adoption passing confidence
k8s.io/apimachinery require minor v0.32.2 -> v0.33.0 OpenSSF Scorecard age adoption passing confidence
k8s.io/client-go require minor v0.32.2 -> v0.33.0 OpenSSF Scorecard age adoption passing confidence
k8s.io/cri-api require minor v0.32.2 -> v0.33.0 OpenSSF Scorecard age adoption passing confidence
kubectl patch 1.32.2 -> 1.32.3 OpenSSF Scorecard age adoption passing confidence
protoc-gen-go patch 1.36.5 -> 1.36.6 age adoption passing confidence

Release Notes

bpftrace/bpftrace (bpftrace)

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

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.33.1...v2.34.0

v2.33.1

Compare Source

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.33.0...v2.33.1

v2.33.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.32.2...v2.33.0

aquasecurity/trivy (github.com/aquasecurity/trivy)

v0.61.1

Compare Source

Changelog

  • 7d3b4ff release: v0.61.1 [release/v0.61] (#​8704)
  • 80d120f fix(k8s): skip passed misconfigs for the summary report [backport: release/v0.61] (#​8748)
  • 9d6290b fix(k8s): correct compare artifact versions [backport: release/v0.61] (#​8699)
  • 3799ebb test: use aquasecurity repository for test images [backport: release/v0.61] (#​8698)

v0.61.0

Compare Source

⚡Release highlights and summary⚡

👉 https://github.com/aquasecurity/trivy/discussions/8639

Changelog

https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0610-2025-03-28

castai/image-analyzer (github.com/castai/image-analyzer)

v0.7.3

Compare Source

What's Changed

Full Changelog: castai/image-analyzer@v0.7.2...v0.7.3

cilium/cilium (github.com/cilium/cilium)

v1.17.3: 1.17.3

Compare Source

Summary of Changes

Minor Changes:

Bugfixes:

CI Changes:

Misc Changes:


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

  • 39 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.19.1 -> v0.20.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 -> v1.26.0
github.com/agnivade/levenshtein v1.2.0 -> v1.2.1
github.com/aquasecurity/trivy-checks v1.7.1 -> v1.8.1
github.com/aws/aws-sdk-go-v2/config v1.29.8 -> v1.29.9
github.com/aws/aws-sdk-go-v2/credentials v1.17.61 -> v1.17.62
github.com/aws/aws-sdk-go-v2/service/ecr v1.42.0 -> v1.42.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.0 -> v1.78.1
github.com/aws/aws-sdk-go-v2/service/sso v1.25.0 -> v1.25.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.0 -> v1.29.1
github.com/aws/aws-sdk-go-v2/service/sts v1.33.16 -> v1.33.17
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 -> v0.0.0-20250408103314-d3be7c547203
github.com/cilium/statedb v0.3.4 -> v0.3.6
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 -> v0.0.0-20250326154945-ae57f3c0d45f
github.com/go-git/go-git/v5 v5.13.2 -> v5.14.0
github.com/open-policy-agent/opa v1.1.0 -> v1.2.0
github.com/skeema/knownhosts v1.3.0 -> v1.3.1
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 -> v1.3.1-0.20250303224720-0e7078ed04c8
k8s.io/component-base v0.32.2 -> v0.32.3
k8s.io/kubectl v0.32.2 -> v0.32.3
mvdan.cc/sh/v3 v3.10.0 -> v3.11.0
sigs.k8s.io/controller-runtime v0.19.3 -> v0.20.1
github.com/cheggaaa/pb/v3 v3.1.6 -> v3.1.7
github.com/cloudflare/circl v1.5.0 -> v1.6.0
github.com/cyphar/filepath-securejoin v0.3.6 -> v0.4.1
github.com/docker/docker v27.5.1+incompatible -> v28.0.4+incompatible
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/sagikazarmark/locafero v0.6.0 -> v0.7.0
github.com/spf13/afero v1.11.0 -> v1.12.0
golang.org/x/crypto v0.36.0 -> v0.37.0
golang.org/x/term v0.30.0 -> v0.31.0
golang.org/x/text v0.23.0 -> v0.24.0
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 -> v0.0.0-20240903120638-7835f813f4da
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250407143221-ac9807e6c755
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250407143221-ac9807e6c755
k8s.io/cli-runtime v0.32.2 -> v0.32.3
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 3 times, most recently from 67694a2 to 8865153 Compare April 26, 2025 18:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8865153 to d22e8da Compare April 29, 2025 16:30
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