We are jazzed to announce the release of: paunch 5.3.0: Utility to launch and manage containers using YAML based configuration data This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/paunch Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/paunch/+bugs For more details, please see below. Changes in paunch 5.2.0..5.3.0 ------------------------------ b9b3e32 list_or_dict_arg: fix the else condition cfa2fc5 builder: allow to pass a dict to 'environment' 2af0996 Properly mock cpu_affinity on all unit tests 5e88de6 Add --cpuset-cpus support for both Docker and Podman 31b0501 Cleanup useless warnings for podman 3ce8c1a Improve volume validation 2609ef6 Add unique names support for cont_exec_args method 3dcbe5e Fix discovering container names ef7f5cb Blacklist sphinx 2.1.0 (autodoc bug) bfa88de Bump the openstackdocstheme extension to 1.20 Diffstat (except docs and test files) ------------------------------------- paunch/__init__.py | 2 - paunch/builder/base.py | 70 ++++++++++++++++++--- paunch/builder/compose1.py | 34 ++++------- paunch/builder/podman.py | 17 ++++-- paunch/runner.py | 31 +++++++++- paunch/utils/common.py | 17 ++++++ releasenotes/source/conf.py | 12 ---- requirements.txt | 1 + 14 files changed, 357 insertions(+), 86 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fd8f739..ab64462 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ jmespath>=0.9.0 # MIT +psutil>=3.2.2 # BSD
participants (1)
-
no-reply@openstack.org