[release-announce] [tripleo] paunch 1.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue May 2 11:24:57 UTC 2017


We are satisfied to announce the release of:

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

This is the first release of paunch. 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 ceed164766f0b3cb2a69c021625957f52af24c75..1.0.0
-----------------------------------------------------------------

508468b Predictable unit test label order
2ed8091 Start of documenting the configuration format
f2331a8 Fix --volumes-from argument
9392c7a Document command-line usage
9e2f56c First trivial example
21459cf Fix cleanup with multiple arguments
02126d0 Fix positional args to cleanup command
83b7c2f update doc links
a0ab5d1 Add missing config_id argument
7177f33 docstrings for implemented library API
f620007 Fix delete_missing_configs
f55b00c Allow docker command path to be set via paunch functions
835eaa5 do --env-file before --env
7e20b05 Fix up the still unimplemented commands
97caee6 Implement env_file
7a8c9d0 Add managed_by argument to all API functions
8de699e Start to write docs
678a2c1 Unit test for builder
e0de578 Unit tests for runner
2904088 Unit test for main library interface
124e827 Make runner an object
06036fd Implement apply, cleanup commands
0ad26ad Builder object, transform config data to docker arguments
820ea16 Runner functions which call docker
d89877d Create stub commands




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 1a62d2e..857dda2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,0 +6,2 @@ pbr>=1.8 # Apache-2.0
+
+cliff>=1.4





More information about the Release-announce mailing list