[PR #2308] [MERGED] build(deps): bump github.com/moby/buildkit from 0.13.1 to 0.13.2 #2384

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 37ad1e2 build(deps): bump github.com/moby/buildkit from 0.13.1 to 0.13.2

📊 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.13.1 to 0.13.2.

Release notes

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

v0.13.2

buildkit 0.13.2

Welcome to the 0.13.2 release of buildkit!

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

Notable Changes

  • Default Dockerfile frontend has been updated to 1.7.1
  • Fix regression on copying hardlinks from buildx context with filters moby/buildkit#4870 tonistiigi/fsutil#198
  • Windows buildkitd now correctly handles --group flag #4875
  • Windows buildkitd default GC is now based on disk size like in Linux #4865
  • Fix issues with some path validation for Windows containers #4863
  • Fix rewrite-timestamps option incompatibility with COPY --link #4804
  • Fix issue where rewite-timestamps rewrites base image layers in some cases #4805

Dependency Changes

  • github.com/tonistiigi/fsutil 7525a1af2bb5 -> 91a3fc46842c

Previous release can be found at v0.13.1

Commits
  • 2e18d70 Merge pull request #4874 from tonistiigi/v0.13.2-picks
  • 25108ab buildkitd: allow --group for windows
  • 4d961ca vendor: update fsutil to 91a3fc4
  • a0efecf vendor: github.com/tonistiigi/fsutil @ 497d33b
  • 38e6fcd fix: gc policy for windows to use percentage of disk space
  • d647910 frontend: missing compat check for TestCommandSourceMapping
  • 6d689a3 dockerfile: fix missing source mapping for COPY --link command
  • 4317777 Merge pull request #4867 from AkihiroSuda/dev-0.13
  • dfe87d0 build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0
  • ecf1c42 util/converter: fix diffID computation
  • 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/2308 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.13.2` --- ### 📝 Commits (1) - [`37ad1e2`](https://github.com/nektos/act/commit/37ad1e201126321fe78556d1315775f4a19e75d0) build(deps): bump github.com/moby/buildkit from 0.13.1 to 0.13.2 ### 📊 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.13.1 to 0.13.2. <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.2</h2> <p>buildkit 0.13.2</p> <p>Welcome to the 0.13.2 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>Default Dockerfile frontend has been updated to <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.7.1">1.7.1</a></li> <li>Fix regression on copying hardlinks from buildx context with filters <a href="https://redirect.github.com/moby/buildkit/pull/4870">moby/buildkit#4870</a> <a href="https://redirect.github.com/tonistiigi/fsutil/pull/198">tonistiigi/fsutil#198</a></li> <li>Windows buildkitd now correctly handles <code>--group</code> flag <a href="https://redirect.github.com/moby/buildkit/issues/4875">#4875</a></li> <li>Windows buildkitd default GC is now based on disk size like in Linux <a href="https://redirect.github.com/moby/buildkit/issues/4865">#4865</a></li> <li>Fix issues with some path validation for Windows containers <a href="https://redirect.github.com/moby/buildkit/issues/4863">#4863</a></li> <li>Fix <code>rewrite-timestamps</code> option incompatibility with <code>COPY --link</code> <a href="https://redirect.github.com/moby/buildkit/issues/4804">#4804</a></li> <li>Fix issue where <code>rewite-timestamps</code> rewrites base image layers in some cases <a href="https://redirect.github.com/moby/buildkit/issues/4805">#4805</a></li> </ul> <h3>Dependency Changes</h3> <ul> <li><strong>github.com/tonistiigi/fsutil</strong> 7525a1af2bb5 -&gt; 91a3fc46842c</li> </ul> <p>Previous release can be found at <a href="https://github.com/moby/buildkit/releases/tag/v0.13.1">v0.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/2e18d709fefdcc2db20853ee241c75b058189d39"><code>2e18d70</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4874">#4874</a> from tonistiigi/v0.13.2-picks</li> <li><a href="https://github.com/moby/buildkit/commit/25108abda49ab2fde54c0f874e43e3dba88fb867"><code>25108ab</code></a> buildkitd: allow --group for windows</li> <li><a href="https://github.com/moby/buildkit/commit/4d961cad1abd60911186014c9b7d8dd9301021e8"><code>4d961ca</code></a> vendor: update fsutil to 91a3fc4</li> <li><a href="https://github.com/moby/buildkit/commit/a0efecf1ec329554a3d2630b652dc00167f080ff"><code>a0efecf</code></a> vendor: github.com/tonistiigi/fsutil @ 497d33b</li> <li><a href="https://github.com/moby/buildkit/commit/38e6fcdedee9004ef089c5a2542c22674379974a"><code>38e6fcd</code></a> fix: gc policy for windows to use percentage of disk space</li> <li><a href="https://github.com/moby/buildkit/commit/d647910aafd20745d394af5773752454168289d5"><code>d647910</code></a> frontend: missing compat check for TestCommandSourceMapping</li> <li><a href="https://github.com/moby/buildkit/commit/6d689a39db5ff1d291f3e1412f3a35a2c662847b"><code>6d689a3</code></a> dockerfile: fix missing source mapping for COPY --link command</li> <li><a href="https://github.com/moby/buildkit/commit/4317777ad774a5f33a8437f388c8e434c84aef8a"><code>4317777</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4867">#4867</a> from AkihiroSuda/dev-0.13</li> <li><a href="https://github.com/moby/buildkit/commit/dfe87d078154fc2e137dc701cb16c8e807f0089e"><code>dfe87d0</code></a> build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0</li> <li><a href="https://github.com/moby/buildkit/commit/ecf1c4223ad2e133fb3f49cdc0448f380bb2b680"><code>ecf1c42</code></a> util/converter: fix diffID computation</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.13.1...v0.13.2">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.13.1&new-version=0.13.2)](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:13 +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#2384
No description provided.