-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Updating Go dependency: Docker and Git to fix CVE #20689
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
Conversation
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Tool: gitpod/catfood.gitpod.cloud
931d526
to
fb8b98f
Compare
…ions Tool: gitpod/catfood.gitpod.cloud
It seems that we need to pin opentelemetry dependency because the Dokcer version upgrade is causing a chain of dependency issues. It's now pulling in a newer version of the OpenTelemetry dependencies, but there's a package structure change in OpenTelemetry that's causing the issue. Pinning OpenTelemetry dependencies to compatible versions to resolve go mod tidy failures after upgrading github.com/docker/docker. The newer Docker version was pulling in incompatible OpenTelemetry packages with changed API structure. |
I think doing the pins is good, if it reduces the CVEs. @corneliusludmann Did you do the |
|
@corneliusludmann Waiting for this regression test to be 🟢 : https://github.com/gitpod-io/gitpod/actions/runs/13991634122/job/39177564025 Update: DONE! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change look great! ✔️
/unhold |
Description
Updating Go dependency: Docker and Git to fix CVE
/hold