We are thrilled to announce the release of: paunch 5.1.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.0.0..5.1.0 ------------------------------ 6e2ef79 Reduce the usage of "podman inspect" command 277eb72 runner: implement container_exist 4346861 runner: refactor image_exist a304153 Quote the health check command argument during a debug with print-cmd. d1eef29 Use k8s-file log driver with podman 87ab8dc Add upper constraints for testing a809d78 Revert "docker/compose: quote health-cmd" fe4d2ff Remove scenario008 jobs 74679ac Replace git.openstack.org URLs with opendev.org URLs Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- paunch/__init__.py | 12 +++++++++ paunch/builder/base.py | 13 ++++++--- paunch/builder/compose1.py | 3 ++- paunch/builder/podman.py | 2 +- paunch/runner.py | 51 ++++++++++++++++++++++------------- tox.ini | 3 ++- zuul.d/layout.yaml | 2 -- 10 files changed, 73 insertions(+), 30 deletions(-)