Recent Releases of podman-py
podman-py - v5.6.0
What's Changed
- [skip-ci] Update sigstore/gh-action-sigstore-python action to v3.0.1 by @renovate[bot] in https://github.com/containers/podman-py/pull/561
- Fix/#489 by @Mr-Sunglasses in https://github.com/containers/podman-py/pull/513
- fix: broken configuration for readthedocs by @dklimpel in https://github.com/containers/podman-py/pull/562
- remove cirrus files by @Luap99 in https://github.com/containers/podman-py/pull/563
- Implement policy option for image.pull by @inknos in https://github.com/containers/podman-py/pull/565
- Run tests conditionally based on os_release by @inknos in https://github.com/containers/podman-py/pull/567
- Skip tests conditionally based on version by @inknos in https://github.com/containers/podman-py/pull/578
- [skip-ci] Update actions/checkout action to v5 by @renovate[bot] in https://github.com/containers/podman-py/pull/568
- [skip-ci] Update actions/download-artifact action to v5 by @renovate[bot] in https://github.com/containers/podman-py/pull/566
- tests: Fix deprecation warning for utcfromtimestamp() by @ricardobranco777 in https://github.com/containers/podman-py/pull/575
- Implement sparse keyword for containers.list() by @inknos in https://github.com/containers/podman-py/pull/540
- [skip-ci] Update actions/setup-python action to v6 by @renovate[bot] in https://github.com/containers/podman-py/pull/579
- Update Ruff to 0.12.8 by @inknos in https://github.com/containers/podman-py/pull/569
- Add Honn1 to OWNERS by @inknos in https://github.com/containers/podman-py/pull/580
- Bump release to 5.6.0 by @inknos in https://github.com/containers/podman-py/pull/581
New Contributors
- @ricardobranco777 made their first contribution in https://github.com/containers/podman-py/pull/575
Full Changelog: https://github.com/containers/podman-py/compare/v5.5.0...v5.6.0
- Python
Published by inknos 6 months ago
podman-py - v5.5.0
What's Changed
- fix(doc): correction of the example for the registry at the login by @dklimpel in https://github.com/containers/podman-py/pull/518
- fix: set return type for
ImagesManager.load()toImageby @dklimpel in https://github.com/containers/podman-py/pull/519 - Enable tmt downstream by @inknos in https://github.com/containers/podman-py/pull/522
- Implement container.update() by @inknos in https://github.com/containers/podman-py/pull/521
- skip tests when the test image is not available (e.g. 32-bit) by @eighthave in https://github.com/containers/podman-py/pull/524
- chore(deps): update dependency containers/automation_images to v20250324 by @renovate in https://github.com/containers/podman-py/pull/529
- feat: expose
*nskeys to consumers by @josegomezr in https://github.com/containers/podman-py/pull/525 - Fix: fix timeout type as int by @inknos in https://github.com/containers/podman-py/pull/537
- Enable Unit test coverage upstream by @inknos in https://github.com/containers/podman-py/pull/531
- Add inspect volume by @rkozlo in https://github.com/containers/podman-py/pull/535
- fix: push image does not stream by @dklimpel in https://github.com/containers/podman-py/pull/538
- misc: add mypy for type checking by @dklimpel in https://github.com/containers/podman-py/pull/541
- chore(deps): update dependency containers/automation_images to v20250422 by @renovate in https://github.com/containers/podman-py/pull/543
- Set X-Registry-Auth header on manifest push and bump to new API by @dklimpel in https://github.com/containers/podman-py/pull/536
- Set verbose: true to debug twine uploads to PypI by @inknos in https://github.com/containers/podman-py/pull/520
- Improve testing against distro and podman-next by @inknos in https://github.com/containers/podman-py/pull/548
- Add support for custom contexts by @aseering in https://github.com/containers/podman-py/pull/552
- fix: move digest label to the repository instead of tag by @Alex-Izquierdo in https://github.com/containers/podman-py/pull/555
- Bump release to 5.5.0 and enable updates-testing repos on Fedora by @inknos in https://github.com/containers/podman-py/pull/549
- Use extra requirements to build readthedocs by @inknos in https://github.com/containers/podman-py/pull/546
- pyproject: exclude unittest.main() from coverage by @inknos in https://github.com/containers/podman-py/pull/557
New Contributors
- @dklimpel made their first contribution in https://github.com/containers/podman-py/pull/518
- @josegomezr made their first contribution in https://github.com/containers/podman-py/pull/525
- @rkozlo made their first contribution in https://github.com/containers/podman-py/pull/535
- @aseering made their first contribution in https://github.com/containers/podman-py/pull/552
- @Alex-Izquierdo made their first contribution in https://github.com/containers/podman-py/pull/555
Full Changelog: https://github.com/containers/podman-py/compare/v5.4.0.1...v5.5.0
- Python
Published by github-actions[bot] 8 months ago
podman-py - v5.4.0.1
What's Changed
- pyproject toml fixed for podman submodules invisibility by @jyejare in https://github.com/containers/podman-py/pull/515
- Bump release to 5.4.0.1 by @inknos in https://github.com/containers/podman-py/pull/517
New Contributors
- @jyejare made their first contribution in https://github.com/containers/podman-py/pull/515
Full Changelog: https://github.com/containers/podman-py/compare/v5.4.0...v5.4.0.1
- Python
Published by github-actions[bot] about 1 year ago
podman-py - v5.4.0
What's Changed
- /run/user/$UID as fallback if XDGRUNTIMEDIR is not set by @eighthave in https://github.com/containers/podman-py/pull/475
- fix: /run/user/ is based on UID not username by @eighthave in https://github.com/containers/podman-py/pull/478
- Add all, external, and label to Image.prune() by @inknos in https://github.com/containers/podman-py/pull/413
- Add pre-commit workflow by @inknos in https://github.com/containers/podman-py/pull/473
- [skip-ci] Update pre-commit/action action to v3.0.1 by @renovate in https://github.com/containers/podman-py/pull/479
- New CI Images by @Luap99 in https://github.com/containers/podman-py/pull/482
- Add edward5hen as reviewer by @jwhonce in https://github.com/containers/podman-py/pull/481
- Support uppercase mount attributes by @D3vil0p3r in https://github.com/containers/podman-py/pull/487
- chore(deps): update dependency containers/automation_images to v20250107 by @renovate in https://github.com/containers/podman-py/pull/494
- Implement "decode" parameter in pull() by @D3vil0p3r in https://github.com/containers/podman-py/pull/484
- Add support for container initialization by @vmsh0 in https://github.com/containers/podman-py/pull/491
- fix: accept a string for the
commandargument of Container.start by @vmsh0 in https://github.com/containers/podman-py/pull/497 - Clarify documentation of container removal flags by @vmsh0 in https://github.com/containers/podman-py/pull/498
- Add compatMode raw JSON output and fix tls_verify init on pull() by @D3vil0p3r in https://github.com/containers/podman-py/pull/500
- Honor port numbers in urls for image.pull by @inknos in https://github.com/containers/podman-py/pull/504
- Enable many ruff checks by @inknos in https://github.com/containers/podman-py/pull/476
- Onboard TMT by @inknos in https://github.com/containers/podman-py/pull/503
- Update dependency containers/automation_images to v20250131 by @renovate in https://github.com/containers/podman-py/pull/508
- Add **kwargs to Network.connect call by @inknos in https://github.com/containers/podman-py/pull/507
- Use pyproject toml and enable workflow for publishing on PyPI by @inknos in https://github.com/containers/podman-py/pull/480
- Add upstream tests to tmt by @inknos in https://github.com/containers/podman-py/pull/509
- Bump release to 5.4.0 by @inknos in https://github.com/containers/podman-py/pull/510
New Contributors
- @Luap99 made their first contribution in https://github.com/containers/podman-py/pull/482
- @D3vil0p3r made their first contribution in https://github.com/containers/podman-py/pull/487
- @vmsh0 made their first contribution in https://github.com/containers/podman-py/pull/491
Full Changelog: https://github.com/containers/podman-py/compare/v5.3.0...v5.4.0
- Python
Published by github-actions[bot] about 1 year ago
podman-py - v5.3.0
What's Changed
- [skip-ci] Packit: downstreampackagename for each package key by @lsm5 in https://github.com/containers/podman-py/pull/416
- Make "images.push" method support "format" parameter by @milanbalazs in https://github.com/containers/podman-py/pull/415
- Add test of container create with DNS option by @Honny1 in https://github.com/containers/podman-py/pull/417
- Fix podman search flake + update CI VM images by @cevich in https://github.com/containers/podman-py/pull/418
- Update dependency containers/automation_images to v20240529 by @renovate in https://github.com/containers/podman-py/pull/389
- Remove wait condition in run() by @inknos in https://github.com/containers/podman-py/pull/428
- Update dependency containers/automation_images to v20240821 by @renovate in https://github.com/containers/podman-py/pull/423
- domain/networks_manager.py: use specified driver in IPAMConfig by @jtluka in https://github.com/containers/podman-py/pull/429
- Fix/Disable Pylint R0917 by @inknos in https://github.com/containers/podman-py/pull/432
- Extend the parameters of 'images.load' and 'login' methods by @milanbalazs in https://github.com/containers/podman-py/pull/434
- Don't use
rootas default user for exec_run by @aparcar in https://github.com/containers/podman-py/pull/431 - Renovate: Update default assignment by @cevich in https://github.com/containers/podman-py/pull/437
- Packit: enable c9s downstream update by @lsm5 in https://github.com/containers/podman-py/pull/440
- Audit and Update OWNERS file by @baude in https://github.com/containers/podman-py/pull/441
- Update dependency ubuntu to v24 by @renovate in https://github.com/containers/podman-py/pull/436
- Remove the container in case of detach mode by @milanbalazs in https://github.com/containers/podman-py/pull/435
- Update CI VM images by @inknos in https://github.com/containers/podman-py/pull/430
- Fix cyclic-import by @Honny1 in https://github.com/containers/podman-py/pull/450
- Packit: constrain koji and bodhi jobs to fedora package by @lsm5 in https://github.com/containers/podman-py/pull/442
- Fix default stderr value of container.logs() to match documentation. by @MattBelle in https://github.com/containers/podman-py/pull/452
- [skip-ci] RPM: remove conditionals from changelog by @lsm5 in https://github.com/containers/podman-py/pull/453
- Added stream support to Container.exec_run(). by @MattBelle in https://github.com/containers/podman-py/pull/454
- Accept integer ports in containers_create.create by @krrhodes in https://github.com/containers/podman-py/pull/447
- Container.labels now returns an empty dict instead of None. by @MattBelle in https://github.com/containers/podman-py/pull/462
- Fix typos by @kianmeng in https://github.com/containers/podman-py/pull/464
- fix[docs]: Unindented example code on the index page by @Mr-Sunglasses in https://github.com/containers/podman-py/pull/467
- Added support for mounting directories through the volume keyword. by @MattBelle in https://github.com/containers/podman-py/pull/460
- docs: Add Installation and docs in README.md by @Mr-Sunglasses in https://github.com/containers/podman-py/pull/471
- fix: name filter in images.list() by @Mr-Sunglasses in https://github.com/containers/podman-py/pull/468
- Bump release to 5.3.0 and drop python<3.8 by @inknos in https://github.com/containers/podman-py/pull/469
New Contributors
- @jtluka made their first contribution in https://github.com/containers/podman-py/pull/429
- @aparcar made their first contribution in https://github.com/containers/podman-py/pull/431
- @MattBelle made their first contribution in https://github.com/containers/podman-py/pull/452
- @krrhodes made their first contribution in https://github.com/containers/podman-py/pull/447
- @kianmeng made their first contribution in https://github.com/containers/podman-py/pull/464
- @Mr-Sunglasses made their first contribution in https://github.com/containers/podman-py/pull/467
Full Changelog: https://github.com/containers/podman-py/compare/v5.2.0...v5.3.0
- Python
Published by inknos about 1 year ago
podman-py - v5.2.0
What's Changed
- Fix the TypeError exception in the images.prune method by @milanbalazs in https://github.com/containers/podman-py/pull/412
- Bump version to 5.2.0 by @inknos in https://github.com/containers/podman-py/pull/414
Full Changelog: https://github.com/containers/podman-py/compare/v5.1.0...v5.2.0
- Python
Published by inknos over 1 year ago
podman-py - v5.1.0
What's Changed
- Fix dns_option typo by @robbmanes in https://github.com/containers/podman-py/pull/386
- Fixes encoding of
X-Registry-authHTTP Header value from Base64 tourl_safeBase64 by @apozsuse in https://github.com/containers/podman-py/pull/385 - Include py.typed marker file. by @jonded94 in https://github.com/containers/podman-py/pull/381
- [skip-ci] Packit: enable c10s downstream sync by @lsm5 in https://github.com/containers/podman-py/pull/388
- ignore proxies from the env vars when using UNIX Domain Sockets by @eighthave in https://github.com/containers/podman-py/pull/391
- Fix Pylint E0606 for undefined variable after else by @inknos in https://github.com/containers/podman-py/pull/392
- [skip-ci] Packit: use default
update_releasebehavior by @lsm5 in https://github.com/containers/podman-py/pull/393 - Update OWNERS by @jwhonce in https://github.com/containers/podman-py/pull/394
- Fix README TypeError when one container is running by @inknos in https://github.com/containers/podman-py/pull/395
- Remove Fedora release number from task names by @cevich in https://github.com/containers/podman-py/pull/396
- Add python 3.12 support and remove python xdg by @inknos in https://github.com/containers/podman-py/pull/401
- Update index.rst Client -> PodmanClient by @jwoehr in https://github.com/containers/podman-py/pull/405
- Implementing the functionality of the 'named' argument of the 'Image.save' method by @milanbalazs in https://github.com/containers/podman-py/pull/406
- Fix the locally non-existent image fails with AttributeError by @milanbalazs in https://github.com/containers/podman-py/pull/408
- Enable demux option in
exec_runby @inknos in https://github.com/containers/podman-py/pull/410 - Bump version to 5.1.0 by @inknos in https://github.com/containers/podman-py/pull/409
New Contributors
- @robbmanes made their first contribution in https://github.com/containers/podman-py/pull/386
- @jonded94 made their first contribution in https://github.com/containers/podman-py/pull/381
- @eighthave made their first contribution in https://github.com/containers/podman-py/pull/391
- @inknos made their first contribution in https://github.com/containers/podman-py/pull/392
- @jwoehr made their first contribution in https://github.com/containers/podman-py/pull/405
Full Changelog: https://github.com/containers/podman-py/compare/v5.0.0...v5.1.0
- Python
Published by inknos over 1 year ago
podman-py - v5.0.0
What's Changed
- Bump main to 5.0.0-dev by @umohnani8 in https://github.com/containers/podman-py/pull/369
- Add
workdiras alias forworking_dirby @umohnani8 in https://github.com/containers/podman-py/pull/368 - fromenv: Use default baseurl if no environment is given by @kajinamit in https://github.com/containers/podman-py/pull/372
- chore(deps): update dependency containers/automation_images to v20240125 by @renovate in https://github.com/containers/podman-py/pull/373
- Use new json connections file by @umohnani8 in https://github.com/containers/podman-py/pull/374
- Remove deprecated maxpoolssize arg by @umohnani8 in https://github.com/containers/podman-py/pull/375
- Use volumes param for container rm by @umohnani8 in https://github.com/containers/podman-py/pull/376
- [skip-ci] Update tim-actions/get-pr-commits action to v1.3.1 by @renovate in https://github.com/containers/podman-py/pull/377
- chore(deps): update dependency containers/automation_images to v20240320 by @renovate in https://github.com/containers/podman-py/pull/383
- Bump version to 5.0.0 by @umohnani8 in https://github.com/containers/podman-py/pull/382
New Contributors
- @kajinamit made their first contribution in https://github.com/containers/podman-py/pull/372
Full Changelog: https://github.com/containers/podman-py/compare/v4.9.0...v5.0.0
- Python
Published by umohnani8 almost 2 years ago
podman-py - v4.9.0
What's Changed
- Add rich dep to setup.cfg by @umohnani8 in https://github.com/containers/podman-py/pull/353
- Fix lint issues by @umohnani8 in https://github.com/containers/podman-py/pull/358
- Update dependency containers/automation_images to v20231208 by @renovate in https://github.com/containers/podman-py/pull/355
- Bump main to 4.9.0-dev by @umohnani8 in https://github.com/containers/podman-py/pull/348
- Make progress_bar an extra feature by @yselkowitz in https://github.com/containers/podman-py/pull/361
- Enable user defined netns by @dcasier in https://github.com/containers/podman-py/pull/364
- Update dependency containers/automation_images to v20240102 by @renovate in https://github.com/containers/podman-py/pull/365
- Fix the 'maxpoolsize' parameter passing for Adapters by @milanbalazs in https://github.com/containers/podman-py/pull/366
- Bump version to v4.9 by @umohnani8 in https://github.com/containers/podman-py/pull/367
New Contributors
- @yselkowitz made their first contribution in https://github.com/containers/podman-py/pull/361
- @dcasier made their first contribution in https://github.com/containers/podman-py/pull/364
- @milanbalazs made their first contribution in https://github.com/containers/podman-py/pull/366
Full Changelog: https://github.com/containers/podman-py/compare/v4.8.0...v4.9.0
- Python
Published by umohnani8 about 2 years ago
podman-py - v4.8.2
What's Changed
- [release-4.8] Make progress_bar an extra feature by @openshift-cherrypick-robot in https://github.com/containers/podman-py/pull/362
- Bump version to 4.8.2 by @umohnani8 in https://github.com/containers/podman-py/pull/363
Full Changelog: https://github.com/containers/podman-py/compare/v4.8.1...v4.8.2
- Python
Published by umohnani8 about 2 years ago
podman-py - v4.8.1
What's Changed
- [release-4.8] Add rich dep to setup.cfg by @openshift-cherrypick-robot in https://github.com/containers/podman-py/pull/354
- [release-4.8] Fix lint issues by @openshift-cherrypick-robot in https://github.com/containers/podman-py/pull/359
- Bump version to podman 4.8.1 by @umohnani8 in https://github.com/containers/podman-py/pull/357
Full Changelog: https://github.com/containers/podman-py/compare/v4.8.0...v4.8.1
- Python
Published by umohnani8 about 2 years ago
podman-py - v4.8.0.post1
This is a re-release of v4.8.0 to fix an issue with the pypi builds of v4.8.0.
Please refer to the v4.8.0 change log for this release.
- Python
Published by umohnani8 about 2 years ago
podman-py - v4.8.0
What's Changed
- Update version to 4.8.0-dev by @umohnani8 in https://github.com/containers/podman-py/pull/329
- Fix up docs and format issues by @umohnani8 in https://github.com/containers/podman-py/pull/338
- Fix readthedocs yaml by @umohnani8 in https://github.com/containers/podman-py/pull/339
- Add progress_bar option to image pull by @umohnani8 in https://github.com/containers/podman-py/pull/340
- Update dependency containers/automation_images to v20231004 by @renovate in https://github.com/containers/podman-py/pull/335
- Update pull progress bar colour by @umohnani8 in https://github.com/containers/podman-py/pull/341
- Fix readthedocs build issues by @umohnani8 in https://github.com/containers/podman-py/pull/342
- Update dependency containers/automation_images to v20231116 by @renovate in https://github.com/containers/podman-py/pull/344
- Bump version v4.8.0 by @umohnani8 in https://github.com/containers/podman-py/pull/345
Full Changelog: https://github.com/containers/podman-py/compare/v4.7.0...v4.8.0
- Python
Published by umohnani8 about 2 years ago
podman-py - v4.7.0
What's Changed
- Bump version to v4.6.0 by @umohnani8 in https://github.com/containers/podman-py/pull/303
- Packit: mention
downstream_package_name: python-podmanin config by @lsm5 in https://github.com/containers/podman-py/pull/306 - Bump version on main to 4.7.0-dev by @umohnani8 in https://github.com/containers/podman-py/pull/304
- Add readwritetmpfs by @msisj in https://github.com/containers/podman-py/pull/302
- Update dependency containers/automation_images to v20230807 by @renovate in https://github.com/containers/podman-py/pull/308
- remove direct logging to sys.stderr by @chnrxn in https://github.com/containers/podman-py/pull/311
- packit: Build PRs into default packit COPRs by @martinpitt in https://github.com/containers/podman-py/pull/310
- Update dependency ubuntu to v22 by @renovate in https://github.com/containers/podman-py/pull/313
- Update dependency containers/automation_images to v20230809 by @renovate in https://github.com/containers/podman-py/pull/314
- [skip-ci] Update tim-actions/commit-message-checker-with-regex action to v0.3.2 by @renovate in https://github.com/containers/podman-py/pull/317
- Fix assertation error in manifest.py by @umohnani8 in https://github.com/containers/podman-py/pull/320
- Update dependency containers/automation_images to v20230816 by @renovate in https://github.com/containers/podman-py/pull/316
- Fixes the secrets parameter, adds the secret_env parameter by @andryyy in https://github.com/containers/podman-py/pull/319
- Fix image SCP when not providing quiet by @hpvb in https://github.com/containers/podman-py/pull/321
- Change default value for tty in exec_run by @maxi0604 in https://github.com/containers/podman-py/pull/324
New Contributors
- @chnrxn made their first contribution in https://github.com/containers/podman-py/pull/311
- @martinpitt made their first contribution in https://github.com/containers/podman-py/pull/310
- @andryyy made their first contribution in https://github.com/containers/podman-py/pull/319
- @hpvb made their first contribution in https://github.com/containers/podman-py/pull/321
- @maxi0604 made their first contribution in https://github.com/containers/podman-py/pull/324
Full Changelog: https://github.com/containers/podman-py/compare/v4.6.0...v4.7.0
- Python
Published by umohnani8 over 2 years ago
podman-py - v4.6.0
What's Changed
- Bump version to 4.5.0 by @umohnani8 in https://github.com/containers/podman-py/pull/263
- chore(deps): update dependency containers/automation_images to v20230426 by @renovate in https://github.com/containers/podman-py/pull/259
- chore(deps): update dependency urllib3 to v2 by @renovate in https://github.com/containers/podman-py/pull/265
- [skip-ci] Update tim-actions/get-pr-commits action to v1.3.0 by @renovate in https://github.com/containers/podman-py/pull/268
- chore(deps): update dependency containers/automation_images to v20230517 by @renovate in https://github.com/containers/podman-py/pull/270
- Streaming support for PodsManager.stats API by @RazCrimson in https://github.com/containers/podman-py/pull/266
- Minor text fixes in contributing.md by @umohnani8 in https://github.com/containers/podman-py/pull/278
- Swap renovate dep. update. PR assignments by @cevich in https://github.com/containers/podman-py/pull/279
- chore(deps): update dependency containers/automation_images to v20230601 by @renovate in https://github.com/containers/podman-py/pull/280
- Update Makefile to emulate readthedocs automation by @umohnani8 in https://github.com/containers/podman-py/pull/282
- [CI:BUILD] Packit: initial enablement by @lsm5 in https://github.com/containers/podman-py/pull/242
- chore(deps): update dependency containers/automation_images to v20230614 by @renovate in https://github.com/containers/podman-py/pull/286
- Packit: remove .packit.sh by @lsm5 in https://github.com/containers/podman-py/pull/288
- Fix catching errors in the response body of containers/prune by @francisbergin in https://github.com/containers/podman-py/pull/290
- Fix pod prune error explanation string by @francisbergin in https://github.com/containers/podman-py/pull/291
- Refactor Makefile to support tox / MacOS Ventura by @jwhonce in https://github.com/containers/podman-py/pull/285
- Switch HTTPConnection from http.client to urllib3.connection by @dcermak in https://github.com/containers/podman-py/pull/283
- Keep main branch version ahead of release branches by @lsm5 in https://github.com/containers/podman-py/pull/289
- [CI:BUILD] RPM: Cleanup by @lsm5 in https://github.com/containers/podman-py/pull/296
- Includes the possibility to use the 'listTags' parameter in image search endpoint by @apozsuse in https://github.com/containers/podman-py/pull/295
- Update dependency fixtures to ~=4.1.0 by @renovate in https://github.com/containers/podman-py/pull/297
- Update fixtures to not be tied to a version by @umohnani8 in https://github.com/containers/podman-py/pull/300
- Fix passing filters to networks prune by @francisbergin in https://github.com/containers/podman-py/pull/298
New Contributors
- @francisbergin made their first contribution in https://github.com/containers/podman-py/pull/290
- @apozsuse made their first contribution in https://github.com/containers/podman-py/pull/295
Full Changelog: https://github.com/containers/podman-py/compare/v4.5.0...v4.6.0
- Python
Published by umohnani8 over 2 years ago
podman-py - v4.5.0
What's Changed
- Bump version to 4.4.0 by @umohnani8 in https://github.com/containers/podman-py/pull/235
- Correctly add secrets to container on creation by @timc in https://github.com/containers/podman-py/pull/234
- Revert "Use modern tomllib/tomli modules for reading TOML files" by @umohnani8 in https://github.com/containers/podman-py/pull/240
- Fix Container.stats behaviour by @RazCrimson in https://github.com/containers/podman-py/pull/237
- [spec] Switch license to SPDX by @dcermak in https://github.com/containers/podman-py/pull/245
- Fix RHEL and Fedora builds. Add pytoml fallback and fix setuptools incompatability. by @gotmax23 in https://github.com/containers/podman-py/pull/244
- Specify version verbatim in setup.cfg by @gotmax23 in https://github.com/containers/podman-py/pull/247
- Bump fixtures requirement by @mwhahaha in https://github.com/containers/podman-py/pull/252
- Fix stream issues in container.top by @RazCrimson in https://github.com/containers/podman-py/pull/250
- Improve exception when missing env var by @jwhonce in https://github.com/containers/podman-py/pull/253
- Cirrus: Update CI VM images by @cevich in https://github.com/containers/podman-py/pull/251
- Fix new lint problems by @cevich in https://github.com/containers/podman-py/pull/255
- Configure Renovate by @renovate in https://github.com/containers/podman-py/pull/254
- [skip-ci] Update tim-actions/get-pr-commits action to v1.2.0 by @renovate in https://github.com/containers/podman-py/pull/256
- Change docstring to point to podman docs by @jwhonce in https://github.com/containers/podman-py/pull/261
New Contributors
- @timc made their first contribution in https://github.com/containers/podman-py/pull/234
- @RazCrimson made their first contribution in https://github.com/containers/podman-py/pull/237
- @dcermak made their first contribution in https://github.com/containers/podman-py/pull/245
- @gotmax23 made their first contribution in https://github.com/containers/podman-py/pull/244
- @renovate made their first contribution in https://github.com/containers/podman-py/pull/254
Full Changelog: https://github.com/containers/podman-py/compare/v4.4.0...v4.5.0
- Python
Published by umohnani8 almost 3 years ago
podman-py - v4.4.0
What's Changed
- Bump version to 4.3.0 by @umohnani8 in https://github.com/containers/podman-py/pull/216
- update urllib to 1.26.5 for a CVE found in previous versions by @cdoern in https://github.com/containers/podman-py/pull/210
- Correct path for rtd conf.py by @baude in https://github.com/containers/podman-py/pull/219
- Clean up pylint configuration by @jwhonce in https://github.com/containers/podman-py/pull/222
- Use modern tomllib/tomli modules for reading TOML files by @mgorny in https://github.com/containers/podman-py/pull/214
- Added port binding range by @msisj in https://github.com/containers/podman-py/pull/224
- Update cirrus image by @rhatdan in https://github.com/containers/podman-py/pull/225
- Cirrus: Update CI VM images to F37 by @cevich in https://github.com/containers/podman-py/pull/228
- Fix the ability to run containers by @jonathanunderwood in https://github.com/containers/podman-py/pull/226
- Update files to adhere to new lint requirements by @umohnani8 in https://github.com/containers/podman-py/pull/236
New Contributors
- @mgorny made their first contribution in https://github.com/containers/podman-py/pull/214
- @rhatdan made their first contribution in https://github.com/containers/podman-py/pull/225
Full Changelog: https://github.com/containers/podman-py/compare/v4.3.0...v4.4.0
- Python
Published by rhatdan about 3 years ago
podman-py - v4.3.0
- 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!
- Python
Published by umohnani8 over 3 years ago
podman-py - v4.0.0
- 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!
- Python
Published by jwhonce almost 4 years ago
podman-py - v3.1.2.1
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 XDGCONFIGDIR/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.
- Python
Published by jwhonce almost 5 years ago
podman-py - v3.1.1.3
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
- Python
Published by jwhonce almost 5 years ago