[PR #2410] [CLOSED] build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.15.1 #2432

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v0.15.1

Welcome to the v0.15.1 release of buildkit!

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

Contributors

  • CrazyMax
  • Tõnis Tiigi

Notable Changes

  • Fix possible panic when importing build record external error #5181
  • Fix regression with flock module where read-write mode was not applied anymore #5183

Dependency Changes

  • github.com/gofrs/flock v0.12.0 -> v0.12.1
  • golang.org/x/sys v0.21.0 -> v0.22.0

Previous release can be found at v0.15.0

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

... (truncated)

Commits
  • 979542e Merge pull request #5186 from crazy-max/v0.15.1_cherry-picks
  • 607455d vendor: bump github.com/gofrs/flock to v0.12.1
  • 4882c33 llbsolver: avoid nil releaser on error
  • 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
  • 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/2410 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.15.1` --- ### 📝 Commits (1) - [`d78e719`](https://github.com/nektos/act/commit/d78e71998f7ede4498018df906f34d4c5b75324e) build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.15.1 ### 📊 Changes **2 files changed** (+37 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+13 -14) 📝 `go.sum` (+24 -36) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.15.1. <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.1</h2> <p>Welcome to the v0.15.1 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>CrazyMax</li> <li>Tõnis Tiigi</li> </ul> <h3>Notable Changes</h3> <ul> <li>Fix possible panic when importing build record external error <a href="https://redirect.github.com/moby/buildkit/issues/5181">#5181</a></li> <li>Fix regression with flock module where read-write mode was not applied anymore <a href="https://redirect.github.com/moby/buildkit/issues/5183">#5183</a></li> </ul> <h3>Dependency Changes</h3> <ul> <li><strong>github.com/gofrs/flock</strong> v0.12.0 -&gt; v0.12.1</li> <li><strong>golang.org/x/sys</strong> v0.21.0 -&gt; v0.22.0</li> </ul> <p>Previous release can be found at <a href="https://github.com/moby/buildkit/releases/tag/v0.15.0">v0.15.0</a></p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/979542e90f2cb38077c808e0867d8d2c16ed10b8"><code>979542e</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5186">#5186</a> from crazy-max/v0.15.1_cherry-picks</li> <li><a href="https://github.com/moby/buildkit/commit/607455d48e26a1f8b96327cafc1704d2e38b6a2f"><code>607455d</code></a> vendor: bump github.com/gofrs/flock to v0.12.1</li> <li><a href="https://github.com/moby/buildkit/commit/4882c33e35a2d3ec5c990c5f0cb572f4844850d1"><code>4882c33</code></a> llbsolver: avoid nil releaser on error</li> <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>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.13.2...v0.15.1">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.1)](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:25 +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#2432
No description provided.