Skip to content

Releases: containers/podman-py

v4.3.0

20 Oct 17:19

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

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

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

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

Choose a tag to compare

  • Update packaging
  • Update CI to support testing against released and main podman branches
  • Cleanup CI configuration
  • Bug fixes

v3.2.0

15 Jul 21:39
940331f

Choose a tag to compare

Bug fixes and updates to make API more complete.

v3.1.2.4

20 May 14:59
76aec55

Choose a tag to compare

Update pyproject.toml to meet Fedora packaging needs.

v3.1.2.3

14 May 17:31
6ff93b4

Choose a tag to compare

Update dependency checking

v3.1.2.2

13 May 17:56
e90c184

Choose a tag to compare

Bumped release number to update github latest tagging.

v3.1.2.1

13 May 16:05
bdd5cf4

Choose a tag to compare

PodmanClient() now supports service addresses using ssh:// and tcp:// schemes. The keyword connection has been added, using its value as a key into the connections that have been defined in XDG_CONFIG_DIR/containers/containers.cfg. The podman system connection is used to curate connections.

docstrings were cleaned up to aid in future sphinx generated documentation.

ssh:// service addresses are supported by the use of an external ssh client.

tcp:// connections are not secure.