Skip to content

Releases: containers/podman-py

v3.2.0

15 Jul 21:39
940331f
Compare
Choose a tag to compare

Bug fixes and updates to make API more complete.

v3.1.2.4

20 May 14:59
76aec55
Compare
Choose a tag to compare

Update pyproject.toml to meet Fedora packaging needs.

v3.1.2.3

14 May 17:31
6ff93b4
Compare
Choose a tag to compare

Update dependency checking

v3.1.2.2

13 May 17:56
e90c184
Compare
Choose a tag to compare

Bumped release number to update github latest tagging.

v3.1.2.1

13 May 16:05
bdd5cf4
Compare
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.

v3.1.1.3

20 Apr 16:40
bdd5cf4
Compare
Choose a tag to compare

PodmanClient() introduces docker-py functionality, while additionally allowing access to Podman unique functionality such as Pods.

Note: APIConnection() and it's support classes will be deprecated.

Known Limitations:

  • PodmanClient() currently only connects to UNIX domain socket.
  • Container attach and exec not implemented.
  • Podman Network API not well documented or tested, the compatibility API to better align with docker-py
  • Podman does not support:
    • Swam operations
    • Container update, Container rename is supported