You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The podman system service command has been added, providing a preview of Podman's new Docker-compatible API. This API is still very new, and not yet ready for production use, but is available for early test
ing
Rootless Podman now uses Rootlesskit for port forwarding, which should greatly improve performance and capabilities
The podman untag command has been added to remove tags from images without deleting them
The podman inspect command on images now displays previous names they used
The podman generate systemd command now supports a --new option to generate service files that create and run new containers instead of managing existing containers
Support for --log-opt tag= to set logging tags has been added to the journald log driver
Added support for using Seccomp profiles embedded in images for podman run and podman create via the new --seccomp-policy CLI flag (#4806)
The podman play kube command now honors pull policy (#4880)
Bugfixes
Fixed a bug where the podman cp command would not copy the contents of directories when paths ending in /. were given (#4717)
Fixed a bug where the podman play kube command did not properly locate Seccomp profiles specified relative to localhost (#4555)
Fixed a bug where the podman info command for remote Podman did not show registry information (#4793)
Fixed a bug where the podman exec command did not support having input piped into it (#3302)
Fixed a bug where the podman cp command with rootless Podman on CGroups v2 systems did not properly determine if the container could be paused while copying ([#4813](https://github.com/containers/libpod/iss\
ues/4813))
Fixed a bug where rootless Podman could not be run in a systemd service on systems using CGroups v2 (#4833)
Fixed a bug where podman inspect would show CPUShares as 0, instead of the default (1024), when it was not explicitly set (#4822)
Fixed a bug where podman-remote push would segfault (#4706)
Fixed a bug where image healthchecks were not shown in the output of podman inspect (#4799)
Fixed a bug where named volumes created with containers from pre-1.6.3 releases of Podman would be autoremoved with their containers if the --rm flag was given, even if they were given names ([#5009](https:
//github.com//issues/5009))
Fixed a bug where podman history was not computing image sizes correctly (#4916)
Fixed a bug where Podman would not error on invalid values to the --sort flag to podman images
Fixed a bug where providing a name for the image made by podman commit was mandatory, not optional as it should be (#5027)
Fixed a bug where the remote Podman client would append an extra " to %PATH (#4335)
Fixed a bug where the podman build command would sometimes ignore the -f option and build the wrong Containerfile
Fixed a bug where the podman ps --filter command would only filter running containers, instead of all containers, if --all was not passed (#5050)
Fixed a bug where the podman load command on compressed images would leave an extra copy on disk