[PR #1589] [MERGED] build(deps): bump github.com/moby/buildkit from 0.11.1 to 0.11.2 #2020

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1589
Author: @dependabot[bot]
Created: 1/30/2023
Status: Merged
Merged: 1/30/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • de1c316 build(deps): bump github.com/moby/buildkit from 0.11.1 to 0.11.2
  • f212dec Merge branch 'master' into dependabot/go_modules/github.com/moby/buildkit-0.11.2

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps github.com/moby/buildkit from 0.11.1 to 0.11.2.

Release notes

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

v0.11.2

Welcome to the 0.11.2 release of buildkit!

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

Notable changes

  • Update containerd patches to fix regression in handling push errors #3531
  • Multiple fixes for History API #3530
  • Fix issue with parallel build requests using local cache imports #3493

Dependency Changes

  • github.com/containerd/containerd v1.6.14 -> 1709cfe273d9
  • github.com/pelletier/go-toml v1.9.4 -> v1.9.5

Previous release can be found at v0.11.1

Commits
  • 9449399 Merge pull request #3540 from tonistiigi/v0.11.2-picks2
  • b71812b Make local cache non-lazy
  • 2e5781e Merge pull request #3538 from tonistiigi/v0.11.2-picks
  • 7e3f6b8 vendor: update containerd to v1.6.16-0.1709cfe273d9
  • 926b2e5 control: send current timestamp header with event streams
  • 4896b62 buildctl: add ref-file to get history record for a build
  • 2445185 client: make sure ref is configurable for the history API
  • b3b0b85 history: save completed steps with cache stats
  • d23615c history: fix exporter key not being passed
  • 4659194 history: fix logs and traces are saving on canceled builds
  • 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)

🔄 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/1589 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2023 **Status:** ✅ Merged **Merged:** 1/30/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.11.2` --- ### 📝 Commits (2) - [`de1c316`](https://github.com/nektos/act/commit/de1c316ed0a4f4c430fc1644447813017fce2e8c) build(deps): bump github.com/moby/buildkit from 0.11.1 to 0.11.2 - [`f212dec`](https://github.com/nektos/act/commit/f212decee0dd10a428ca5a88a5d4a16fc69473d8) Merge branch 'master' into dependabot/go_modules/github.com/moby/buildkit-0.11.2 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.1 to 0.11.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.11.2</h2> <p>Welcome to the 0.11.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>Update containerd patches to fix regression in handling push errors <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3531">#3531</a></li> <li>Multiple fixes for History API <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3530">#3530</a></li> <li>Fix issue with parallel build requests using local cache imports <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3493">#3493</a></li> </ul> <h3>Dependency Changes</h3> <ul> <li><strong>github.com/containerd/containerd</strong> v1.6.14 -&gt; 1709cfe273d9</li> <li><strong>github.com/pelletier/go-toml</strong> v1.9.4 -&gt; v1.9.5</li> </ul> <p>Previous release can be found at <a href="https://github.com/moby/buildkit/releases/tag/v0.11.1">v0.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/944939944ca4cc58a11ace4af714083cfcd9a3c7"><code>9449399</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3540">#3540</a> from tonistiigi/v0.11.2-picks2</li> <li><a href="https://github.com/moby/buildkit/commit/b71812b7811f6660612db4741cff8ceaea902a19"><code>b71812b</code></a> Make local cache non-lazy</li> <li><a href="https://github.com/moby/buildkit/commit/2e5781e1e993782b9511365b3bcbc309b791aab1"><code>2e5781e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moby/buildkit/issues/3538">#3538</a> from tonistiigi/v0.11.2-picks</li> <li><a href="https://github.com/moby/buildkit/commit/7e3f6b895f86d3ed14058c18339b8a17bcc8fb2b"><code>7e3f6b8</code></a> vendor: update containerd to v1.6.16-0.1709cfe273d9</li> <li><a href="https://github.com/moby/buildkit/commit/926b2e5d02ac7d5ea785f11e62f4fd5e3b8febcf"><code>926b2e5</code></a> control: send current timestamp header with event streams</li> <li><a href="https://github.com/moby/buildkit/commit/4896b6209b068c464d0318bd37ef89fdfb20150e"><code>4896b62</code></a> buildctl: add ref-file to get history record for a build</li> <li><a href="https://github.com/moby/buildkit/commit/2445185191fb9029594af67852f5d96df1595691"><code>2445185</code></a> client: make sure ref is configurable for the history API</li> <li><a href="https://github.com/moby/buildkit/commit/b3b0b854b403fc82470517ae52d2d42a03b8f911"><code>b3b0b85</code></a> history: save completed steps with cache stats</li> <li><a href="https://github.com/moby/buildkit/commit/d23615c79c09036bd99befe31ffeb1b62773aafd"><code>d23615c</code></a> history: fix exporter key not being passed</li> <li><a href="https://github.com/moby/buildkit/commit/46591945c166027aac07a6bb8b655b36b16dfd36"><code>4659194</code></a> history: fix logs and traces are saving on canceled builds</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.11.1...v0.11.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.11.1&new-version=0.11.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 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:53:40 +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#2020
No description provided.