[PR #2554] [CLOSED] build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.18.0 #2498

Closed
opened 2026-03-01 21:55:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2554
Author: @dependabot[bot]
Created: 12/2/2024
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/moby/buildkit-0.18.0


📝 Commits (1)

  • e1b4fc6 build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.18.0

📊 Changes

2 files changed (+87 additions, -93 deletions)

View changed files

📝 go.mod (+22 -25)
📝 go.sum (+65 -68)

📄 Description

Bumps github.com/moby/buildkit from 0.13.2 to 0.18.0.

Release notes

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

v0.18.0

buildkit 0.18.0

Welcome to the v0.18.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
  • David Karlsson
  • Jonathan A. Sternberg
  • Anthony Nandaa
  • Austin Vazquez
  • Erik Sipsma
  • Marat Radchenko
  • Brian Goff
  • Erik Sjölund
  • Justin Chadwell
  • Shaun Thompson
  • Tianon Gravi

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.12.0 changelog
  • Runc container runtime has been updated to v1.2.2 #5532
  • Allow graceful daemon stop while there are active history event requests #5522
  • Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) #5550
  • Improve stacktraces on cancellation errors #5536
  • Improve performance of recalculating content checksums after incremental context upload #5521
  • Fix leaving unreleased references behind after SBOM generation #5511
  • Make sure blob data is immediately released after deleting build history records #5515
  • Fix caching HTTP resources from servers that report the same ETag for different URLs #5549
  • Fix possible issue with uploaded build context when using old clients #5517
  • Fix old cache keys not being cleaned up by background garbage collection (worked for manual prune) #5540
  • Fix possible incorrect casing in provenance JSON #5524
  • Fix possible intermittent cancellation error when building from big build context due to internal gRPC bug #5530
  • Fix build errors on OpenBSD #5542
  • Fix possible issue when building from tarball URL on WCOW #5523
  • Fix warning of incompatible semconv configuration in OpenTelemetry #5503 #5501

Dependency Changes

... (truncated)

