[PR #2397] [CLOSED] build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.15.0 #2426

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2397
Author: @dependabot[bot]
Created: 7/15/2024
Status: Closed

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


📝 Commits (1)

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

📊 Changes

2 files changed (+37 additions, -44 deletions)

View changed files

📝 go.mod (+13 -14)
📝 go.sum (+24 -30)

📄 Description

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

Release notes

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

v0.15.0

Welcome to the v0.15.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
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Talon Bowler
  • CrazyMax
  • David Karlsson
  • Aleksa Sarai
  • Anthony Nandaa
  • Erik Sipsma
  • Jonathan A. Sternberg
  • Justin Chadwell
  • Alano Terblanche
  • Brian Goff
  • Jesper Noordsij
  • Moritz "WanzenBug" Wanzenböck
  • Nobi
  • Paweł Gronowski
  • Shaun Thompson
  • fanjiyun.fjy
  • retornam

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.9.0 changelog
  • History API now puts typed error information on a separate blob to reduce the size of the main record #5093 #5142
  • History API supports new Finalize call for completing collection of tracing instead of waiting for time based expiration #5109
  • Typed errors with source information now contain all description fields from failing vertex #5108
  • Windows now supports exporting results that contain certain privileged files #4994
  • Improve performance on calculating file-based checksums on certain cases #5060
  • TOML config now allows configuring cgroup parent for containerd worker #5033
  • Fix issue where files checked out from Git could have incorrect permission bits because of non-standard umask (regression from v0.13+) #5096
  • Fix pulling Git commits by SHA if they point to unreferenced tags #5072
  • Fix possible issue where result record could leak in cache database and not get released #5116
  • Fix possible nil dereference on cancelling build on a specific time #5111
  • Fix possible resource leak on cancelling build on a specific time #5031
  • Fix possible issue where cancelling build on a specific time could have still kept the container step running #5106
  • Fix theoretical telemetry record leak in case of database error #5136

... (truncated)

Commits
  • e83d79a Merge pull request #5135 from daghack/copy-ignored-file-check
  • 07fe324 Adds a rule check for copying files which match the .dockerignore patterns
  • 62ba6fe Merge pull request #5150 from tonistiigi/dockerfile-no-stage-error
  • 2a78bd3 Merge pull request #5149 from tonistiigi/update-gocsvvalue
  • 262634c dockerfile: avoid frontend panic when no stages defined
  • e38c064 Merge pull request #5141 from tonistiigi/testutil-mirror-fixes
  • fcb9a53 vendor: update go-csvvalue to ddb21b71
  • b6e33bc Merge pull request #5142 from tonistiigi/externalerr-release-fix
  • 4096e93 Merge pull request #5140 from jsternberg/lint-constant-platform-disallowed
  • 58753e8 checks: add check for constant in from platform flag
  • 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/2397 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.15.0` --- ### 📝 Commits (1) - [`a38525a`](https://github.com/nektos/act/commit/a38525a26d6553b1c8164ce63604e4636efff7fb) build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.15.0 ### 📊 Changes **2 files changed** (+37 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+13 -14) 📝 `go.sum` (+24 -30) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.15.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.15.0</h2> <p>Welcome to the v0.15.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>Akihiro Suda</li> <li>Sebastiaan van Stijn</li> <li>Talon Bowler</li> <li>CrazyMax</li> <li>David Karlsson</li> <li>Aleksa Sarai</li> <li>Anthony Nandaa</li> <li>Erik Sipsma</li> <li>Jonathan A. Sternberg</li> <li>Justin Chadwell</li> <li>Alano Terblanche</li> <li>Brian Goff</li> <li>Jesper Noordsij</li> <li>Moritz &quot;WanzenBug&quot; Wanzenböck</li> <li>Nobi</li> <li>Paweł Gronowski</li> <li>Shaun Thompson</li> <li>fanjiyun.fjy</li> <li>retornam</li> </ul> <h3>Notable Changes</h3> <ul> <li>Builtin Dockerfile frontend has been updated to v1.9.0 <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.9.0">changelog</a></li> <li>History API now puts typed error information on a separate blob to reduce the size of the main record <a href="https://redirect.github.com/moby/buildkit/issues/5093">#5093</a> <a href="https://redirect.github.com/moby/buildkit/issues/5142">#5142</a></li> <li>History API supports new Finalize call for completing collection of tracing instead of waiting for time based expiration <a href="https://redirect.github.com/moby/buildkit/issues/5109">#5109</a></li> <li>Typed errors with source information now contain all description fields from failing vertex <a href="https://redirect.github.com/moby/buildkit/issues/5108">#5108</a></li> <li>Windows now supports exporting results that contain certain privileged files <a href="https://redirect.github.com/moby/buildkit/issues/4994">#4994</a></li> <li>Improve performance on calculating file-based checksums on certain cases <a href="https://redirect.github.com/moby/buildkit/issues/5060">#5060</a></li> <li>TOML config now allows configuring cgroup parent for containerd worker <a href="https://redirect.github.com/moby/buildkit/issues/5033">#5033</a></li> <li>Fix issue where files checked out from Git could have incorrect permission bits because of non-standard umask (regression from v0.13+) <a href="https://redirect.github.com/moby/buildkit/issues/5096">#5096</a></li> <li>Fix pulling Git commits by SHA if they point to unreferenced tags <a href="https://redirect.github.com/moby/buildkit/issues/5072">#5072</a></li> <li>Fix possible issue where result record could leak in cache database and not get released <a href="https://redirect.github.com/moby/buildkit/issues/5116">#5116</a></li> <li>Fix possible nil dereference on cancelling build on a specific time <a href="https://redirect.github.com/moby/buildkit/issues/5111">#5111</a></li> <li>Fix possible resource leak on cancelling build on a specific time <a href="https://redirect.github.com/moby/buildkit/issues/5031">#5031</a></li> <li>Fix possible issue where cancelling build on a specific time could have still kept the container step running <a href="https://redirect.github.com/moby/buildkit/issues/5106">#5106</a></li> <li>Fix theoretical telemetry record leak in case of database error <a href="https://redirect.github.com/moby/buildkit/issues/5136">#5136</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/e83d79a51fb49aeb921d8a2348ae14a58701c98c"><code>e83d79a</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5135">#5135</a> from daghack/copy-ignored-file-check</li> <li><a href="https://github.com/moby/buildkit/commit/07fe32463a8ebb839b0a556fb2248c10c190d0cb"><code>07fe324</code></a> Adds a rule check for copying files which match the .dockerignore patterns</li> <li><a href="https://github.com/moby/buildkit/commit/62ba6fe3db2c514424dc84b2fc3a073a80fa3830"><code>62ba6fe</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5150">#5150</a> from tonistiigi/dockerfile-no-stage-error</li> <li><a href="https://github.com/moby/buildkit/commit/2a78bd32418dabe5bc613cff8cce61d690a49827"><code>2a78bd3</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5149">#5149</a> from tonistiigi/update-gocsvvalue</li> <li><a href="https://github.com/moby/buildkit/commit/262634c8f76cb0995e65452a6384af5c2121ab37"><code>262634c</code></a> dockerfile: avoid frontend panic when no stages defined</li> <li><a href="https://github.com/moby/buildkit/commit/e38c064155c1dd9046a53f73f1429636be6c810b"><code>e38c064</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5141">#5141</a> from tonistiigi/testutil-mirror-fixes</li> <li><a href="https://github.com/moby/buildkit/commit/fcb9a531d681795ddfecc48169504daf587923f5"><code>fcb9a53</code></a> vendor: update go-csvvalue to ddb21b71</li> <li><a href="https://github.com/moby/buildkit/commit/b6e33bc0e6ec9b88e48ec396369b9bb206dd094f"><code>b6e33bc</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5142">#5142</a> from tonistiigi/externalerr-release-fix</li> <li><a href="https://github.com/moby/buildkit/commit/4096e935760b640bd8c57d259da4ac70089037ef"><code>4096e93</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5140">#5140</a> from jsternberg/lint-constant-platform-disallowed</li> <li><a href="https://github.com/moby/buildkit/commit/58753e89212e07d54d3e0825b28b67b7ac89d506"><code>58753e8</code></a> checks: add check for constant in from platform flag</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.13.2...v0.15.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.15.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:23 +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#2426
No description provided.