All Versions
82
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 9

  • v0.8.5 Changes

    ๐Ÿ”‹ Features

    • โž• Added the ability to add a multipart entrypoint with podman run --entrypoint
    • ๐Ÿ‘Œ Improved help text when invalid commands are specified
    • ๐Ÿ‘ Greatly improved support for containers which use systemd as init

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed several bugs with rootless podman exec
    • ๐Ÿ›  Fixed rootless podman with a symlinked storage directory crashing
    • ๐Ÿ›  Fixed bug with podman ps and multiple filters where the interface did not match Docker
    • ๐Ÿ›  Fixed handling of resolv.conf on the host to handle symlinks
    • ๐Ÿ— Increased open file descriptor and process limits to match Docker and Buildah
    • ๐Ÿ›  Fixed podman run -h to specify the container's hostname (as it does in Docker) instead of printing help text
    • ๐Ÿ›  Fixed a bug with image shortname handling where repositories were incorrectly being treated as registries
    • ๐Ÿ›  Fixed a bug where podman wait was busywaiting and consuming large amounts of CPU
  • v0.8.4 Changes

    ๐Ÿ”‹ Features

    • โž• Added the podman pod top command
    • โž• Added the ability to easily share namespaces within a pod
    • โž• Added a pod statistics endpoint to the Varlink API
    • โž• Added information on container capabilities to the output of podman inspect

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a bug with the --device flag in podman run and podman create
    • ๐Ÿ›  Fixed podman pod stats to accept partial pod IDs and pod names
    • ๐Ÿ›  Fixed a bug with OCI hooks handling ALWAYS matches
    • ๐Ÿ›  Fixed a bug with privileged rootless containers with --net=host set
    • ๐Ÿ›  Fixed a bug where podman exec --user would not work with usernames, only numeric IDs
    • ๐Ÿ›  Fixed a bug where Podman was forwarding both TCP and UDP ports to containers when protocol was not specified
    • ๐Ÿ›  Fixed issues with Apparmor in rootless containers
    • ๐Ÿ›  Fixed an issue with database encoding causing some containers created by Podman versions 0.8.1 and below to be unusable.

    Compatibility:

    ๐Ÿš€ We switched JSON encoding/decoding to a new library for this release to address a compatibility issue introduced by v0.8.2. However, this may cause issues with containers created in 0.8.2 and 0.8.3 with custom DNS servers.