[release-announce] paunch 4.5.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 11 14:26:41 UTC 2019


We are pumped to announce the release of:

paunch 4.5.1: 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/paunch/

Please report issues through:

    https://bugs.launchpad.net/paunch/+bugs

For more details, please see below.

Changes in paunch 4.5.0..4.5.1
------------------------------

1eae0be Fix idempotency on RHEL8
2124295 Revert "Handle defined containers that are stopped."
958794e [stein-only] Use delegate name for podman logger
17a7432 Check if container is running before doing an exec
4afb7b0 Fix mismatching fixed vs unique container names
5b5e578 Fix systemd service start rate limiting
3c4d6a2 Handle defined containers that are stopped.
1c0a52c Optimize container CLI for getting unique names
d105c6e Generate addition drop-in dependencies for podman containers
a85515a Check if volume paths exist before executing Docker.
9cbedbf Reduce the usage of "podman inspect" command
33f4f31 runner: implement container_exist
45ea759 runner: refactor image_exist


Diffstat (except docs and test files)
-------------------------------------

paunch/__init__.py                    |  12 ++--
paunch/builder/base.py                |  53 ++++++++++++--
paunch/builder/compose1.py            |  31 +++++++-
paunch/builder/podman.py              |  23 ++++--
paunch/runner.py                      | 129 ++++++++++++++++++++++++++++------
paunch/utils/systemctl.py             |  28 +++++++-
paunch/utils/systemd.py               |  15 +++-
11 files changed, 309 insertions(+), 43 deletions(-)







More information about the Release-announce mailing list