From e2549f6b5adf4ef336522db164a8f58a2aaad171 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:42:13 +0200 Subject: [PATCH] buildx 0.16.2 release notes Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/build/release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/build/release-notes.md b/content/build/release-notes.md index 85f3dd1c64..cbe5f852c0 100644 --- a/content/build/release-notes.md +++ b/content/build/release-notes.md @@ -9,6 +9,17 @@ toc_max: 2 This page contains information about the new features, improvements, and bug fixes in [Docker Buildx](https://github.com/docker/buildx). +## 0.16.2 + +{{< release-date date="2024-07-25" >}} + +The full release note for this release is available +[on GitHub](https://github.com/docker/buildx/releases/tag/v0.16.2). + +### Bug fixes + +- Fix possible "bad file descriptor" error when exporting local cache to NFS volume [docker/buildx#2629](https://github.com/docker/buildx/pull/2629/) + ## 0.16.1 {{< release-date date="2024-07-18" >}}