[mcr25.0] Bump dependencies to fix CVEs#10
Merged
Conversation
Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
f017105 to
2cd14d2
Compare
grpc >= v1.65.0 depends on go.opentelemetry.io/otel, so the OTel stack is bumped in lockstep: otel v1.14.0 -> v1.39.0, contrib instrumentation (otelgrpc, otelhttp, otelhttptrace) v0.40.0 -> v0.48.0, protobuf v1.36.11. otelgrpc is capped at v0.48.0: v0.49.0 removed the interceptor API still used by the vendored Mirantis buildkit fork. Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
2cd14d2 to
04bfc20
Compare
Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
c28640b to
09fee11
Compare
corhere
requested changes
Jul 8, 2026
Collaborator
There was a problem hiding this comment.
Looks like some OTEL SDK hell still needs to be addressed. E.g.:
=== FAIL: tests TestIntegration/TestImageIDOutput/worker=docker (1.53s)
ERROR: conflicting Schema URL: https://opentelemetry.io/schemas/1.40.0 and https://opentelemetry.io/schemas/1.17.0
build.go:165:
Error Trace: /src/tests/build.go:165
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:91
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:205
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestImageIDOutput/worker=docker
Mirantis/buildkit@9863dd3 (or Mirantis/buildkit@9cbf3ac) will need to be cherry-picked to our buildkit v0.13-beta branch to resolve this.
Picks up the backport of moby/buildkit 9863dd307 (detect: sever semconv relationship to otel sdk). Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
Collaborator
Author
Done. Thank you! |
corhere
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump: