[PR #1703] [MERGED] build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.5 #2079

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1703
Author: @dependabot[bot]
Created: 3/27/2023
Status: Merged
Merged: 3/27/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 15609f0 build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.5
  • 80cdd16 Merge branch 'master' into dependabot/go_modules/github.com/moby/buildkit-0.11.5

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/moby/buildkit from 0.11.4 to 0.11.5.

Release notes

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

v0.11.5

https://hub.docker.com/r/moby/buildkit

Notable changes:

  • Fix process termination handling to Runc when running interactive processes #3722
  • Fix gateway exec tty cleanup on context.Canceled #3658
  • Register builds before recording build history to avoid possible timeout error #3726
  • Fix performance regression in creating LLB graphs #3732
  • Fix sorting of build history records for GC #3733
  • Fix an issue where linking builds with providing LLB inputs dropped the original source information for such inputs #3678
  • Fix running BuildKit on BottleRocket OS #3697
Commits
  • 252ae63 Merge pull request #3734 from tonistiigi/v0.11.5-picks
  • 103bf22 llbsolver: fix sorting of history records
  • 90ff220 llbsolver: Fix performance of recomputeDigests
  • 950e06d fix gateway exec tty cleanup on context.Canceled
  • 770c9d1 Register builds before recording build history
  • 2f79b14 fix process termination handling for runc exec
  • a0f2992 Merge pull request #3701 from AkihiroSuda/cherrypick-3697
  • 237fee9 Merge pull request #3713 from crazy-max/v0.11_backport_test-feature-envs
  • 37f2634 integration: missing mergeDiff compat check
  • 837e0e9 integration: split feature compat check for subtests
  • 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 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/1703 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/27/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.11.5` --- ### 📝 Commits (2) - [`15609f0`](https://github.com/nektos/act/commit/15609f019f94eacdce47bdd60aebee51a7a02d26) build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.5 - [`80cdd16`](https://github.com/nektos/act/commit/80cdd1695aa9bb650e9b8a99a432ac0315458373) Merge branch 'master' into dependabot/go_modules/github.com/moby/buildkit-0.11.5 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.4 to 0.11.5. <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.11.5</h2> <p><a href="https://hub.docker.com/r/moby/buildkit">https://hub.docker.com/r/moby/buildkit</a></p> <h3>Notable changes:</h3> <ul> <li>Fix process termination handling to Runc when running interactive processes <a href="https://redirect.github.com/moby/buildkit/issues/3722">#3722</a></li> <li>Fix gateway exec tty cleanup on context.Canceled <a href="https://redirect.github.com/moby/buildkit/issues/3658">#3658</a></li> <li>Register builds before recording build history to avoid possible timeout error <a href="https://redirect.github.com/moby/buildkit/issues/3726">#3726</a></li> <li>Fix performance regression in creating LLB graphs <a href="https://redirect.github.com/moby/buildkit/issues/3732">#3732</a></li> <li>Fix sorting of build history records for GC <a href="https://redirect.github.com/moby/buildkit/issues/3733">#3733</a></li> <li>Fix an issue where linking builds with providing LLB inputs dropped the original source information for such inputs <a href="https://redirect.github.com/moby/buildkit/issues/3678">#3678</a></li> <li>Fix running BuildKit on BottleRocket OS <a href="https://redirect.github.com/moby/buildkit/issues/3697">#3697</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/252ae63bcf2a9b62777add4838df5a257b86e991"><code>252ae63</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3734">#3734</a> from tonistiigi/v0.11.5-picks</li> <li><a href="https://github.com/moby/buildkit/commit/103bf227c8d882f0bc3e5fa546c5a5a648eb28d2"><code>103bf22</code></a> llbsolver: fix sorting of history records</li> <li><a href="https://github.com/moby/buildkit/commit/90ff220dded60ef7aafde29f2e5274cb62afe71d"><code>90ff220</code></a> llbsolver: Fix performance of recomputeDigests</li> <li><a href="https://github.com/moby/buildkit/commit/950e06dd34427eeae80679f0aa844db93387f1bd"><code>950e06d</code></a> fix gateway exec tty cleanup on context.Canceled</li> <li><a href="https://github.com/moby/buildkit/commit/770c9d1bcd8451b95ef012f260aeb6969974d00d"><code>770c9d1</code></a> Register builds before recording build history</li> <li><a href="https://github.com/moby/buildkit/commit/2f79b149127d8fb34e530f9534b0a73ff58ef62b"><code>2f79b14</code></a> fix process termination handling for runc exec</li> <li><a href="https://github.com/moby/buildkit/commit/a0f299206f09dbab7cb50fceb142f5f91ae1d517"><code>a0f2992</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3701">#3701</a> from AkihiroSuda/cherrypick-3697</li> <li><a href="https://github.com/moby/buildkit/commit/237fee9c00877d64a1c757fc5270c98b65a51abf"><code>237fee9</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3713">#3713</a> from crazy-max/v0.11_backport_test-feature-envs</li> <li><a href="https://github.com/moby/buildkit/commit/37f26340f5b5b9b9eb8ba67d5150d381b255d7f1"><code>37f2634</code></a> integration: missing mergeDiff compat check</li> <li><a href="https://github.com/moby/buildkit/commit/837e0e97cb2e7fbd588177ce89c6c3313b15116e"><code>837e0e9</code></a> integration: split feature compat check for subtests</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.11.4...v0.11.5">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.11.4&new-version=0.11.5)](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 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:53:55 +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#2079
No description provided.