Backport PR #3606 to release/v1.7 for Update dependencies - #3607
Conversation
* Update dependencies Signed-off-by: kpango <kpango@vdaas.org> * Update codeql-autobuild to unify versions --------- Signed-off-by: kpango <kpango@vdaas.org> Co-authored-by: Matts966 <matts966@vdaas.org>
Deploying vald with
|
| Latest commit: |
895a71a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://80653838.vald.pages.dev |
| Branch Preview URL: | https://backport-release-v1-7-refact-kufn.vald.pages.dev |
|
[CHATOPS:HELP] ChatOps commands.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| ARG TARGETOS | ||
| ARG GO_VERSION | ||
| ARG RUST_VERSION | ||
| <<<<<<< HEAD:dockers/tools/benchmark/operator/Dockerfile |
There was a problem hiding this comment.
Description
This pull request primarily updates dependencies and tools across the codebase to their latest versions, focusing on GitHub Actions, Docker, and Go-related tooling. These updates help maintain compatibility, security, and stability in CI/CD workflows and development environments. The changes also include updates to version references in documentation and template files.
Dependency and Tooling Updates
Updated GitHub Actions used in workflows to newer versions for improved features and security, including
actions/checkout(v7.0.1),actions/labeler(v7.0.0),docker/login-action(v4.6.0), andgithub/codeql-action(v4.37.7). (.github/workflows/labeler.yaml,.github/workflows/semver-major-minor.yaml,.github/workflows/test-hack.yaml,.github/workflows/update-protobuf.yaml,.github/workflows/_docker-image.yaml,.github/workflows/codeql-analysis.yml) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Updated Trivy and CodeQL-related actions to their latest versions in the Docker image scanning workflow for enhanced vulnerability scanning and reporting. (
.github/actions/scan-docker-image/action.yaml) [1] [2]Documentation and Template Updates
.github/ISSUE_TEMPLATE/bug_report.md,.github/ISSUE_TEMPLATE/security_issue_report.md,.github/PULL_REQUEST_TEMPLATE.md) [1] [2] [3]Generated Code Updates
protoc-gen-go v1.36.12(was v1.36.11), ensuring generated code is up-to-date with the latest tooling. (apis/grpc/v1/agent/core/agent.pb.go,apis/grpc/v1/agent/sidecar/sidecar.pb.go,apis/grpc/v1/discoverer/discoverer.pb.go,apis/grpc/v1/filter/egress/egress_filter.pb.go,apis/grpc/v1/filter/ingress/ingress_filter.pb.go,apis/grpc/v1/meta/meta.pb.go,apis/grpc/v1/mirror/mirror.pb.go,apis/grpc/v1/payload/payload.pb.go,apis/grpc/v1/rpc/errdetails/error_details.pb.go,apis/grpc/v1/rpc/stats/stats.pb.go) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Related Issue
Versions
Checklist
Special notes for your reviewer
Summary by CodeRabbit
Documentation
Chores