[PR #1947] [MERGED] build(deps): bump github.com/moby/buildkit from 0.12.0 to 0.12.1 #2204

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1947
Author: @dependabot[bot]
Created: 8/7/2023
Status: Merged
Merged: 8/7/2023
Merged by: @mergify[bot]

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


📝 Commits (1)

  • f8aa8a5 build(deps): bump github.com/moby/buildkit from 0.12.0 to 0.12.1

📊 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.12.0 to 0.12.1.

Release notes

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

v0.12.1

Welcome to the 0.12.1 release of buildkit!

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

Notable changes

  • Fix possible goroutine leak in resource monitor for failed containers #4081
  • Fix possible tracing socket path length error on some configurations #3483
Commits
  • bb857a0 Merge pull request #4088 from tonistiigi/v0.12.1-picks
  • 5d53119 executor: fix resource sampler goroutine leak
  • 4b6ca80 [v0.11] make tracing socket forward error non-fatal
  • 2556ec9 Merge pull request #4055 from crazy-max/v0.12_fix-integration-compat-check
  • a8789cb integration: missing env var to check feature compat
  • eac61c9 Merge pull request #4047 from crazy-max/v0.12_backport_test-images_update
  • 6b0023d test: update pinned busybox image to 1.36
  • 4fcb54a test: update pinned alpine image to 3.18
  • be7f064 Merge pull request #4043 from thaJeztah/0.12_backport_update_engine2
  • 754442a Merge pull request #4038 from thaJeztah/0.12_backport_update_cli_24.0.4
  • 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/1947 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 8/7/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/moby/buildkit-0.12.1` --- ### 📝 Commits (1) - [`f8aa8a5`](https://github.com/nektos/act/commit/f8aa8a5312a424e78ad35311f88d99b50155b725) build(deps): bump github.com/moby/buildkit from 0.12.0 to 0.12.1 ### 📊 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.12.0 to 0.12.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.12.1</h2> <p>Welcome to the 0.12.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 possible goroutine leak in resource monitor for failed containers <a href="https://redirect.github.com/moby/buildkit/issues/4081">#4081</a></li> <li>Fix possible tracing socket path length error on some configurations <a href="https://redirect.github.com/moby/buildkit/issues/3483">#3483</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/buildkit/commit/bb857a0d49f45aa0ce9cd554b78d4075553e20f9"><code>bb857a0</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4088">#4088</a> from tonistiigi/v0.12.1-picks</li> <li><a href="https://github.com/moby/buildkit/commit/5d531192d4ab347b3213f191cb636d8ffe31bee9"><code>5d53119</code></a> executor: fix resource sampler goroutine leak</li> <li><a href="https://github.com/moby/buildkit/commit/4b6ca80291468823163973baa5df1acd0092bfa1"><code>4b6ca80</code></a> [v0.11] make tracing socket forward error non-fatal</li> <li><a href="https://github.com/moby/buildkit/commit/2556ec96588527d3734dbf65b1ad4e734927f135"><code>2556ec9</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4055">#4055</a> from crazy-max/v0.12_fix-integration-compat-check</li> <li><a href="https://github.com/moby/buildkit/commit/a8789cbd4a657836d1b747a9c4eb54fed4e221bd"><code>a8789cb</code></a> integration: missing env var to check feature compat</li> <li><a href="https://github.com/moby/buildkit/commit/eac61c91901ed4ce8e7c814c8f9183ea03895adf"><code>eac61c9</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4047">#4047</a> from crazy-max/v0.12_backport_test-images_update</li> <li><a href="https://github.com/moby/buildkit/commit/6b0023d3d75c2b1ef8b4ea16f89992130f1278d1"><code>6b0023d</code></a> test: update pinned busybox image to 1.36</li> <li><a href="https://github.com/moby/buildkit/commit/4fcb54a61dd8450851d4496d9732a4e1fb285eb7"><code>4fcb54a</code></a> test: update pinned alpine image to 3.18</li> <li><a href="https://github.com/moby/buildkit/commit/be7f064d709e64c3f33e1989cad3f410bedece42"><code>be7f064</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4043">#4043</a> from thaJeztah/0.12_backport_update_engine2</li> <li><a href="https://github.com/moby/buildkit/commit/754442a65072930fec7e21f5bd4870d2ac229292"><code>754442a</code></a> Merge pull request <a href="https://redirect.github.com/moby/buildkit/issues/4038">#4038</a> from thaJeztah/0.12_backport_update_cli_24.0.4</li> <li>Additional commits viewable in <a href="https://github.com/moby/buildkit/compare/v0.12.0...v0.12.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.0&new-version=0.12.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 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:54:26 +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#2204
No description provided.