Skip to content

Commit a818298

Browse files
buildx 0.21.0 release notes
Signed-off-by: Shaun Thompson <[email protected]>
1 parent 9bfe7ad commit a818298

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ toc_max: 2
1010
This page contains information about the new features, improvements, and bug
1111
fixes in [Docker Buildx](https://github.com/docker/buildx).
1212

13+
## 0.21.0
14+
15+
{{< release-date date="2025-02-19" >}}
16+
17+
The full release note for this release is available
18+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.21.0).
19+
20+
### Enhancements
21+
22+
- `COPY --chmod` now allows non-octal values. This feature was previously in the labs channel and is now available in the main release. [docker/buildx#5734](https://github.com/docker/buildx/pull/5734)
23+
24+
### Bug fixes
25+
26+
- Fix handling of "os.version" platform property if one is set by the base image [docker/buildx#5714](https://github.com/docker/buildx/pull/5714)
27+
- Fix errors where a named context metadata could be resolved even if it was not reachable by the current build configuration, leading to build error [docker/buildx#5688](https://github.com/docker/buildx/pull/5688)
28+
- Fix silently ignoring `RUN --device` flag when not in labs channel [docker/buildx#5738](https://github.com/docker/buildx/pull/5738)
29+
1330
## 0.20.1
1431

1532
{{< release-date date="2025-01-23" >}}

0 commit comments

Comments
 (0)