From 351a55568a18d3059b46810db0a3f7f1e91b1686 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:31:27 +0100 Subject: [PATCH] build: buildx v0.12.1 release notes Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- 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 a8300e812d..0c78c88213 100644 --- a/content/build/release-notes.md +++ b/content/build/release-notes.md @@ -8,6 +8,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.12.1 + +{{< release-date date="2024-01-12" >}} + +The full release note for this release is available +[on GitHub](https://github.com/docker/buildx/releases/tag/v0.12.1). + +### Bug fixes and enhancements + +- Fix incorrect validation of some `--driver-opt` values that could cause a panic and corrupt state to be stored. + [docker/buildx#2176](https://github.com/docker/buildx/pull/2176) + ## 0.12.0 {{< release-date date="2023-11-16" >}}