From 7fd2626862c4a6bae0c008a35f7398934c301e23 Mon Sep 17 00:00:00 2001 From: Shaun Thompson Date: Tue, 23 Jul 2024 21:28:35 -0400 Subject: [PATCH] add release notes for buildx v0.16.1 Signed-off-by: Shaun Thompson --- content/build/release-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/build/release-notes.md b/content/build/release-notes.md index cdf435cd56..85f3dd1c64 100644 --- a/content/build/release-notes.md +++ b/content/build/release-notes.md @@ -9,6 +9,18 @@ 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.1 + +{{< release-date date="2024-07-18" >}} + +The full release note for this release is available +[on GitHub](https://github.com/docker/buildx/releases/tag/v0.16.1). + +### Bug fixes + +- Fix possible panic due to data race in `buildx bake --print` command [docker/buildx#2603](https://github.com/docker/buildx/pull/2603/) +- Improve messaging about using `--debug` flag to inspect build warnings [docker/buildx#2612](https://github.com/docker/buildx/pull/2612/) + ## 0.16.0 {{< release-date date="2024-07-11" >}}