Skip to content

Releases: containers/podman-py

v4.5.1

31 May 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

27 Apr 19:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.5.0

v4.4.1

21 Feb 20:45
Compare
Choose a tag to compare

This release contains necessary backports to revert the new tomli package that was introduced but is not supported by RHEL currently.

v4.4.0

08 Feb 22:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

v4.2.1

21 Oct 20:08
v4.2.1
c522010
Compare
Choose a tag to compare

this release contains necessary backports including the support of healthcheck on failure options that were not originally included in v4.2.0

v4.3.0

20 Oct 17:19
Compare
Choose a tag to compare
  • Add pass-through layers, output and outputformat to building images
  • Support passing of interval and condition in podman wait calls
  • Implement podman image scp
  • Update supported python versions
  • Add support of passing empty strings in second
  • Add support for on failure actions in healthchecks
  • Bug fixes

Thanks for all the contributions!

v4.0.1

06 Oct 12:35
v4.0.1
Compare
Choose a tag to compare

This release contains necessary backports, namely the support for podman-py to set health check on failure actions.

This means that if a container health check fails, podman can take no action, kill, restart, or stop the container.

v4.2.0

10 Aug 14:01
v4.2.0
6e14d58
Compare
Choose a tag to compare
  • Added support for devices in container creation
  • Implemented the login endpoint
  • Added relabel option for mounts and other mount option support
  • Implemented exec_run
  • Bug Fixes

Thanks to all for the contributions!

v4.0.0

28 Feb 17:00
f2ad218
Compare
Choose a tag to compare
  • Remove support for old (ApiConnection) API
  • Update CI to use copr and release podman packages for testing
  • Port code to support Podman 4.0.0 API changes
  • Added support for Python 3.10
  • lint scrub and correction of code
  • Bug fixes
  • Move to tox for development support
  • Move to pytest from nose for test execution
  • Support testing python 3.6,3.8-3.10
  • Allow passing string values to memory limits

A big thank you to all our community contributors!

v3.2.1

21 Sep 15:21
0abc903
Compare
Choose a tag to compare
  • Update packaging
  • Update CI to support testing against released and main podman branches
  • Cleanup CI configuration
  • Bug fixes