[PR #2375] [CLOSED] build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.14.1 #2419

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2375
Author: @dependabot[bot]
Created: 6/24/2024
Status: Closed

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


📝 Commits (1)

  • 4979aa3 build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.14.1

📊 Changes

2 files changed (+17 additions, -23 deletions)

View changed files

📝 go.mod (+5 -7)
📝 go.sum (+12 -16)

📄 Description

Bumps github.com/moby/buildkit from 0.13.2 to 0.14.1.

Release notes

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

v0.14.1

Welcome to the 0.14.1 release of buildkit!

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

Contributors

  • Talon Bowler
  • Akihiro Suda
  • Tõnis Tiigi
  • Paweł Gronowski

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.8.1 changelog
  • Fix possible issue on pushing blobs with rewrite-timestamp=true option #5040
  • Fix possible concurrency issue on handling HTTPS to HTTP fallbacks for insecure registries #5044

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.14.0

v0.14.0

Welcome to the 0.14.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
  • Talon James Bowler
  • Akihiro Suda
  • Jonathan A. Sternberg
  • Justin Chadwell
  • David Karlsson
  • Sebastiaan van Stijn
  • Anthony Nandaa
  • Erik Sipsma
  • Aleksa Sarai
  • Adam Perlin
  • Shaun Thompson

... (truncated)

Commits
  • eb864a8 Merge pull request #5053 from tonistiigi/v0.14.1-cherry-picks
  • dedaef0 shell: handle empty string for var replacements
  • b45ab30 Initialize build args from stage base
  • e34c21a Consolidate instruction casing lint rules
  • 050e3b6 Updates lint output to print detail instead of description
  • 2bf5cbf util/resolver: Make httpFallback concurrent safe
  • 49dd5f4 Adds 'WARNING' prefix to the rule check output and update lint
  • 05bd56b Merge pull request #5040 from AkihiroSuda/cherrypick-5008-0.14
  • 5a7352c Fix content not found with push=true,rewrite-timestamp=true
  • 4d9a4e5 Merge pull request #5017 from crazy-max/fix-history-exporters
  • 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/2375 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.14.1` --- ### 📝 Commits (1) - [`4979aa3`](https://github.com/nektos/act/commit/4979aa3f50bcf43e2688f3d5432700f46364ef64) build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.14.1 ### 📊 Changes **2 files changed** (+17 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -7) 📝 `go.sum` (+12 -16) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.14.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.14.1</h2> <p>Welcome to the 0.14.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>Contributors</h3> <ul> <li>Talon Bowler</li> <li>Akihiro Suda</li> <li>Tõnis Tiigi</li> <li>Paweł Gronowski</li> </ul> <h3>Notable Changes</h3> <ul> <li>Builtin Dockerfile frontend has been updated to v1.8.1 <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.8.1">changelog</a></li> <li>Fix possible issue on pushing blobs with <code>rewrite-timestamp=true</code> option <a href="https://redirect.github.com/moby/buildkit/issues/5040">#5040</a></li> <li>Fix possible concurrency issue on handling HTTPS to HTTP fallbacks for insecure registries <a href="https://redirect.github.com/moby/buildkit/issues/5044">#5044</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.14.0">v0.14.0</a></p> <h2>v0.14.0</h2> <p>Welcome to the 0.14.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>Talon James Bowler</li> <li>Akihiro Suda</li> <li>Jonathan A. Sternberg</li> <li>Justin Chadwell</li> <li>David Karlsson</li> <li>Sebastiaan van Stijn</li> <li>Anthony Nandaa</li> <li>Erik Sipsma</li> <li>Aleksa Sarai</li> <li>Adam Perlin</li> <li>Shaun Thompson</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/eb864a84592468ee9b434326cb7efd66f58555af"><code>eb864a8</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5053">#5053</a> from tonistiigi/v0.14.1-cherry-picks</li> <li><a href="https://github.com/moby/buildkit/commit/dedaef0afe0d9a269c298fdb2773b9163626611b"><code>dedaef0</code></a> shell: handle empty string for var replacements</li> <li><a href="https://github.com/moby/buildkit/commit/b45ab30fc0809c4eaa42039f2d0945462d44bfd4"><code>b45ab30</code></a> Initialize build args from stage base</li> <li><a href="https://github.com/moby/buildkit/commit/e34c21a7b0b63477e253dc654e15f536a09f5c42"><code>e34c21a</code></a> Consolidate instruction casing lint rules</li> <li><a href="https://github.com/moby/buildkit/commit/050e3b6f3b944f4c4175a0248dd2d1390e8e0da1"><code>050e3b6</code></a> Updates lint output to print detail instead of description</li> <li><a href="https://github.com/moby/buildkit/commit/2bf5cbff6571375f48058e92e6c58a336f29c668"><code>2bf5cbf</code></a> util/resolver: Make httpFallback concurrent safe</li> <li><a href="https://github.com/moby/buildkit/commit/49dd5f4f19f540e606736c18bdb7ce70cd7ae3b6"><code>49dd5f4</code></a> Adds 'WARNING' prefix to the rule check output and update lint</li> <li><a href="https://github.com/moby/buildkit/commit/05bd56be25db9b10527ea62ddd4325e94945e036"><code>05bd56b</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5040">#5040</a> from AkihiroSuda/cherrypick-5008-0.14</li> <li><a href="https://github.com/moby/buildkit/commit/5a7352c1da270cfebc2dc91d3cd1feed511b92e0"><code>5a7352c</code></a> Fix content not found with <code>push=true,rewrite-timestamp=true</code></li> <li><a href="https://github.com/moby/buildkit/commit/4d9a4e5df9e11596a3261c1952cde3c6346be762"><code>4d9a4e5</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5017">#5017</a> from crazy-max/fix-history-exporters</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.13.2...v0.14.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.13.2&new-version=0.14.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: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#2419
No description provided.