mirror of https://github.com/docker/docs.git
Merge pull request #22689 from crazy-max/buildx-0.24.0-release-notes
build: buildx 0.24.0 release notes
This commit is contained in:
commit
5ad9cd6185
|
@ -10,11 +10,33 @@ toc_max: 2
|
|||
This page contains information about the new features, improvements, and bug
|
||||
fixes in [Docker Buildx](https://github.com/docker/buildx).
|
||||
|
||||
## 0.24.0
|
||||
|
||||
{{< release-date date="2025-05-21" >}}
|
||||
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.24.0).
|
||||
|
||||
### Enhancements
|
||||
|
||||
- New `type` attribute added to the `variable` block in Bake to allow explicit typing of variables. [docker/buildx#3167](https://github.com/docker/buildx/pull/3167), [docker/buildx#3189](https://github.com/docker/buildx/pull/3189), [docker/buildx#3198](https://github.com/docker/buildx/pull/3198)
|
||||
- New `--finalize` flag added to the `history export` command to finalize build traces before exporting. [docker/buildx#3152](https://github.com/docker/buildx/pull/3152)
|
||||
- Compose compatibility has been updated to v2.6.3. [docker/buildx#3191](https://github.com/docker/buildx/pull/3191), [docker/buildx#3171](https://github.com/docker/buildx/pull/3171)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Fix issue where some builds may leave behind temporary files after completion. [docker/buildx#3133](https://github.com/docker/buildx/pull/3133)
|
||||
- Fix wrong image ID returned when building with Docker when containerd-snapshotter is enabled. [docker/buildx#3136](https://github.com/docker/buildx/pull/3136)
|
||||
- Fix possible panic when using empty `call` definition with Bake. [docker/buildx#3168](https://github.com/docker/buildx/pull/3168)
|
||||
- Fix possible malformed Dockerfile path with Bake on Windows. [docker/buildx#3141](https://github.com/docker/buildx/pull/3141)
|
||||
- Fix current builder not being available in JSON output for `ls` command. [docker/buildx#3179](https://github.com/docker/buildx/pull/3179)
|
||||
- Fix OTEL context not being propagated to Docker daemon. [docker/buildx#3146](https://github.com/docker/buildx/pull/3146)
|
||||
|
||||
## 0.23.0
|
||||
|
||||
{{< release-date date="2025-04-15" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.23.0).
|
||||
|
||||
### New
|
||||
|
@ -37,7 +59,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2025-03-18" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.22.0).
|
||||
|
||||
### New
|
||||
|
@ -62,7 +84,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2025-02-19" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.21.0).
|
||||
|
||||
### New
|
||||
|
@ -90,7 +112,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2025-01-23" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.20.1).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -102,7 +124,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2025-01-20" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.20.0).
|
||||
|
||||
> [!NOTE]
|
||||
|
@ -145,7 +167,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-11-27" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.19.1).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -160,7 +182,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-11-27" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.19.0).
|
||||
|
||||
### New
|
||||
|
@ -202,7 +224,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-10-31" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.18.0).
|
||||
|
||||
### New
|
||||
|
@ -237,7 +259,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-09-13" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.17.1).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -256,7 +278,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-09-10" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.17.0).
|
||||
|
||||
### New
|
||||
|
@ -308,7 +330,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-07-25" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.16.2).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -319,7 +341,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-07-18" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.16.1).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -331,7 +353,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-07-11" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.16.0).
|
||||
|
||||
### New
|
||||
|
@ -365,7 +387,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-06-18" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.15.1).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -377,7 +399,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-06-11" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.15.0).
|
||||
|
||||
### New
|
||||
|
@ -406,7 +428,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-04-18" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.14.0).
|
||||
|
||||
### Enhancements
|
||||
|
@ -454,7 +476,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-03-13" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.13.1).
|
||||
|
||||
### Bug fixes
|
||||
|
@ -466,7 +488,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-03-06" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.13.0).
|
||||
|
||||
### New
|
||||
|
@ -508,7 +530,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2024-01-12" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.12.1).
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
@ -520,7 +542,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2023-11-16" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.12.0).
|
||||
|
||||
### New
|
||||
|
@ -613,7 +635,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2023-07-18" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.11.2).
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
@ -627,7 +649,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2023-07-05" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.11.1).
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
@ -645,7 +667,7 @@ The full release note for this release is available
|
|||
|
||||
{{< release-date date="2023-06-13" >}}
|
||||
|
||||
The full release note for this release is available
|
||||
The full release notes for this release are available
|
||||
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.11.0).
|
||||
|
||||
### New
|
||||
|
|
Loading…
Reference in New Issue