We enthusiastically announce the release of: paunch 1.1.0: Utility to launch and manage containers using YAML based configuration data This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/paunch Download the package from: https://tarballs.openstack.org/paunch/ Please report issues through launchpad: http://bugs.launchpad.net/paunch For more details, please see below. Changes in paunch 1.0.0..1.1.0 ------------------------------ 82d6ff4 Implement idempotency behaviour 903bc38 Split out container_names to its own method 6d0481c Store the config data in a label 491358c Fix multiple rename case e4cf82b Remove unimplemented 'show' command aebcaba Implement the list command d98f2b4 Implement delete command c4a0164 Fix testenv Diffstat (except docs and test files) ------------------------------------- README.rst | 38 ++++++- paunch/__init__.py | 25 ++++- paunch/builder/compose1.py | 49 +++++++- paunch/cmd.py | 55 ++++----- paunch/runner.py | 45 ++++++-- requirements.txt | 4 +- setup.cfg | 1 - test-requirements.txt | 6 +- tox.ini | 16 ++- 12 files changed, 469 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 857dda2..bf4e10e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0,!=2.1.0 # Apache-2.0 @@ -7 +7 @@ pbr>=1.8 # Apache-2.0 -cliff>=1.4 +cliff>=2.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4a7d204..20dda9f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 @@ -7 +7 @@ hacking>=0.12.0,<0.13 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage>=4.0,!=4.4 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.2.1,!=1.3b1,<1.4 # BSD +sphinx>=1.5.1,!=1.6.1 # BSD