feat(deps): github.com/moby/buildkit v0.33.0-rc1 - #14138
Draft
thaJeztah wants to merge 1 commit into
Draft
Conversation
Member
Author
|
Just testing the RC |
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR performs a routine dependency bump, upgrading github.com/moby/buildkit from v0.32.2 to v0.33.0-rc1, along with transitive updates to containerd (v2.3.4), OTel core (v1.45.0), OTel contrib (v0.70.0), grpc (v1.83.2), golang.org/x/crypto (v0.55.0), golang.org/x/net (v0.58.0), and several other indirect dependencies.
Analysis summary:
- The moby/buildkit v0.33.0-rc1 RC pin is intentional: docker/compose and buildkit share the same Docker/Moby org, and this project has an established pattern of tracking RC versions for integration testing (containerd/platforms was already at v1.0.0-rc.4, now v1.0.0-rc.5). Compose is distributed as a compiled binary, not a library, so the RC pin does not propagate as a go module dependency to end users.
- OTel version alignment is correct: all core packages move to v1.45.0 and contrib packages to v0.70.0 consistently.
- Security-relevant packages (golang.org/x/crypto, golang.org/x/net) are incremental updates with no known outstanding CVEs at the target versions.
- grpc v1.83.2 and protobuf v1.36.12 (GA, not pre-release) align correctly with the updated genproto packages.
- No indirect dependency downgrades or version conflicts detected.
No actionable issues found.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
|
@thaJeztah can you rebase it and fix the conflicts please? |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah
force-pushed
the
bump_buildkit
branch
from
August 27, 2026 11:13
c6b514c to
25cf3d8
Compare
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.
What I did
Related issue
(not mandatory) A picture of a cute animal, if possible in relation to what you did