Skip to content

build(deps): bump github.com/moby/buildkit from 0.23.0 to 0.23.1 #12964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps github.com/moby/buildkit from 0.23.0 to 0.23.1.

Release notes

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

v0.23.1

Welcome to the v0.23.1 release of buildkit!

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

Contributors

  • Derek McGowan

Notable Changes

  • Fix a possible issue where pulling images from some registries that don't handle the Range header correctly(Artifactory) would fail. #6040

Dependency Changes

  • github.com/containerd/containerd/v2 v2.1.1 -> v2.1.3

Previous release can be found at v0.23.0

Commits

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)

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.23.0...v0.23.1)

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 23, 2025 11:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2025
@dependabot dependabot bot requested a review from ndeloof June 23, 2025 11:35
@dependabot dependabot bot added the go Pull requests that update Go code label Jun 23, 2025
@dependabot dependabot bot requested a review from glours June 23, 2025 11:35
@glours glours enabled auto-merge (rebase) June 24, 2025 13:29
@glours glours merged commit 832a08f into main Jun 24, 2025
50 of 52 checks passed
@glours glours deleted the dependabot/go_modules/github.com/moby/buildkit-0.23.1 branch June 24, 2025 13:39
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jun 25, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | patch | `v2.37.2` -> `v2.37.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>docker/compose (docker/compose)</summary>

### [`v2.37.3`](https://github.com/docker/compose/releases/tag/v2.37.3)

[Compare Source](docker/compose@v2.37.2...v2.37.3)

#### What's Changed

##### ✨ Improvements

- add support for cache\_to with bake by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12959

##### 🐛 Fixes

- fix bake intergation by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12960
- don't create services passed as parameters of run command during dependencies creation process by [@&#8203;glours](https://github.com/glours) in docker/compose#12968
- inject secrets/config just before container is started by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12970
- propagate target docker host set by --host to Bake by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12961

##### 🔧  Internal

- pkg/compose: remove uses of ExecOptions.Detach by [@&#8203;thaJeztah](https://github.com/thaJeztah) in docker/compose#12950

##### ⚙️ Dependencies

- build(deps): bump github.com/moby/buildkit from 0.23.0 to 0.23.1 by [@&#8203;dependabot](https://github.com/dependabot) in docker/compose#12964

**Full Changelog**: docker/compose@v2.37.2...v2.37.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant