Skip to content

chore(deps): bump github.com/moby/buildkit from 0.26.3 to 0.27.1#5307

Merged
estellesoulard merged 4 commits intomasterfrom
dependabot/go_modules/github.com/moby/buildkit-0.27.1
Feb 9, 2026
Merged

chore(deps): bump github.com/moby/buildkit from 0.26.3 to 0.27.1#5307
estellesoulard merged 4 commits intomasterfrom
dependabot/go_modules/github.com/moby/buildkit-0.27.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps github.com/moby/buildkit from 0.26.3 to 0.27.1.

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.27.1

Welcome to the v0.27.1 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • CrazyMax
  • Sebastiaan van Stijn
  • Tõnis Tiigi

Notable Changes

Dependency Changes

  • github.com/klauspost/compress v1.18.2 -> v1.18.3
  • github.com/moby/policy-helpers 9fcc1a9ec5c9 -> eeebf1a0ab2b

Previous release can be found at v0.27.0

v0.27.0

buildkit 0.27.0

Welcome to the v0.27.0 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Justin Chadwell
  • Jonathan A. Sternberg
  • David Karlsson
  • Dawei Wei
  • Natnael Gebremariam
  • Aleksandr Karpinskii
  • Amr Mahdi
  • Brian Goff
  • Joyal George K J

... (truncated)

Commits
  • 5fbebf9 Merge pull request #6497 from crazy-max/v0.27_picks_v0.27.1
  • 6f52322 vendor: github.com/klauspost/compress v1.18.3
  • 4651691 vendor: update moby/policy-helpers to eeebf1a
  • 2bcd66d Merge pull request #6482 from tonistiigi/v0.27-picks-2
  • 6c53e9e forwarder: fix concurrent map write panic in the gateway forwarder
  • 64bc21a Merge pull request #6479 from tonistiigi/v0.27-picks
  • 6f380e6 vendor: align google.golang.org/genproto/xxx versions
  • a9c91f7 vendor: update go-actions-cache to 54bc28c2
  • b2fc80e Merge pull request #6473 from tonistiigi/attestation-index-error
  • a50e8a1 source: avoid error when attestation asked from non-index
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2026
@dependabot dependabot bot requested a review from remyleone as a code owner January 30, 2026 07:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2026
@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.47%. Comparing base (1f1dda7) to head (737977f).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5307   +/-   ##
=======================================
  Coverage   55.47%   55.47%           
=======================================
  Files         320      320           
  Lines       72193    72193           
=======================================
  Hits        40046    40046           
  Misses      30653    30653           
  Partials     1494     1494           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/buildkit-0.27.1 branch 2 times, most recently from 196b346 to 47b1327 Compare February 3, 2026 15:54
@jremy42 jremy42 requested a review from a team as a code owner February 4, 2026 08:47
@github-actions github-actions bot added the container Container issues, bugs and feature requests label Feb 4, 2026
@estellesoulard
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@estellesoulard
Copy link
Contributor

@dependabot recreate

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.26.3 to 0.27.1.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.26.3...v0.27.1)

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/buildkit-0.27.1 branch from f50f26c to 0159c2b Compare February 9, 2026 09:47
@github-actions github-actions bot removed the container Container issues, bugs and feature requests label Feb 9, 2026
@github-actions github-actions bot added the container Container issues, bugs and feature requests label Feb 9, 2026
@estellesoulard estellesoulard added this pull request to the merge queue Feb 9, 2026
Merged via the queue into master with commit 7ec8e84 Feb 9, 2026
124 checks passed
@estellesoulard estellesoulard deleted the dependabot/go_modules/github.com/moby/buildkit-0.27.1 branch February 9, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

container Container issues, bugs and feature requests dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants