[PR #2516] [CLOSED] build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.17.0 #2474

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2516
Author: @dependabot[bot]
Created: 11/4/2024
Status: Closed

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


📝 Commits (1)

  • e137189 build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.17.0

📊 Changes

2 files changed (+60 additions, -66 deletions)

View changed files

📝 go.mod (+17 -18)
📝 go.sum (+43 -48)

📄 Description

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

Release notes

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

v0.17.0

Welcome to the v0.17.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
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • David Karlsson
  • Justin Chadwell
  • Talon Bowler
  • Anthony Nandaa
  • Akihiro Suda
  • Shaun Thompson
  • Austin Vazquez
  • Billy Owire
  • Eoin Farrell
  • MohammadHasan Akbari
  • Alberto Garcia Hierro
  • Gabriel-Adrian Samfira
  • Laurent Goderre
  • Marat Radchenko
  • Matt Rickard
  • Paulo Sousa
  • Sergio Garcez
  • Silvin Lubecki
  • castrombithisamm
  • ryio1010

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.11.0 changelog
  • Garbage collection policies and prune filters have been updated to be more flexible and allow more control over used storage. Users can now define storage controls based on how much empty space is available on disk and define reserved and maximum storage limits separately #5359 #5079
  • FileOp.Copy now supports non-octal values for setting file mode with chmod #5375
  • Protobuf tooling has moved away from GoGo Protobuf. #5356 #5409 #5396 #5342
  • Memory allocations, especially when uploading big build contexts or copying build results back to client, have been reduced #5409 #5442
  • Allow Git builds from SHA references that are not part of a branch or tag #5441
  • Improve OpenTelemetry tracing for authentication routines #5432
  • HTTP requests from build steps now use BuildKit specific user-agent like the Container registry requests #5407
  • ExecOp build steps now supports setting expected non-zero exit codes #5339
  • Parameter options can now be passed to the SBOM scanner #5372
  • Determinism of LLB marshaling has been improved to reduce unnecessary cache lookups #5374
  • Completeness of history records is now validated at startup #5378
  • Debug address now supports new flight recorder endpoints #5337

... (truncated)

Commits
  • fd61877 Merge pull request #5464 from dvdksn/docs-s-parent-base
  • 5f27278 docs: s/parent image/base image/
  • d09c1e2 Merge pull request #5462 from tonistiigi/deps-update-20241028
  • cda279e Merge pull request #5449 from dvdksn/check-undefined-var
  • c9a25c4 pb: regenerate protobuf
  • 3220d67 vendor: revert containerd 1.7.23 because errdefs changes incompatible
  • 22d8eba Dockerfile: update xx to v1.5.0
  • b5c4155 vendor: update compress to v1.17.11
  • 2c5c4a3 vendor: update cli to v1.22.16
  • f01d41c vendor: update azidentity to v1.6.0
  • 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/2516 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/4/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.17.0` --- ### 📝 Commits (1) - [`e137189`](https://github.com/nektos/act/commit/e1371891c926b739b89022ee5102f3e73c02aa23) build(deps): bump github.com/moby/buildkit from 0.13.2 to 0.17.0 ### 📊 Changes **2 files changed** (+60 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+17 -18) 📝 `go.sum` (+43 -48) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.17.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.17.0</h2> <p>Welcome to the v0.17.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>Sebastiaan van Stijn</li> <li>Jonathan A. Sternberg</li> <li>David Karlsson</li> <li>Justin Chadwell</li> <li>Talon Bowler</li> <li>Anthony Nandaa</li> <li>Akihiro Suda</li> <li>Shaun Thompson</li> <li>Austin Vazquez</li> <li>Billy Owire</li> <li>Eoin Farrell</li> <li>MohammadHasan Akbari</li> <li>Alberto Garcia Hierro</li> <li>Gabriel-Adrian Samfira</li> <li>Laurent Goderre</li> <li>Marat Radchenko</li> <li>Matt Rickard</li> <li>Paulo Sousa</li> <li>Sergio Garcez</li> <li>Silvin Lubecki</li> <li>castrombithisamm</li> <li>ryio1010</li> </ul> <h3>Notable Changes</h3> <ul> <li>Builtin Dockerfile frontend has been updated to v1.11.0 <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.11.0">changelog</a></li> <li>Garbage collection policies and prune filters have been updated to be more flexible and allow more control over used storage. Users can now define storage controls based on how much empty space is available on disk and define reserved and maximum storage limits separately <a href="https://redirect.github.com/moby/buildkit/issues/5359">#5359</a> <a href="https://redirect.github.com/moby/buildkit/issues/5079">#5079</a></li> <li><code>FileOp.Copy</code> now supports non-octal values for setting file mode with <code>chmod</code> <a href="https://redirect.github.com/moby/buildkit/issues/5375">#5375</a></li> <li>Protobuf tooling has moved away from GoGo Protobuf. <a href="https://redirect.github.com/moby/buildkit/issues/5356">#5356</a> <a href="https://redirect.github.com/moby/buildkit/issues/5409">#5409</a> <a href="https://redirect.github.com/moby/buildkit/issues/5396">#5396</a> <a href="https://redirect.github.com/moby/buildkit/issues/5342">#5342</a></li> <li>Memory allocations, especially when uploading big build contexts or copying build results back to client, have been reduced <a href="https://redirect.github.com/moby/buildkit/issues/5409">#5409</a> <a href="https://redirect.github.com/moby/buildkit/issues/5442">#5442</a></li> <li>Allow Git builds from SHA references that are not part of a branch or tag <a href="https://redirect.github.com/moby/buildkit/issues/5441">#5441</a></li> <li>Improve OpenTelemetry tracing for authentication routines <a href="https://redirect.github.com/moby/buildkit/issues/5432">#5432</a></li> <li>HTTP requests from build steps now use BuildKit specific user-agent like the Container registry requests <a href="https://redirect.github.com/moby/buildkit/issues/5407">#5407</a></li> <li><code>ExecOp</code> build steps now supports setting expected non-zero exit codes <a href="https://redirect.github.com/moby/buildkit/issues/5339">#5339</a></li> <li>Parameter options can now be passed to the SBOM scanner <a href="https://redirect.github.com/moby/buildkit/issues/5372">#5372</a></li> <li>Determinism of LLB marshaling has been improved to reduce unnecessary cache lookups <a href="https://redirect.github.com/moby/buildkit/issues/5374">#5374</a></li> <li>Completeness of history records is now validated at startup <a href="https://redirect.github.com/moby/buildkit/issues/5378">#5378</a></li> <li>Debug address now supports new flight recorder endpoints <a href="https://redirect.github.com/moby/buildkit/issues/5337">#5337</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/fd61877fa73693dcd4ef64c538f894ec216409a3"><code>fd61877</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5464">#5464</a> from dvdksn/docs-s-parent-base</li> <li><a href="https://github.com/moby/buildkit/commit/5f27278ee356e965f010429634a58e1a908adfb1"><code>5f27278</code></a> docs: s/parent image/base image/</li> <li><a href="https://github.com/moby/buildkit/commit/d09c1e2960a87448e2b8b7e2e9e7509671225cee"><code>d09c1e2</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5462">#5462</a> from tonistiigi/deps-update-20241028</li> <li><a href="https://github.com/moby/buildkit/commit/cda279eb5715c39f7e3e93e02206f06c165ee781"><code>cda279e</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/5449">#5449</a> from dvdksn/check-undefined-var</li> <li><a href="https://github.com/moby/buildkit/commit/c9a25c4d8af7c61d6d5844201f58902e07ee5bb3"><code>c9a25c4</code></a> pb: regenerate protobuf</li> <li><a href="https://github.com/moby/buildkit/commit/3220d67fe66a33111a59c56a7dd29b72e5dd3ce5"><code>3220d67</code></a> vendor: revert containerd 1.7.23 because errdefs changes incompatible</li> <li><a href="https://github.com/moby/buildkit/commit/22d8ebae85e1d313092b453cd2e44a1f9e319f17"><code>22d8eba</code></a> Dockerfile: update xx to v1.5.0</li> <li><a href="https://github.com/moby/buildkit/commit/b5c41557e9461d181b48f0b0b7b9078b28a83e22"><code>b5c4155</code></a> vendor: update compress to v1.17.11</li> <li><a href="https://github.com/moby/buildkit/commit/2c5c4a3532ce3bc68ded740f6f15b5f800839709"><code>2c5c4a3</code></a> vendor: update cli to v1.22.16</li> <li><a href="https://github.com/moby/buildkit/commit/f01d41c2b539bac6429a83e94a28b478a00ac3bc"><code>f01d41c</code></a> vendor: update azidentity to v1.6.0</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.13.2...v0.17.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.13.2&new-version=0.17.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 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:36 +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#2474
No description provided.