Skip to content

Commit

Permalink
ci(deps): update dependency docker/buildx from v0.14.0 to v0.14.1 (#754)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change | OpenSSF |
|---|---|---|---|
| [docker/buildx](https://togithub.com/docker/buildx) | patch |
`v0.14.0` -> `v0.14.1` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/buildx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/buildx)
|

---

### Release Notes

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

### [`v0.14.1`](https://togithub.com/docker/buildx/releases/tag/v0.14.1)

[Compare
Source](https://togithub.com/docker/buildx/compare/v0.14.0...v0.14.1)

buildx 0.14.1

Welcome to the 0.14.1 release of buildx!

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

##### Notable changes

- Fix possible duplicate requests when setting up a connection to
buildkit instance
[#&#8203;2467](https://togithub.com/docker/buildx/issues/2467)
- Fix error handling when merging multi-node build results
[#&#8203;2424](https://togithub.com/docker/buildx/issues/2424)
- Fix creating metadata file if `--print` is used
[#&#8203;2422](https://togithub.com/docker/buildx/issues/2422)
- Fix creating an empty image when "default load" and `--print` are both
set [#&#8203;2421](https://togithub.com/docker/buildx/issues/2421)
- Fix bake files that use same named context pointing to another target
multiple times with different names
[#&#8203;2444](https://togithub.com/docker/buildx/issues/2444)
- Defer metrics provider setup to updated docker/cli library
[#&#8203;2460](https://togithub.com/docker/buildx/issues/2460)

##### Dependency Changes

This release has no dependency changes

Previous release can be found at
[v0.14.0](https://togithub.com/docker/buildx/releases/tag/v0.14.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJzZW12ZXI6bm9uZSJdfQ==-->

Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
mazi-renovate[bot] authored May 23, 2024
1 parent ba894bc commit 82afede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
BINARY_NAME: ${{ github.event.repository.name }}

# renovate: datasource=github-releases depName=docker/buildx
BUILDX_VERSION: v0.14.0
BUILDX_VERSION: v0.14.1

jobs:
build:
Expand Down

0 comments on commit 82afede

Please sign in to comment.