[PR #2253] [MERGED] build(deps): bump github.com/moby/buildkit from 0.12.5 to 0.13.1 #2348

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2253
Author: @dependabot[bot]
Created: 3/20/2024
Status: Merged
Merged: 4/11/2024
Merged by: @mergify[bot]

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


📝 Commits (3)

  • 0b1b951 build(deps): bump github.com/moby/buildkit from 0.12.5 to 0.13.1
  • 372e665 update error messages
  • bb3c4f9 remove point

📊 Changes

3 files changed (+34 additions, -47 deletions)

View changed files

📝 go.mod (+8 -10)
📝 go.sum (+24 -35)
📝 pkg/container/docker_cli_test.go (+2 -2)

📄 Description

Bumps github.com/moby/buildkit from 0.12.5 to 0.13.1.

Release notes

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

v0.13.1

buildkit 0.13.1

Welcome to the 0.13.1 release of buildkit!

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

Notable Changes

  • Fix handling of deleted blobs when importing cache from Github Actions cache backend #4771
  • Fix unclean shutdown error on WCOW on Ctrl-C #4774
  • Mitigate issue with mounting OpenTelemetry socket in containers in some installations #4778
  • Fix parsing ./.git source path as Git URL. #4776

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.13.0

v0.13.0

buildkit 0.13.0

Welcome to the 0.13.0 release of buildkit!

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

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Justin Chadwell
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Jonathan A. Sternberg
  • Kohei Tokunaga
  • David Karlsson
  • Leandro Santiago
  • Gabriel Adrian Samfira
  • Chris Goller
  • Anthony Nandaa
  • Erik Sipsma
  • Paweł Gronowski
  • Jakub Ciolek

... (truncated)

Commits
  • 2ae42e0 Merge pull request #4779 from tonistiigi/v0.13.1-picks
  • 0aff323 oci: make mounting oci socket optional
  • 9e593c0 git: ensure file-looking git refs aren't parsed as URLs
  • 50fbf50 remotecache: fix missing CheckDescriptor method
  • 62eec44 solver: stub out sysSampler close
  • 3f62976 Merge pull request #4742 from crazy-max/v0.13_cherry-picks
  • f64b48e fix(docs): add the containers feature enabling step
  • 525ea4f ci: enable multi-platform lint only for upstream repo
  • ee081eb docs: replace references to the master branch with v0.13
  • 2afc050 Merge pull request #4735 from moby/v0.13.0-picks
  • 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 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/2253 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/20/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.13.1` --- ### 📝 Commits (3) - [`0b1b951`](https://github.com/nektos/act/commit/0b1b9511512f4bb08b1a9067f2008b39d211720d) build(deps): bump github.com/moby/buildkit from 0.12.5 to 0.13.1 - [`372e665`](https://github.com/nektos/act/commit/372e66505d2925ba170c9f3a624d5600c8937074) update error messages - [`bb3c4f9`](https://github.com/nektos/act/commit/bb3c4f9ec0de675297ed801b992f5523b018f19b) remove point ### 📊 Changes **3 files changed** (+34 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -10) 📝 `go.sum` (+24 -35) 📝 `pkg/container/docker_cli_test.go` (+2 -2) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.12.5 to 0.13.1. <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.13.1</h2> <p>buildkit 0.13.1</p> <p>Welcome to the 0.13.1 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 handling of deleted blobs when importing cache from Github Actions cache backend <a href="https://redirect.github.com/moby/buildkit/issues/4771">#4771</a></li> <li>Fix unclean shutdown error on WCOW on Ctrl-C <a href="https://redirect.github.com/moby/buildkit/issues/4774">#4774</a></li> <li>Mitigate issue with mounting OpenTelemetry socket in containers in some installations <a href="https://redirect.github.com/moby/buildkit/issues/4778">#4778</a></li> <li>Fix parsing <code>./.git</code> source path as Git URL. <a href="https://redirect.github.com/moby/buildkit/issues/4776">#4776</a></li> </ul> <h3>Dependency Changes</h3> <p>This release has no dependency changes</p> <p>Previous release can be found at <a href="https://github.com/moby/buildkit/releases/tag/v0.13.0">v0.13.0</a></p> <h2>v0.13.0</h2> <p>buildkit 0.13.0</p> <p>Welcome to the 0.13.0 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>Contributors</h3> <ul> <li>Tõnis Tiigi</li> <li>CrazyMax</li> <li>Justin Chadwell</li> <li>Sebastiaan van Stijn</li> <li>Akihiro Suda</li> <li>Jonathan A. Sternberg</li> <li>Kohei Tokunaga</li> <li>David Karlsson</li> <li>Leandro Santiago</li> <li>Gabriel Adrian Samfira</li> <li>Chris Goller</li> <li>Anthony Nandaa</li> <li>Erik Sipsma</li> <li>Paweł Gronowski</li> <li>Jakub Ciolek</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3"><code>2ae42e0</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4779">#4779</a> from tonistiigi/v0.13.1-picks</li> <li><a href="https://github.com/moby/buildkit/commit/0aff32386c4acc02dab117677d625cbb3ba60ffd"><code>0aff323</code></a> oci: make mounting oci socket optional</li> <li><a href="https://github.com/moby/buildkit/commit/9e593c07dffaaf08bd0ad9052582061c37769838"><code>9e593c0</code></a> git: ensure file-looking git refs aren't parsed as URLs</li> <li><a href="https://github.com/moby/buildkit/commit/50fbf5068fb0960b311f39e5312540600d23b116"><code>50fbf50</code></a> remotecache: fix missing CheckDescriptor method</li> <li><a href="https://github.com/moby/buildkit/commit/62eec44c46f4782f6eb984669b3f7949d5ab6454"><code>62eec44</code></a> solver: stub out sysSampler close</li> <li><a href="https://github.com/moby/buildkit/commit/3f62976f974709d9ad4034b27878fc4098a9488f"><code>3f62976</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4742">#4742</a> from crazy-max/v0.13_cherry-picks</li> <li><a href="https://github.com/moby/buildkit/commit/f64b48e666dd28a11a78f651e99c9764f9dce027"><code>f64b48e</code></a> fix(docs): add the containers feature enabling step</li> <li><a href="https://github.com/moby/buildkit/commit/525ea4f803ceed734d7a1b32c22a5d07dd08f3fb"><code>525ea4f</code></a> ci: enable multi-platform lint only for upstream repo</li> <li><a href="https://github.com/moby/buildkit/commit/ee081ebd9a6138352d331b268235ae029887828f"><code>ee081eb</code></a> docs: replace references to the master branch with v0.13</li> <li><a href="https://github.com/moby/buildkit/commit/2afc050d57d17983f3f662d5424c2725a35c60f4"><code>2afc050</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4735">#4735</a> from moby/v0.13.0-picks</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.12.5...v0.13.1">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.5&new-version=0.13.1)](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:55:04 +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#2348
No description provided.