Skip to content

Releases: containers/podman

v5.0.0-RC5

08 Mar 02:47
v5.0.0-rc5
bbad09b
Compare
Choose a tag to compare
v5.0.0-RC5 Pre-release
Pre-release

This is the fifth release candidate of Podman 5.0.0. Full release notes will be available soon.

v5.0.0-rc4

05 Mar 10:40
v5.0.0-rc4
cfc5b8e
Compare
Choose a tag to compare
v5.0.0-rc4 Pre-release
Pre-release

This is the fourth release candidate of Podman 5.0.0. Full release notes will be available soon.

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