From 3b1ae51c60641e882bec55c26eca745e180048b6 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 29 Sep 2025 10:57:38 -0400 Subject: [PATCH] Release notes for v5.6.2 Signed-off-by: Ashley Cui --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index deffec2f89..b47492737c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## 5.6.2 +### Bugfixes +- Fixed a bug where stopping the `podman machine start` command with SIGPIPE could result in machine state being stuck as "Starting" ([#26949](https://github.com/containers/podman/issues/26949)). +- Fixed a bug where `podman build` would fail with a permissions error when building Containerfiles using a non-root user and cache mounts ([#27044](https://github.com/containers/podman/issues/27044)). + +### Misc +- Updated Buildah to v1.41.5 + ## 5.6.1 ### Security - This release addresses CVE-2025-9566, where Kubernetes YAML run by `podman play kube` containing `ConfigMap` and `Secret` volumes can use crafted symlinks to overwrite content on the host.