[release-announce] paunch 7.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue May 26 17:38:29 UTC 2020


We are satisfied to announce the release of:

paunch 7.0.0: Utility to launch and manage containers using YAML based
configuration data

This release is part of the ussuri 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.

7.0.0
^^^^^


Prelude
*******

Paunch has been replaced by tripleo_container_manage role in tripleo-
ansible  during Ussuri cycle. It is not tested anymore in this version
and will be removed one day. It it strongly encouraged to switched to
the Ansible role to manage containers; which should be the default if
you deploy TripleO from master at this time. If you get the warning,
it's possible that a parameter (EnablePaunch) is set to True; while
the default was switched. Paunch will remain supported in Ussuri and
backward, but not in Victoria and forward.


Upgrade Notes
*************

* Python 2.7 support has been dropped. The minimum version of Python
  now supported by paunch is Python 3.6.

Changes in paunch 6.0.2..7.0.0
------------------------------

a838a69 Fix return results on cmd failure and error msgs
c78160c Drop python 2.7 support and testing
3349a62 Officially deprecate Paunch
21c32c8 Process labels before building container run args


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

paunch/__init__.py                                  |  2 ++
paunch/builder/base.py                              |  3 +++
paunch/runner.py                                    |  5 ++++-
releasenotes/notes/deprecated-e6b67591cda93422.yaml | 12 ++++++++++++
.../notes/drop-python-2-7-73d3113c69d724d6.yaml     |  5 +++++
setup.cfg                                           | 21 +++------------------
setup.py                                            |  9 ---------
tox.ini                                             |  6 ++++--
zuul.d/layout.yaml                                  |  6 +-----
10 files changed, 35 insertions(+), 37 deletions(-)







More information about the Release-announce mailing list