We are pleased to announce the release of: paunch 5.2.0: Utility to launch and manage containers using YAML based configuration data This release is part of the train release series. The source is available from: https://opendev.org/openstack/paunch Download the package from: https://tarballs.openstack.org/paunch/ Please report issues through: https://bugs.launchpad.net/paunch/+bugs For more details, please see below. Changes in paunch 5.1.0..5.2.0 ------------------------------ 2ed3e83 Fix idempotency on RHEL8 bd400cc Revert "Handle defined containers that are stopped." 983ab98 Check if container is running before doing an exec e500ba9 Revert "Handle defined containers that are stopped." b03bdce [Configuration] Switch to stestr. 2eaebe2 Fix systemd service start rate limiting 5d174c1 Fix mismatching fixed vs unique container names 85fb2ed Handle defined containers that are stopped. a6df749 Optimize container CLI for getting unique names 6ca0170 Check if volume paths exist before executing Docker. b33aeea Generate addition drop-in dependencies for podman containers 66000cf Add Python 3 Train unit tests 5caf522 Bump openstackdocstheme to 1.20.0 Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 ++ .testr.conf | 7 ---- paunch/__init__.py | 12 +++--- paunch/builder/base.py | 40 ++++++++++++++++-- paunch/builder/compose1.py | 31 +++++++++++++- paunch/builder/podman.py | 23 +++++++++-- paunch/runner.py | 78 ++++++++++++++++++++++++++++++++--- paunch/utils/systemctl.py | 28 ++++++++++++- paunch/utils/systemd.py | 15 ++++++- setup.cfg | 3 +- test-requirements.txt | 2 +- tox.ini | 16 +++++-- zuul.d/layout.yaml | 6 +-- 19 files changed, 283 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7ad08e8..3d0a697 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org