[PR #1437] [MERGED] build(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6 #1949

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1437
Author: @dependabot[bot]
Created: 11/14/2022
Status: Merged
Merged: 11/16/2022
Merged by: @mergify[bot]

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


📝 Commits (2)

  • d54a99c build(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6
  • b5662ab Merge branch 'master' into dependabot/go_modules/github.com/moby/buildkit-0.10.6

📊 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.10.5 to 0.10.6.

Release notes

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

v0.10.6

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

Notable changes:

Commits
  • 0c9b5ae Merge pull request #3272 from tonistiigi/v0.10-fsutil-go
  • 9cf3b35 Merge pull request #3255 from AkihiroSuda/cherry-pick-3203
  • cd96f90 v0.10: update main Dockerfile to Go 1.18
  • 5cb269a vendor: update fsutil to 9ed61262
  • 1e5948b Make SELinux labels opt-in (--oci-worker-selinux=\<BOOL>)
  • f6c40a4 worker: move labels const to its own package
  • e27c8e2 Merge pull request #3205 from thaJeztah/0.10_test_skips
  • b34da50 testNamedImageContextPlatform skip direct push with dockerd
  • d5dc1a3 ci(dockerd): fix symlink with dockerd bundle
  • 2e035f3 ci: update buildx to 0.9.1
  • 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/1437 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/14/2022 **Status:** ✅ Merged **Merged:** 11/16/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.10.6` --- ### 📝 Commits (2) - [`d54a99c`](https://github.com/nektos/act/commit/d54a99c05c432ad933e94b2f5c47f62f786e9675) build(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6 - [`b5662ab`](https://github.com/nektos/act/commit/b5662ab9fcccd325559a9dd088820d8654f4966f) Merge branch 'master' into dependabot/go_modules/github.com/moby/buildkit-0.10.6 ### 📊 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.10.5 to 0.10.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.10.6</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 possible panic on scanning files from local filesystem <a href="https://github-redirect.dependabot.com/tonistiigi/fsutil/pull/122">tonistiigi/fsutil#122</a></li> <li>Make SELinux opt-in for OCI worker so it can be disabled on certain hosts <a href="https://github-redirect.dependabot.com/moby/buildkit/pull/3255">moby/buildkit#3255</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/0c9b5aeb269c740650786ba77d882b0259415ec7"><code>0c9b5ae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3272">#3272</a> from tonistiigi/v0.10-fsutil-go</li> <li><a href="https://github.com/moby/buildkit/commit/9cf3b353f374eb8b231429c02c57b98e5feda976"><code>9cf3b35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3255">#3255</a> from AkihiroSuda/cherry-pick-3203</li> <li><a href="https://github.com/moby/buildkit/commit/cd96f9074fc40de24f7c8bd4ab06100733dae378"><code>cd96f90</code></a> v0.10: update main Dockerfile to Go 1.18</li> <li><a href="https://github.com/moby/buildkit/commit/5cb269a09a301db0f7e44468819aeadb301117cc"><code>5cb269a</code></a> vendor: update fsutil to 9ed61262</li> <li><a href="https://github.com/moby/buildkit/commit/1e5948b6abd411c858fba276b6e69a7581d3f0f7"><code>1e5948b</code></a> Make SELinux labels opt-in (<code>--oci-worker-selinux=\&lt;BOOL&gt;</code>)</li> <li><a href="https://github.com/moby/buildkit/commit/f6c40a4fcac72df38d4303cef8302b90ed874d4e"><code>f6c40a4</code></a> worker: move labels const to its own package</li> <li><a href="https://github.com/moby/buildkit/commit/e27c8e24bb9ee92a170567b8b597201925ae9b8a"><code>e27c8e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3205">#3205</a> from thaJeztah/0.10_test_skips</li> <li><a href="https://github.com/moby/buildkit/commit/b34da50b4c5040adb08a76a7a962a55285664ee4"><code>b34da50</code></a> testNamedImageContextPlatform skip direct push with dockerd</li> <li><a href="https://github.com/moby/buildkit/commit/d5dc1a30b5aa26653a7ba66784c3b04c52c879fc"><code>d5dc1a3</code></a> ci(dockerd): fix symlink with dockerd bundle</li> <li><a href="https://github.com/moby/buildkit/commit/2e035f39a8174ebceca40be9fd7ec3133aca2a3d"><code>2e035f3</code></a> ci: update buildx to 0.9.1</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.10.5...v0.10.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.10.5&new-version=0.10.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:53:22 +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#1949
No description provided.