Changes
- The
podman system connectioncommand has been temporarily disabled, as it was not functioning as expected.
Bugfixes
- Fixed a bug where the
podman pscommand would not truncate long container commands, resulting in display issues as the column could become extremely wide (the--no-truncflag can be used to print the full
command). - Fixed a bug where
podman podcommands operationg on multiple containers (e.g.podman pod stopandpodman pod kill) would not print errors from individual containers, but only a warning that some contain
ers had failed. - Fixed a bug where the
podman system servicecommand would panic if a connection to the Events endpoint hung up early (#6805). - Fixed a bug where rootless Podman would create anonymous and named volumes with the wrong owner for containers run with the
--userdirective. - Fixed a bug where the
TMPDIRenvironment variable (used for storing temporary files while pulling images) was not being defaulted (if unset) to/var/tmp. - Fixed a bug where the
--publishflag topodman createandpodman runrequired that a host port be specified if an IP address was given (#6806). - Fixed a bug where in
podman-remotecommands performing an attach (podman run,podman attach,podman start --attach,podman exec) did not properly configure the terminal on Windows. - Fixed a bug where the
--remoteflag to Podman required an argument, despite being a boolean (#6704). - Fixed a bug where the
podman generate systemd --newcommand could generate incorrect unit files for a pod if a container in the pod was created using the--pod=...flag (with an =, instead of a space, bef
ore the pod ID) (#6766). - Fixed a bug where
NPROCandNOFILErlimits could be improperly set for rootless Podman containers, causing them to fail to start. - Fixed a bug where
podman mountas rootless did not error (thepodman mountcommand cannot be run rootless unless it is run inside apodman unshareshell). - Fixed a bug where in some cases a race in events handling code could cause error messages related to retrieving events to be lost.
API
- Fixed a bug where the timestamp format for Libpod image list endpoint was incorrect - the format has been switched to Unix time.
- Fixed a bug where the compatability Create endpoint did not handle empty entrypoints properly.
- Fixed a bug where the compatibility network remove endpoint would improperly handle errors where the network was not found.
- Fixed a bug where containers would be created with improper permissions because of a umask issue (#6787).