[PR #1917] [MERGED] build(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.0 #2191

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

📋 Pull Request Information

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

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


📝 Commits (2)

📊 Changes

2 files changed (+28 additions, -53 deletions)

View changed files

📝 go.mod (+8 -6)
📝 go.sum (+20 -47)

📄 Description

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

Release notes

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

v0.12.0

buildkit 0.12.0

Welcome to the 0.12.0 release of buildkit! This is a pre-release of buildkit

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

Contributors

  • Tõnis Tiigi
  • Justin Chadwell
  • CrazyMax
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Erik Sipsma
  • Gabriel Adrian Samfira
  • Kohei Tokunaga
  • Alex Couture-Beil
  • Cory Bennett
  • Brian Goff
  • Nick Santos
  • Wei Zhang
  • Alex Suraci
  • Alexis Murzeau
  • Changwei Ge
  • David Karlsson
  • Paweł Gronowski
  • Aaron Lehmann
  • Jordan Goasdoue
  • Seiya Miyata
  • Ben Longo
  • Jacob Gillespie
  • Alan Fregtman
  • Andy Alt
  • Bertrand Paquet
  • Chaerim Yeo
  • Chris Goller
  • Cory Snider
  • Dan Duvall
  • Gabriel
  • Gahl Saraf
  • George
  • Hugo Santos
  • Ilya Dmitrichenko
  • Kang, Matthew
  • Matias Insaurralde

... (truncated)

Commits
  • 18fc875 Merge pull request #4014 from tonistiigi/fix-policy-rule-order
  • 6c3bdd4 Merge pull request #4009 from jedevc/filesync-ascii-special-chars
  • b623322 Merge pull request #4016 from crazy-max/test-dockerd-no-tls
  • a0a22bd Merge pull request #4015 from jedevc/buildctl-set-max-backoff
  • 22d8446 llbsolver: fix policy rule ordering
  • 48b6240 filesync: fix backward compatibility with encoding + and %
  • ca5d5bf Merge pull request #4017 from crazy-max/test-set-goversion
  • 3e58e1c hack: allow to set GO_VERSION during tests
  • 2eb65b3 test: always disable tls for dockerd worker
  • 1aef766 buildctl: set max backoff delay to 1 second
  • 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)

Commit Message

{{title}} (#1917)

update moby/moby to snapshot


🔄 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/1917 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/17/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.12.0` --- ### 📝 Commits (2) - [`4a09fbc`](https://github.com/nektos/act/commit/4a09fbcbd24827fbef100488824a2b6676bdbf34) build(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.0 - [`09204d9`](https://github.com/nektos/act/commit/09204d9cf87765857f6a92c41c937b3397433691) update moby/moby via https://github.com/docker/cli/pull/4426 ### 📊 Changes **2 files changed** (+28 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -6) 📝 `go.sum` (+20 -47) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.6 to 0.12.0. <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.0</h2> <p>buildkit 0.12.0</p> <p>Welcome to the 0.12.0 release of buildkit! <em>This is a pre-release of buildkit</em></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>Justin Chadwell</li> <li>CrazyMax</li> <li>Sebastiaan van Stijn</li> <li>Akihiro Suda</li> <li>Erik Sipsma</li> <li>Gabriel Adrian Samfira</li> <li>Kohei Tokunaga</li> <li>Alex Couture-Beil</li> <li>Cory Bennett</li> <li>Brian Goff</li> <li>Nick Santos</li> <li>Wei Zhang</li> <li>Alex Suraci</li> <li>Alexis Murzeau</li> <li>Changwei Ge</li> <li>David Karlsson</li> <li>Paweł Gronowski</li> <li>Aaron Lehmann</li> <li>Jordan Goasdoue</li> <li>Seiya Miyata</li> <li>Ben Longo</li> <li>Jacob Gillespie</li> <li>Alan Fregtman</li> <li>Andy Alt</li> <li>Bertrand Paquet</li> <li>Chaerim Yeo</li> <li>Chris Goller</li> <li>Cory Snider</li> <li>Dan Duvall</li> <li>Gabriel</li> <li>Gahl Saraf</li> <li>George</li> <li>Hugo Santos</li> <li>Ilya Dmitrichenko</li> <li>Kang, Matthew</li> <li>Matias Insaurralde</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/18fc875d9bfd6e065cd8211abc639434ba65aa56"><code>18fc875</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4014">#4014</a> from tonistiigi/fix-policy-rule-order</li> <li><a href="https://github.com/moby/buildkit/commit/6c3bdd4e75c3943dddb2e6c5d8d8deef8d220d00"><code>6c3bdd4</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4009">#4009</a> from jedevc/filesync-ascii-special-chars</li> <li><a href="https://github.com/moby/buildkit/commit/b623322ad34ed9804ee920ce4be410be56815401"><code>b623322</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4016">#4016</a> from crazy-max/test-dockerd-no-tls</li> <li><a href="https://github.com/moby/buildkit/commit/a0a22bd39a94ba0d2192a48d93b3b72c323d8e4a"><code>a0a22bd</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4015">#4015</a> from jedevc/buildctl-set-max-backoff</li> <li><a href="https://github.com/moby/buildkit/commit/22d84461e4ed2e861c15ee1a1695dc75da27a9e3"><code>22d8446</code></a> llbsolver: fix policy rule ordering</li> <li><a href="https://github.com/moby/buildkit/commit/48b62404e37fd060d3a0b05e3de58e4c69256f83"><code>48b6240</code></a> filesync: fix backward compatibility with encoding + and %</li> <li><a href="https://github.com/moby/buildkit/commit/ca5d5bff71976d99d3ae6bb55dae7e4dd017c22d"><code>ca5d5bf</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4017">#4017</a> from crazy-max/test-set-goversion</li> <li><a href="https://github.com/moby/buildkit/commit/3e58e1ca3426e7a0f0bce70f183082dd8c29c2b8"><code>3e58e1c</code></a> hack: allow to set GO_VERSION during tests</li> <li><a href="https://github.com/moby/buildkit/commit/2eb65b3881c3573c27516e66271cc3385a394203"><code>2eb65b3</code></a> test: always disable tls for dockerd worker</li> <li><a href="https://github.com/moby/buildkit/commit/1aef766b82f94818c8d770da026820f7aa991e12"><code>1aef766</code></a> buildctl: set max backoff delay to 1 second</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.11.6...v0.12.0">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.6&new-version=0.12.0)](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> ## Commit Message {{title}} (#1917) update moby/moby to snapshot --- <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:23 +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#2191
No description provided.