You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verifying github.com/google/cadvisor@v0.49.1: checksum mismatch
downloaded: h1:L9S9Pdb/uu1HA2PGmgBG4q/V3s9Ct3VWsLicarHVvfQ=
go.sum: h1:9M++63nWvdq6Oci6wUDuAfQNTZpuz1ZObln0Bhs9xN0=
SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
It looks like the issue is related to #32368, at least I'm able to reproduce this issue setting GOPROXY to https://goproxy.cncf.actuated.dev,direct
The text was updated successfully, but these errors were encountered:
I see google/cadvisor#3508 caused this and created issues with proxies. We can revert cadvisor to 0.49.0 to fix the issue for now, as was done here: flightctl/flightctl#206
The bump to 0.49.1 of cadvisor wasn't for any noteworthy purpose (no CVE fixes, major functionality introduced), so I have no problem with rolling back.
cadvisor `v0.49.1` caused an issue with proxies as it has a different
hash than it originally had for the same release. Rolling back to
`v0.49.0` to resolve CI/CD failures until `v0.49.2` or a new release is
created.
Resolves#32381
Component(s)
No response
Describe the issue you're reporting
Install dependencies fails with checksum mismatch for cadvisor, example failure: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8680678623/job/23801791610
It looks like the issue is related to #32368, at least I'm able to reproduce this issue setting
GOPROXY
tohttps://goproxy.cncf.actuated.dev,direct
The text was updated successfully, but these errors were encountered: