[release-announce] [zun] python-zunclient 1.1.0 (queens)

doug at doughellmann.com doug at doughellmann.com
Thu Jan 25 22:58:17 UTC 2018


We are overjoyed to announce the release of:

python-zunclient 1.1.0: Client Library for Zun

This release is part of the queens stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-zunclient

Download the package from:

    https://pypi.python.org/pypi/python-zunclient

Please report issues through launchpad:

    https://bugs.launchpad.net/zun

For more details, please see below.

Changes in python-zunclient 1.0.0..1.1.0
----------------------------------------

c525bec Supprt version discovery
571bfd2 Updated from global requirements
6d83c0a Updated from global requirements
7a89c78 Adds ZSH completion
430bdf9 Update the homepage url
ead62e0 Add cli for remove security group
2c4fd6b Rename '--all-tenants' to '--all-projects'
1bc8042 Modify the Capsule creation opts field.
597bdc1 Rename option '--rm' to '--auto-remove'


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

setup.cfg                                      |  3 +-
test-requirements.txt                          |  2 +-
tools/zun.zsh_completion                       | 29 ++++++++++++++
zunclient/api_versions.py                      |  4 +-
zunclient/common/template_format.py            |  6 +--
zunclient/common/utils.py                      |  8 ++--
zunclient/experimental/capsules.py             |  8 ++--
zunclient/experimental/capsules_shell.py       |  9 +++--
zunclient/osc/v1/containers.py                 | 53 ++++++++++++++++++++------
zunclient/v1/client.py                         |  2 +
zunclient/v1/containers.py                     | 10 +++--
zunclient/v1/containers_shell.py               | 47 ++++++++++++++++-------
zunclient/v1/shell.py                          |  2 +
zunclient/v1/versions.py                       | 27 +++++++++++++
zunclient/v1/versions_shell.py                 | 28 ++++++++++++++
20 files changed, 304 insertions(+), 54 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d7fe175..86bb0ae 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0






More information about the Release-announce mailing list