Releases: containers/podman-py
Releases Β· containers/podman-py
v5.2.0
v5.1.0
What's Changed
- Fix dns_option typo by @robbmanes in #386
- Fixes encoding of
X-Registry-auth
HTTP Header value from Base64 tourl_safe
Base64 by @apozsuse in #385 - Include py.typed marker file. by @jonded94 in #381
- [skip-ci] Packit: enable c10s downstream sync by @lsm5 in #388
- ignore proxies from the env vars when using UNIX Domain Sockets by @eighthave in #391
- Fix Pylint E0606 for undefined variable after else by @inknos in #392
- [skip-ci] Packit: use default
update_release
behavior by @lsm5 in #393 - Update OWNERS by @jwhonce in #394
- Fix README TypeError when one container is running by @inknos in #395
- Remove Fedora release number from task names by @cevich in #396
- Add python 3.12 support and remove python xdg by @inknos in #401
- Update index.rst Client -> PodmanClient by @jwoehr in #405
- Implementing the functionality of the 'named' argument of the 'Image.save' method by @milanbalazs in #406
- Fix the locally non-existent image fails with AttributeError by @milanbalazs in #408
- Enable demux option in
exec_run
by @inknos in #410 - Bump version to 5.1.0 by @inknos in #409
New Contributors
- @robbmanes made their first contribution in #386
- @jonded94 made their first contribution in #381
- @eighthave made their first contribution in #391
- @inknos made their first contribution in #392
- @jwoehr made their first contribution in #405
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- Bump main to 5.0.0-dev by @umohnani8 in #369
- Add
workdir
as alias forworking_dir
by @umohnani8 in #368 - from_env: Use default base_url if no environment is given by @kajinamit in #372
- chore(deps): update dependency containers/automation_images to v20240125 by @renovate in #373
- Use new json connections file by @umohnani8 in #374
- Remove deprecated max_pools_size arg by @umohnani8 in #375
- Use volumes param for container rm by @umohnani8 in #376
- [skip-ci] Update tim-actions/get-pr-commits action to v1.3.1 by @renovate in #377
- chore(deps): update dependency containers/automation_images to v20240320 by @renovate in #383
- Bump version to 5.0.0 by @umohnani8 in #382
New Contributors
- @kajinamit made their first contribution in #372
Full Changelog: v4.9.0...v5.0.0
v4.9.0
What's Changed
- Add rich dep to setup.cfg by @umohnani8 in #353
- Fix lint issues by @umohnani8 in #358
- Update dependency containers/automation_images to v20231208 by @renovate in #355
- Bump main to 4.9.0-dev by @umohnani8 in #348
- Make progress_bar an extra feature by @yselkowitz in #361
- Enable user defined netns by @dcasier in #364
- Update dependency containers/automation_images to v20240102 by @renovate in #365
- Fix the 'max_pool_size' parameter passing for Adapters by @milanbalazs in #366
- Bump version to v4.9 by @umohnani8 in #367
New Contributors
- @yselkowitz made their first contribution in #361
- @dcasier made their first contribution in #364
- @milanbalazs made their first contribution in #366
Full Changelog: v4.8.0...v4.9.0
v4.8.2
What's Changed
- [release-4.8] Make progress_bar an extra feature by @openshift-cherrypick-robot in #362
- Bump version to 4.8.2 by @umohnani8 in #363
Full Changelog: v4.8.1...v4.8.2
v4.8.1
What's Changed
- [release-4.8] Add rich dep to setup.cfg by @openshift-cherrypick-robot in #354
- [release-4.8] Fix lint issues by @openshift-cherrypick-robot in #359
- Bump version to podman 4.8.1 by @umohnani8 in #357
Full Changelog: v4.8.0...v4.8.1
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.
v4.8.0
What's Changed
- Update version to 4.8.0-dev by @umohnani8 in #329
- Fix up docs and format issues by @umohnani8 in #338
- Fix readthedocs yaml by @umohnani8 in #339
- Add progress_bar option to image pull by @umohnani8 in #340
- Update dependency containers/automation_images to v20231004 by @renovate in #335
- Update pull progress bar colour by @umohnani8 in #341
- Fix readthedocs build issues by @umohnani8 in #342
- Update dependency containers/automation_images to v20231116 by @renovate in #344
- Bump version v4.8.0 by @umohnani8 in #345
Full Changelog: v4.7.0...v4.8.0
v4.7.0
What's Changed
- Bump version to v4.6.0 by @umohnani8 in #303
- Packit: mention
downstream_package_name: python-podman
in config by @lsm5 in #306 - Bump version on main to 4.7.0-dev by @umohnani8 in #304
- Add read_write_tmpfs by @msisj in #302
- Update dependency containers/automation_images to v20230807 by @renovate in #308
- remove direct logging to sys.stderr by @chnrxn in #311
- packit: Build PRs into default packit COPRs by @martinpitt in #310
- Update dependency ubuntu to v22 by @renovate in #313
- Update dependency containers/automation_images to v20230809 by @renovate in #314
- [skip-ci] Update tim-actions/commit-message-checker-with-regex action to v0.3.2 by @renovate in #317
- Fix assertation error in manifest.py by @umohnani8 in #320
- Update dependency containers/automation_images to v20230816 by @renovate in #316
- Fixes the secrets parameter, adds the secret_env parameter by @andryyy in #319
- Fix image SCP when not providing quiet by @hpvb in #321
- Change default value for tty in exec_run by @maxi0604 in #324
New Contributors
- @chnrxn made their first contribution in #311
- @martinpitt made their first contribution in #310
- @andryyy made their first contribution in #319
- @hpvb made their first contribution in #321
- @maxi0604 made their first contribution in #324
Full Changelog: v4.6.0...v4.7.0
v4.6.0
What's Changed
- Bump version to 4.5.0 by @umohnani8 in #263
- chore(deps): update dependency containers/automation_images to v20230426 by @renovate in #259
- chore(deps): update dependency urllib3 to v2 by @renovate in #265
- [skip-ci] Update tim-actions/get-pr-commits action to v1.3.0 by @renovate in #268
- chore(deps): update dependency containers/automation_images to v20230517 by @renovate in #270
- Streaming support for PodsManager.stats API by @RazCrimson in #266
- Minor text fixes in contributing.md by @umohnani8 in #278
- Swap renovate dep. update. PR assignments by @cevich in #279
- chore(deps): update dependency containers/automation_images to v20230601 by @renovate in #280
- Update Makefile to emulate readthedocs automation by @umohnani8 in #282
- [CI:BUILD] Packit: initial enablement by @lsm5 in #242
- chore(deps): update dependency containers/automation_images to v20230614 by @renovate in #286
- Packit: remove .packit.sh by @lsm5 in #288
- Fix catching errors in the response body of containers/prune by @francisbergin in #290
- Fix pod prune error explanation string by @francisbergin in #291
- Refactor Makefile to support tox / MacOS Ventura by @jwhonce in #285
- Switch HTTPConnection from http.client to urllib3.connection by @dcermak in #283
- Keep main branch version ahead of release branches by @lsm5 in #289
- [CI:BUILD] RPM: Cleanup by @lsm5 in #296
- Includes the possibility to use the 'listTags' parameter in image search endpoint by @apozsuse in #295
- Update dependency fixtures to ~=4.1.0 by @renovate in #297
- Update fixtures to not be tied to a version by @umohnani8 in #300
- Fix passing filters to networks prune by @francisbergin in #298
New Contributors
- @francisbergin made their first contribution in #290
- @apozsuse made their first contribution in #295
Full Changelog: v4.5.0...v4.6.0