Skip to content

Releases: containers/podman

v5.0.0-RC3

22 Feb 21:04
v5.0.0-rc3
Compare
Choose a tag to compare
v5.0.0-RC3 Pre-release
Pre-release

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

16 Feb 16:44
v5.0.0-rc2
Compare
Choose a tag to compare
v5.0.0-RC2 Pre-release
Pre-release

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

13 Feb 22:38
v4.9.3
8d2b55d
Compare
Choose a tag to compare

Features

  • The podman container commit command now features a --config option which accepts a filename containing a JSON-encoded container configuration to be merged in to the newly-created image.

v5.0.0-RC1

08 Feb 16:36
v5.0.0-rc1
Compare
Choose a tag to compare
v5.0.0-RC1 Pre-release
Pre-release

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

02 Feb 23:30
v4.9.2
f9a48eb
Compare
Choose a tag to compare

Security

Misc

  • Updated Buildah to v1.33.5
  • Updated the containers/common library to v0.57.4

v4.9.1

01 Feb 14:10
v4.9.1
118829d
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where the --rootful option to podman 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 as euid=0 without CAP_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 and podman machine inspect commands would not show the correct Last 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

23 Jan 01:13
v4.9.0
f7c7b0a
Compare
Choose a tag to compare

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

03 Jan 13:54
v4.8.3
85dc30d
Compare
Choose a tag to compare

Security

v4.8.2

11 Dec 12:42
v4.8.2
aa54690
Compare
Choose a tag to compare

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

05 Dec 11:48
v4.8.1
ef6e5ac
Compare
Choose a tag to compare

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).