Skip to content
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

cadvisor/0.49.1-r1: cve remediation #15173

Merged
merged 4 commits into from Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 12 additions & 1 deletion cadvisor.yaml
@@ -1,7 +1,7 @@
package:
name: cadvisor
version: 0.49.1
epoch: 1
epoch: 2
description: Analyzes resource usage and performance characteristics of running containers.
copyright:
- license: Apache-2.0
Expand All @@ -22,6 +22,17 @@ pipeline:
tag: v${{package.version}}
expected-commit: 6f3f25bac19f9f485935a19a28bdcf4edb507d80

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
go-version: 1.20

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
go-version: 1.20
modroot: cmd

- runs: |
./build/build.sh

Expand Down