From 7e19474b19a2f49829418f4089b52f4e0c84be75 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jul 2026 16:10:25 -0400 Subject: [PATCH] Release notes for v6.0.2 Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d9f0183099..a26bdbf6f1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## 6.0.2 +### Bugfixes +- Fixed a bug where `podman machine` VMs created by the WSL provider on Windows were not properly cleaned up if the `podman machine init` command failed ([#27036](https://github.com/podman-container-tools/podman/issues/27036)). +- Fixed a bug where the Windows installer for Podman would, when installing for all users, incorrectly modify the path of only the user installing Podman ([#29160](https://github.com/podman-container-tools/podman/issues/29160)). +- Fixed a bug where the remote Podman client would throw errors when run on a Linux system that was not using Cgroups v2 ([#29241](https://github.com/podman-container-tools/podman/issues/29241)). + +### Misc +- Updated Buildah to v1.44.1 + ## 6.0.1 ### Bugfixes - Fixed a bug where Podman Machine VMs on Mac using the `libkrun` provider could be regularly turned off by a port-scanning process on the host unintentionally commanding the VM to shut down.