[PR #1884] [MERGED] build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6 #2174

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1884
Author: @dependabot[bot]
Created: 6/26/2023
Status: Merged
Merged: 7/10/2023
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 2f372ce build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v0.11.6

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

Notable changes:

  • Revert previous signal handling fix to make sure no process leaks happen. The signaling issue will be fixed in the next feature release. moby/buildkit#3757
  • Update runc to v1.1.5 for security moby/buildkit#3763
  • Update containerd to v1.6.20 . Brings in fix for not writing local user/group names in differ. #3736
  • Fix possible "duplicate output 0" error on parallel builds #3774
  • Fix token management for servers that don't return proper IssuedAt value #3779
  • Fix SBOM and provenance processing for certain nil-result cases #3805
Commits
  • 2951a28 Merge pull request #3810 from tonistiigi/v0.11.6-picks
  • c48a6bc Fix bearer token expiration check (fixes #3779)
  • 7ddae62 solver: skip sbom post processor if result is nil
  • 11a0070 Merge pull request #3763 from AkihiroSuda/runc-1.1.5-0.11
  • ae5a76a Dockerfile: RUNC_VERSION=v1.1.5
  • 58fc08b Merge pull request #3736 from thaJeztah/0.11_containerd_1.6.20
  • 664059a Merge pull request #3774 from tonistiigi/v0.11-fileopsolver-unique
  • a1ae2bd fileop: create new fileOpSolver instance per Exec call
  • 5572c69 [0.11] vendor github.com/containerd/containerd v1.6.20
  • 5cdc5ce [0.11] vendor: github.com/opencontainers/image-spec v1.1.0-rc2.0.202210051852...
  • 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/1884 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 7/10/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.11.6` --- ### 📝 Commits (1) - [`2f372ce`](https://github.com/nektos/act/commit/2f372ce655ac1977a1037fda123ee9e99d7c8e4d) build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+5 -5) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.5 to 0.11.6. <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.6</h2> <p><a href="https://hub.docker.com/r/moby/buildkit">https://hub.docker.com/r/moby/buildkit</a></p> <p>Notable changes:</p> <ul> <li>Revert previous signal handling fix to make sure no process leaks happen. The signaling issue will be fixed in the next feature release. <a href="https://redirect.github.com/moby/buildkit/pull/3757">moby/buildkit#3757</a></li> <li>Update runc to v1.1.5 for security <a href="https://redirect.github.com/moby/buildkit/pull/3763">moby/buildkit#3763</a></li> <li>Update containerd to v1.6.20 . Brings in fix for not writing local user/group names in differ. <a href="https://redirect.github.com/moby/buildkit/issues/3736">#3736</a></li> <li>Fix possible &quot;duplicate output 0&quot; error on parallel builds <a href="https://redirect.github.com/moby/buildkit/issues/3774">#3774</a></li> <li>Fix token management for servers that don't return proper <code>IssuedAt</code> value <a href="https://redirect.github.com/moby/buildkit/issues/3779">#3779</a></li> <li>Fix SBOM and provenance processing for certain nil-result cases <a href="https://redirect.github.com/moby/buildkit/issues/3805">#3805</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/2951a28cd7085eb18979b1f710678623d94ed578"><code>2951a28</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3810">#3810</a> from tonistiigi/v0.11.6-picks</li> <li><a href="https://github.com/moby/buildkit/commit/c48a6bc59e0831acb910508e191a69085453bbfd"><code>c48a6bc</code></a> Fix bearer token expiration check (fixes <a href="https://redirect.github.com/moby/buildkit/issues/3779">#3779</a>)</li> <li><a href="https://github.com/moby/buildkit/commit/7ddae6244259d41257e3403d3bec0f926f654863"><code>7ddae62</code></a> solver: skip sbom post processor if result is nil</li> <li><a href="https://github.com/moby/buildkit/commit/11a0070946fbbd85946861fa0f460190f74ebbaa"><code>11a0070</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3763">#3763</a> from AkihiroSuda/runc-1.1.5-0.11</li> <li><a href="https://github.com/moby/buildkit/commit/ae5a76acb579ab3a07edf2fcd241e32ced1c002a"><code>ae5a76a</code></a> Dockerfile: RUNC_VERSION=v1.1.5</li> <li><a href="https://github.com/moby/buildkit/commit/58fc08b01a03b4722890eba39318257d6c2aed7a"><code>58fc08b</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3736">#3736</a> from thaJeztah/0.11_containerd_1.6.20</li> <li><a href="https://github.com/moby/buildkit/commit/664059a900514aa6a6611bd42625ea8d7ced5641"><code>664059a</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/3774">#3774</a> from tonistiigi/v0.11-fileopsolver-unique</li> <li><a href="https://github.com/moby/buildkit/commit/a1ae2bd9004d9d0a75278b5bc35738cbb17959a4"><code>a1ae2bd</code></a> fileop: create new fileOpSolver instance per Exec call</li> <li><a href="https://github.com/moby/buildkit/commit/5572c694f2843f55e86b4b35285dc67151a12538"><code>5572c69</code></a> [0.11] vendor github.com/containerd/containerd v1.6.20</li> <li><a href="https://github.com/moby/buildkit/commit/5cdc5ce7a06edd0da996a46c544620b56ae2ee11"><code>5cdc5ce</code></a> [0.11] vendor: github.com/opencontainers/image-spec v1.1.0-rc2.0.202210051852...</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.11.5...v0.11.6">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.5&new-version=0.11.6)](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:54:19 +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#2174
No description provided.