Changes
- The
podman system connectioncommand was mistakenly omitted from the 2.0 release, and has been included here. - The
podman ps --format=jsoncommand once again includes container's creation time in a human-readable format in theCreatedAtkey. - The
podman inspectcommands on containers now displays forwarded ports in a format compatible withdocker inspect. - The
--log-level=debugflag topodman runandpodman execwill enable syslog for exit commands, ensuring that debug logs are collected for these otherwise-unlogged commands.
Bugfixes
- Fixed a bug where
podman builddid not properly handle the--http-proxyand--cgroup-managerflags. - Fixed a bug where error messages related to a missing or inaccessible
/etc/subuidor/etc/subgidfile were very unclear (#6572). - Fixed a bug where the
podman logs --followcommand would not stop when the container being followed exited. - Fixed a bug where the
--privilegedflag had mistakenly been marked as conflicting with--group-addand--security-opt. - Fixed a bug where the
PODMAN_USERNSenvironment variable was not being honored (#6705). - Fixed a bug where the
podman image loadcommand would require one argument be passed, when no arguments is also valid (#6718). - Fixed a bug where the bash completions did not include the
podman networkcommand and its subcommands. - Fixed a bug where the mount command would not work inside of rootless containers (#6735).
- Fixed a bug where SSH agent authentication support was not properly working in the
podman-remoteandpodman --remotecommands. - Fixed a bug where the
podman untagcommand was not erroring when no matching image was found. - Fixed a bug where stop signal for containers was not being set properly if not explicitly provided.
- Fixed a bug where the
podman pscommand was not showing port mappings for containers which share a network namespace with another container (e.g. are part of a pod). - Fixed a bug where the
--remoteflag could unintentionally be forwarded into containers when usingpodman-remote. - Fixed a bug where unit files generated for pods by
podman generate systemdwould not allow individual containers to be restarted (#6770). - Fixed a bug where the
podman runandpodman createcommands did not support all transports thatpodman pulldoes (#6744). - Fixed a bug where the
labeloption to--security-optwould only be shown once inpodman inspect, even if provided multiple times.
API
- Fixed a bug where network endpoint URLs in the compatability API were mistakenly suffixed with
/json. - Fixed a bug where the Libpod volume creation endpoint returned 200 instead of 201 on success.
Misc
- Updated containers/common to v0.14.3