We are thrilled to announce the release of: paunch 4.5.2: Utility to launch and manage containers using YAML based configuration data This release is part of the stein 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 4.5.1..4.5.2 ------------------------------ faed0cf Use k8s-file log driver with podman 2875dad Add --cpuset-cpus support for both Docker and Podman 50e5f44 Improve volume validation 316e50b Revert "Add --cpuset-cpus support for both Docker and Podman" 30f00da Fixing upper stable url 1fd985d Add --cpuset-cpus support for both Docker and Podman Diffstat (except docs and test files) ------------------------------------- paunch/builder/base.py | 22 ++++++++ paunch/builder/compose1.py | 29 ++++------ paunch/builder/podman.py | 14 ++++- paunch/runner.py | 30 ++++++++++ paunch/utils/common.py | 17 ++++++ requirements.txt | 1 + tox.ini | 2 +- 12 files changed, 309 insertions(+), 49 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