Bugfixes
- Fixed a bug where unit files created by
podman generate systemd
could not cleanup shut down containers when stopped bysystemctl stop
(#11304). - Fixed a bug where
podman machine
commands would not properly locate thegvproxy
binary in some circumstances. - Fixed a bug where containers created as part of a pod using the
--pod-id-file
option would not join the pod's network namespace (#11303). - Fixed a bug where Podman, when using the systemd cgroups driver, could sometimes leak dbus sessions.
- Fixed a bug where the
until
filter topodman logs
andpodman events
was improperly handled, requiring input to be negated (#11158). - Fixed a bug where rootless containers using CNI networking run on systems using
systemd-resolved
for DNS would fail to start if resolved symlinked/etc/resolv.conf
to an absolute path (#11358).
API
- A large number of potential file descriptor leaks from improperly closing client connections have been fixed.