Bugfixes
- Fixed a bug where
podman machine initcould, under some circumstances, create invalid machine configurations which could not be started (#11824). - Fixed a bug where the
podman machine listcommand would not properly populate some output fields. - Fixed a bug where
podman machine rmcould leave dangling sockets from the removed machine (#11393). - Fixed a bug where
podman run --pids-limit=-1was not supported (it now sets the PID limit in the container to unlimited) (#11782). - Fixed a bug where
podman runandpodman attachcould throw errors about a closed network connection when STDIN was closed by the client (#11856). - Fixed a bug where the
podman stopcommand could fail when run on a container that had anotherpodman stopcommand run on it previously. - Fixed a bug where the
--syncflag topodman pswas nonfunctional. - Fixed a bug where the Windows and OS X remote clients'
podman statscommand would fail (#11909). - Fixed a bug where the
podman play kubecommand did not properly handle environment variables whose values contained an=(#11891). - Fixed a bug where the
podman generate kubecommand could generate invalid annotations when run on containers with volumes that use SELinux relabelling (:zor:Z) (#11929). - Fixed a bug where the
podman generate kubecommand would generate YAML including some unnecessary (set to default) fields (e.g. user and group, entrypoint, default protocol for forwarded ports) (#11914, #11915, and #11965). - Fixed a bug where the
podman generate kubecommand could, under some circumstances, generate YAML including an invalidtargetPortfield for forwarded ports (#11930). - Fixed a bug where rootless Podman's
podman infocommand could, under some circumstances, not read available CGroup controllers (#11931). - Fixed a bug where
podman container checkpoint --exportwould fail to checkpoint any container created with--log-driver=none(#11974).
API
- Fixed a bug where the Compat Create endpoint for Containers could panic when no options were passed to a bind mount of tmpfs (#11961).