Release notes for v6.0.2

Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
Matt Heon 2026-07-21 16:10:25 -04:00
parent eaef6f83ea
commit 7e19474b19

View file

@ -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.