[PR #2113] [MERGED] build(deps): bump github.com/moby/buildkit from 0.12.3 to 0.12.4 #2272

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2113
Author: @dependabot[bot]
Created: 12/4/2023
Status: Merged
Merged: 12/4/2023
Merged by: @mergify[bot]

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


📝 Commits (1)

  • f438c5e build(deps): bump github.com/moby/buildkit from 0.12.3 to 0.12.4

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps github.com/moby/buildkit from 0.12.3 to 0.12.4.

Release notes

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

v0.12.4

Welcome to the 0.12.4 release of buildkit!

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

Notable changes

  • Fix possible concurrent map access on remote cache export #4346
  • Fix hang on debug server listener #4361
  • Fix possible deadlock in History API under high number of parallel builds #4362
  • Fix possible panic on handling deleted records in History API #4451
  • Fix possible data corruption in zstd library #4372
Commits
  • 833949d Merge pull request #4452 from crazy-max/v0.12.4_cherry-picks
  • 020073b llbsolver: fix possible panic when setting event to nil
  • 5f41ca6 llbsolver: fix possible deadlock in history listen
  • 646e71a buildkitd: fix debug handler listener
  • f83447b solver: fix possible concurrent map access on cache export
  • f4f4d2a Merge pull request #4372 from thaJeztah/0.12_backport_bump_compress
  • 263be91 vendor: github.com/klauspost/compress v1.17.2
  • See full diff 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/2113 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.12.4` --- ### 📝 Commits (1) - [`f438c5e`](https://github.com/nektos/act/commit/f438c5e573fa146bfb43ee0bdb6a9cd3eae3af9d) build(deps): bump github.com/moby/buildkit from 0.12.3 to 0.12.4 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.12.3 to 0.12.4. <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.12.4</h2> <p>Welcome to the 0.12.4 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>Notable changes</h3> <ul> <li>Fix possible concurrent map access on remote cache export <a href="https://redirect.github.com/moby/buildkit/issues/4346">#4346</a></li> <li>Fix hang on debug server listener <a href="https://redirect.github.com/moby/buildkit/issues/4361">#4361</a></li> <li>Fix possible deadlock in History API under high number of parallel builds <a href="https://redirect.github.com/moby/buildkit/issues/4362">#4362</a></li> <li>Fix possible panic on handling deleted records in History API <a href="https://redirect.github.com/moby/buildkit/issues/4451">#4451</a></li> <li>Fix possible data corruption in zstd library <a href="https://redirect.github.com/moby/buildkit/issues/4372">#4372</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/833949d0f7908608b00ab6b93b8f92bdb147fcca"><code>833949d</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4452">#4452</a> from crazy-max/v0.12.4_cherry-picks</li> <li><a href="https://github.com/moby/buildkit/commit/020073bcaf99e50b0a2d7f73e23a59d30b036a8b"><code>020073b</code></a> llbsolver: fix possible panic when setting event to nil</li> <li><a href="https://github.com/moby/buildkit/commit/5f41ca6fa7fc381a4a9bfcbd5b790e4e1e21c991"><code>5f41ca6</code></a> llbsolver: fix possible deadlock in history listen</li> <li><a href="https://github.com/moby/buildkit/commit/646e71a54146e050a132405e57d454da3e159ff9"><code>646e71a</code></a> buildkitd: fix debug handler listener</li> <li><a href="https://github.com/moby/buildkit/commit/f83447b516a566f69e395f941056e514aacc37c8"><code>f83447b</code></a> solver: fix possible concurrent map access on cache export</li> <li><a href="https://github.com/moby/buildkit/commit/f4f4d2a5ec2f9c8d88125187af95980335640d41"><code>f4f4d2a</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4372">#4372</a> from thaJeztah/0.12_backport_bump_compress</li> <li><a href="https://github.com/moby/buildkit/commit/263be91d2441d1203bd1efc4aff96affe0043af1"><code>263be91</code></a> vendor: github.com/klauspost/compress v1.17.2</li> <li>See full diff in <a href="https://github.com/moby/buildkit/compare/v0.12.3...v0.12.4">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.12.3&new-version=0.12.4)](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:54:44 +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#2272
No description provided.