Features
- Containers inside VMs created by
podman machinewill now automatically handle port forwarding - containers inpodman machineVMs that publish ports via--publishor--publish-allwill have these ports not just forwarded on the VM, but also on the host system. - The
podman play kubecommand's--networkoption now accepts advanced network options (e.g.--network slirp4netns:port_handler=slirp4netns) (#10807). - The
podman play kubecommmand now supports Kubernetes liveness probes, which will be created as Podman healthchecks. - Podman now provides a systemd unit,
podman-restart.service, which, when enabled, will restart all containers that were started with--restart=alwaysafter the system reboots. - Rootless Podman can now be configured to use CNI networking by default by using the
rootless_networkingoption incontainers.conf. - Images can now be pulled using
image:tag@digestsyntax (e.g.podman pull fedora:34@sha256:1b0d4ddd99b1a8c8a80e885aafe6034c95f266da44ead992aab388e6aa91611a) (#6721). - The
podman container checkpointandpodman container restorecommands can now be used to checkpoint containers that are in pods, and restore those containers into pods. - The
podman container restorecommand now features a new option,--publish, to change the ports that are forwarded to a container that is being restored from an exported checkpoint. - The
podman container checkpointcommand now features a new option,--compress, to specify the compression algorithm that will be used on the generated checkpoint. - The
podman pullcommand can now pull multiple images at once (e.g.podman pull fedora:34 ubi8:latestwill pull both specified images). - THe
podman cpcommand can now copy files from one container into another directly (e.g.podman cp containera:/etc/hosts containerb:/etc/) (#7370). - The
podman cpcommand now supports a new option,--archive, which controls whether copied files will be chown'd to the UID and GID of the user of the destination container. - The
podman statscommand now provides two additional metrics: Average CPU, and CPU time. - The
podman pod createcommand supports a new flag,--pid, to specify the PID namespace of the pod. If specified, containers that join the pod will automatically share its PID namespace. - The
podman pod createcommand supports a new flag,--infra-name, which allows the name of the pod's infra container to be set (#10794). - The
podman auto-updatecommand has had its output reformatted - it is now much clearer what images were pulled and what containers were updated. - The
podman auto-updatecommand now supports a new option,--dry-run, which reports what would be updated but does not actually perform the update (#9949). - The
podman buildcommand now supports a new option,--secret, to mount secrets into build containers. - The
podman manifest removecommand now has a new alias,podman manifest rm. - The
podman logincommand now supports a new option,--verbose, to print detailed information about where the credentials entered were stored. - The
podman eventscommand now supports a new event,exec_died, which is produced when an exec session exits, and includes the exit code of the exec session. - The
podman system connection addcommand now supports adding connections that connect using thetcp://andunix://URL schemes. - The
podman system connection listcommand now supports a new flag,--format, to determine how the output is printed. - The
podman volume pruneandpodman volume lscommands'--filteroption now support a new filter,until, that matches volumes created before a certain time (#10579). - The
podman ps --filteroption'snetworkfilter now accepts a new value:container:, which matches containers that share a network namespace with a specific container (#10361). - The
podman diffcommand can now accept two arguments, allowing two images or two containers to be specified; the diff between the two will be printed (#10649). - Podman can now optionally copy-up content from containers into volumes mounted into those containers earlier (at creation time, instead of at runtime) via the
prepare_on_createoption incontainers.conf(#10262). - A new option,
--gpus, has been added topodman createandpodman runas a no-op for better compatibility with Docker. If the nvidia-container-runtime package is installed, GPUs should be automatically added to containers without using the flag. - If an invalid subcommand is provided, similar commands to try will now be suggested in the error message.
Changes
- The
podman system resetcommand now removes non-Podman (e.g. Buildah and CRI-O) containers as well. - The new port forwarding offered by
podman machinerequires gvproxy in order to function. - Podman will now automatically create the default CNI network if it does not exist, for both root and rootless users. This will only be done once per user - if the network is subsequently removed, it will not be recreated.
- The
install.cnimakefile option has been removed. It is no longer required to distribute the default87-podman.conflistCNI configuration file, as Podman will now automatically create it. - The
--rootoption to Podman will not automatically clear all default storage options when set. Storage options can be set manually using--storage-opt(#10393). - The output of
podman system connection listis now deterministic, with connections being sorted alpabetically by their name. - The auto-update service (
podman-auto-update.service) has had its default timer adjusted so it now starts at a random time up to 15 minutes after midnight, to help prevent system congestion from numerous daily services run at once. - Systemd unit files generated by
podman generate systemdnow depend onnetwork-online.targetby default (#10655). - The
podman infocommand's logic for detecting package versions on Gentoo has been improved, and should be significantly faster.
Bugfixes
- Fixed a bug where the
podman play kubecommand did not perform SELinux relabelling of volumes specified with amountPaththat included the:zor:Zoptions (#9371). - Fixed a bug where the
podman play kubecommand would ignore theUSERandEXPOSEdirectives in images (#9609). - Fixed a bug where the
podman play kubecommand would only accept lowercase pull policies. - Fixed a bug where named volumes mounted into containers with the
:zor:Zoptions were not appropriately relabelled for access from the container (#10273). - Fixed a bug where the
podman logs -fcommand, with thejournaldlog driver, could sometimes fail to pick up the last line of output from a container (#10323). - Fixed a bug where running
podman rmon a container created with the--rmoption would occasionally emit an error message saying the container failed to be removed, when it was successfully removed. - Fixed a bug where starting a Podman container would segfault if the
LISTEN_PIDandLISTEN_FDSenvironment variables were set, butLISTEN_FDNAMESwas not (#10435). - Fixed a bug where exec sessions in containers were sometimes not cleaned up when run without
-dand when the associatedpodman execprocess was killed before completion. - Fixed a bug where
podman system servicecould, when run in a systemd unit file with sdnotify in use, drop some connections when it was starting up. - Fixed a bug where containers run using the REST API using the
slirp4netnsnetwork mode would leave zombie processes that were not cleaned up untilpodman system serviceexited (#9777). - Fixed a bug where the
podman system servicecommand would leave zombie processes after its initial launch that were not cleaned up until it exited (#10575). - Fixed a bug where VMs created by
podman machinecould not be started after the host system restarted (#10824). - Fixed a bug where the
podman pod pscommand would not show headers for optional information (e.g. container names when the--ctr-namesoption was given). - Fixed a bug where the remote Podman client's
podman createandpodman runcommands would ignore timezone configuration from the server'scontainers.conffile (#11124). - Fixed a bug where the remote Podman client's
podman buildcommand would only respect.containerignoreand not.dockerignorefiles (when both are present,.containerignorewill be preferred) (#10907). - Fixed a bug where the remote Podman client's
podman buildcommand would fail to send the Dockerfile being built to the server when it was excluded by the.dockerignorefile, resulting in an error (#9867). - Fixed a bug where the remote Podman client's
podman buildcommand could unexpectedly stop streaming the output of the build (#10154). - Fixed a bug where the
podman manifest createcommand accepted at most two arguments (an arbitrary number of images are allowed as arguments, which will be added to the manifest). - Fixed a bug where named volumes would not be properly chowned to the UID and GID of the directory they were mounted over when first mounted into a container (#10776).
- Fixed a bug where the remote Podman client's
podman exec -icommand would hang when input was provided via shell redirection (e.g.podman --remote exec -i foo cat <<<"hello") (#7360). - Fixed a bug where containers created with
--rmwere not immediately removed after being started bypodman startif they failed to start (#10935). - Fixed a bug where the
--storage-optflag topodman createandpodman runwas nonfunctional (#10264). - Fixed a bug where the
--device-cgroup-ruleoption topodman createandpodman runwas nonfunctional (#10302). - Fixed a bug where the
--tls-verifyoption topodman manifest pushwas nonfunctional. - Fixed a bug where the
podman importcommand could, in some circumstances, produce empty images (#10994). - Fixed a bug where images pulled using the
docker-daemon:transport had the wrong registry (localhostinstead ofdocker.io/library) (#10998). - Fixed a bug where operations that pruned images (
podman image pruneandpodman system prune) would prune untagged images with children (#10832). - Fixed a bug where dual-stack networks created by
podman network createdid not properly auto-assign an IPv4 subnet when one was not explicitly specified (#11032). - Fixed a bug where port forwarding using the
rootlessportport forwarder would break when a network was disconnected and then reconnected (#10052). - Fixed a bug where Podman would ignore user-specified SELinux policies for containers using the Kata OCI runtime, or containers using systemd as PID 1 (#11100).
- Fixed a bug where Podman containers created using
--net=hostwould add an entry to/etc/hostsfor the container's hostname pointing to127.0.1.1(#10319). - Fixed a bug where the
podman unpause --allcommand would throw an error for every container that was not paused (#11098). - Fixed a bug where timestamps for the
sinceanduntilfilters using Unix timestamps with a nanoseconds portion could not be parsed (#11131). - Fixed a bug where the
podman infocommand would sometimes print the wrong path for theslirp4netnsbinary.
API
- Fixed a bug where the Compat List endpoint for Containers included healthcheck information for all containers, even those that did not have a configured healthcheck.
- Fixed a bug where the Compat Create endpoint for Containers would fail to create containers with the
NetworkModeparameter set todefault(#10569). - Fixed a bug where the Compat Create endpoint for Containers did not properly handle healthcheck commands (#10617).
- Fixed a bug where the Compat Wait endpoint for Containers would always send an empty string error message when no error occurred.
- Fixed a bug where the Libpod Stats endpoint for Containers would not error when run on rootless containers on cgroups v1 systems (nonsensical results would be returned, as this configuration cannot be supportable).
- Fixed a bug where the Compat List endpoint for Images omitted the
ContainerConfigfield (#10795). - Fixed a bug where the Compat Pull endpoint for Images could fail, but return a 200 status code, if an image name that could not be parsed was provided.
- Fixed a bug where the Compat Pull endpoint for Images would continue to pull images after the client disconnected.
- Fixed a bug where the Compat List endpoint for Networks would fail for non-bridge (e.g. macvlan) networks (#10266).
- Fixed a bug where the Libpod List endpoint for Networks would return nil, instead of an empty list, when no networks were present (#10495).
- The Compat and Libpod Logs endpoints for Containers now support the
untilquery parameter (#10859). - The Compat Import endpoint for Images now supports the
platform,message, andrepoquery parameters. - The Compat Pull endpoint for Images now supports the
platformquery parameter.
Misc
- Updated Buildah to v1.22.0
- Updated the containers/storage library to v1.33.1
- Updated the containers/image library to v5.15.0
- Updated the containers/common library to v0.42.1