Commits
  • 95d190e Merge pull request #5549 from tonistiigi/etag-cache-fix
  • 3b38a1e Merge pull request #5550 from cpuguy83/metadata_view
  • de14049 Use view transaction for metadata read
  • 06ff841 http: fix etag cache scoping
  • 51fbdf3 Merge pull request #5548 from crazy-max/containerd-lld
  • 787d9d0 ci: test sandbox build with multiple platforms
  • af2d65b dockerfile: use lld linker for containerd build
  • 94d0f6e Merge pull request #5547 from crazy-max/fix-content-check-test
  • 0145090 dockerd: skip content check with containerd snapshotter
  • db6989a Merge pull request #5543 from tonistiigi/vendor-containerd-v1.7.24
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2554 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/2/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.18.0` --- ### 📝 Commits (1) - [`e1b4fc6`](https://github.com/nektos/act/commit/e1b4fc6a408cbda48cc6364c8131df062dd8502e) build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.18.0 ### 📊 Changes **2 files changed** (+87 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+22 -25) 📝 `go.sum` (+65 -68) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moby/buildkit/releases">github.com/moby/buildkit's releases</a>.</em></p> <blockquote> <h2>v0.18.0</h2> <p>buildkit 0.18.0</p> <p>Welcome to the v0.18.0 release of buildkit!</p> <p>Please try out the release binaries and report any issues at <a href="https://github.com/moby/buildkit/issues">https://github.com/moby/buildkit/issues</a>.</p> <h3>Contributors</h3> <ul> <li>Tõnis Tiigi</li> <li>CrazyMax</li> <li>Akihiro Suda</li> <li>Sebastiaan van Stijn</li> <li>David Karlsson</li> <li>Jonathan A. Sternberg</li> <li>Anthony Nandaa</li> <li>Austin Vazquez</li> <li>Erik Sipsma</li> <li>Marat Radchenko</li> <li>Brian Goff</li> <li>Erik Sjölund</li> <li>Justin Chadwell</li> <li>Shaun Thompson</li> <li>Tianon Gravi</li> </ul> <h3>Notable Changes</h3> <ul> <li>Builtin Dockerfile frontend has been updated to v1.12.0 <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.12.0">changelog</a></li> <li>Runc container runtime has been updated to v1.2.2 <a href="https://redirect.github.com/moby/buildkit/issues/5532">#5532</a></li> <li>Allow graceful daemon stop while there are active history event requests <a href="https://redirect.github.com/moby/buildkit/issues/5522">#5522</a></li> <li>Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) <a href="https://redirect.github.com/moby/buildkit/issues/5550">#5550</a></li> <li>Improve stacktraces on cancellation errors <a href="https://redirect.github.com/moby/buildkit/issues/5536">#5536</a></li> <li>Improve performance of recalculating content checksums after incremental context upload <a href="https://redirect.github.com/moby/buildkit/issues/5521">#5521</a></li> <li>Fix leaving unreleased references behind after SBOM generation <a href="https://redirect.github.com/moby/buildkit/issues/5511">#5511</a></li> <li>Make sure blob data is immediately released after deleting build history records <a href="https://redirect.github.com/moby/buildkit/issues/5515">#5515</a></li> <li>Fix caching HTTP resources from servers that report the same ETag for different URLs <a href="https://redirect.github.com/moby/buildkit/issues/5549">#5549</a></li> <li>Fix possible issue with uploaded build context when using old clients <a href="https://redirect.github.com/moby/buildkit/issues/5517">#5517</a></li> <li>Fix old cache keys not being cleaned up by background garbage collection (worked for manual prune) <a href="https://redirect.github.com/moby/buildkit/issues/5540">#5540</a></li> <li>Fix possible incorrect casing in provenance JSON <a href="https://redirect.github.com/moby/buildkit/issues/5524">#5524</a></li> <li>Fix possible intermittent cancellation error when building from big build context due to internal gRPC bug <a href="https://redirect.github.com/moby/buildkit/issues/5530">#5530</a></li> <li>Fix build errors on OpenBSD <a href="https://redirect.github.com/moby/buildkit/issues/5542">#5542</a></li> <li>Fix possible issue when building from tarball URL on WCOW <a href="https://redirect.github.com/moby/buildkit/issues/5523">#5523</a></li> <li>Fix warning of incompatible semconv configuration in OpenTelemetry <a href="https://redirect.github.com/moby/buildkit/issues/5503">#5503</a> <a href="https://redirect.github.com/moby/buildkit/issues/5501">#5501</a></li> </ul> <h3>Dependency Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/95d190ef4f18b57c717eaad703b67cb2be781ebb"><code>95d190e</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5549">#5549</a> from tonistiigi/etag-cache-fix</li> <li><a href="https://github.com/moby/buildkit/commit/3b38a1e3a8b2008a126472f8a715d2d5203f68a7"><code>3b38a1e</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5550">#5550</a> from cpuguy83/metadata_view</li> <li><a href="https://github.com/moby/buildkit/commit/de14049ae0ba6500cde0663ea4486bf44c097f29"><code>de14049</code></a> Use view transaction for metadata read</li> <li><a href="https://github.com/moby/buildkit/commit/06ff84125d87dbd7850a230cadcb5a9c1f7eca35"><code>06ff841</code></a> http: fix etag cache scoping</li> <li><a href="https://github.com/moby/buildkit/commit/51fbdf3fd512163e5ee632c9d398ca6120f72dd0"><code>51fbdf3</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5548">#5548</a> from crazy-max/containerd-lld</li> <li><a href="https://github.com/moby/buildkit/commit/787d9d078a3c4083d5f69f51a228151d61f969fe"><code>787d9d0</code></a> ci: test sandbox build with multiple platforms</li> <li><a href="https://github.com/moby/buildkit/commit/af2d65b52664bd3cbad2adad614fc4c2b7b2630f"><code>af2d65b</code></a> dockerfile: use lld linker for containerd build</li> <li><a href="https://github.com/moby/buildkit/commit/94d0f6ed85e504e1851495fa98485ffbd9cfddb0"><code>94d0f6e</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5547">#5547</a> from crazy-max/fix-content-check-test</li> <li><a href="https://github.com/moby/buildkit/commit/0145090aa4971a2818ea9d258ae85ddc28505277"><code>0145090</code></a> dockerd: skip content check with containerd snapshotter</li> <li><a href="https://github.com/moby/buildkit/commit/db6989ab182b94eebac1c18f12ddd6d52a8c0ef4"><code>db6989a</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5543">#5543</a> from tonistiigi/vendor-containerd-v1.7.24</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.13.2...v0.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moby/buildkit&package-manager=go_modules&previous-version=0.13.2&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2498
No description provided.