Releases: containers/podman
Releases · containers/podman
v5.0.0-RC3
This is the third release candidate of Podman 5.0.0. Full release notes will be available with the fourth release candidate.
v5.0.0-RC2
This is the second release candidate for Podman v5.0.0.
Release notes are not yet available, but will be published as part of a subsequent release candidate.
v4.9.3
v5.0.0-RC1
This is the first release candidate for Podman v5.0.0.
Release notes are not yet available, but will be published as part of a subsequent release candidate.
v4.9.2
Security
- This release addresses a number of Buildkit vulnerabilities including but not limited to: CVE-2024-23651, CVE-2024-23652, and CVE-2024-23653.
Misc
- Updated Buildah to v1.33.5
- Updated the containers/common library to v0.57.4
v4.9.1
Bugfixes
- Fixed a bug where the
--rootful
option topodman machine set
would not set the machine to use the root connection (#21195). - Fixed a bug where podman would crash when running in a containerized environment with
euid != 0
and capabilities set (#20766). - Fixed a bug where the
podman info
command would crash on if called multiple times when podman was running aseuid=0
withoutCAP_SYS_ADMIN
(#20908). - Fixed a bug where
podman machine
commands were not relayed to the correct machine on AppleHV (#21115). - Fixed a bug where the
podman machine list
andpodman machine inspect
commands would not show the correctLast Up
time on AppleHV (#21244).
Misc
- Updated the Mac pkginstaller QEMU to v8.2.1
- Updated Buildah to v1.33.4
- Updated the containers/image library to v5.29.2
- Updated the containers/common library to v0.57.3
v4.9.0
Features
- The
podman farm
suite of commands for multi-architecture builds is now fully enabled and documented. - Add a network recovery service to Podman Machine VMs using the QEMU backend to detect and recover from an inoperable host networking issues experienced by Mac users when running for long periods of time.
Bugfixes
- Fixed a bug where the HyperV provider for
podman machine
did not forward the API socket to the host machine. - Fixed a bug where improperly formatted annotations passed to
podman kube play
could cause Podman to panic. - Fixed a bug where
podman system reset
could fail if non-Podman containers (e.g. containers created by Buildah) were present.
Misc
- Containers run in
podman machine
VMs now default to a PID limit of unlimited, instead of 2048.
v4.8.3
Security
- Fixed GHSA-45x7-px36-x8w8: CVE-2023-48795 by vendoring golang.org/x/crypto v0.17.0.
v4.8.2
Bugfixes
- Fixed a bug in the MacOS pkginstaller where Podman machine was using a different QEMU binary than the one installed using the installer, if it existed on the system (#20808).
- Fixed a bug on Windows (WSL) with the first-time install of user-mode networking when using the init command, as opposed to set (#20921).
Quadlet
- Fixed a bug where Kube image build failed when starting service with missing image (#20432).
v4.8.1
Bugfixes
- Fixed a bug on Windows (WSL) where wsl.conf/resolv.conf was not restored when user-mode networking was disabled after being enabled (#20625).
- Fixed a bug where currently if user specifies
podman kube play --replace
, the pod is removed on the client side, not the server side (#20705). - Fixed a bug where
podman machine rm -f
would cause a deadlock when running with WSL. - Fixed
database is locked
errors with the new sqlite database backend (#20809). - Fixed a bug where
podman-remote exec
would fail if the server API version is older than 4.8.0 (#20821). - Fixed a bug where Podman would not run any command on systems with a symlinked $HOME (#20872).