[release-announce] [zun] python-zunclient 1.2.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Tue Mar 13 22:00:55 UTC 2018
We are jazzed to announce the release of:
python-zunclient 1.2.0: Client Library for Zun
This release is part of the rocky 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/python-zunclient
For more details, please see below.
Changes in python-zunclient 1.1.0..1.2.0
----------------------------------------
3d23314 Updated from global requirements
4bc01df Avoid empty values in 'nets' options
c860e8e Updated from global requirements
29ac0b0 Add image show for openstackclient
9e167c6 Move Capsule from Experimental API to v1
514534e Print image uuid instead of the whole dict
4ea8e7c Updated from global requirements
e759493 Don't display 'Created At' for service
2b4f887 Changing logging to oslo_log
4f8a399 Update python-zunclient README.rst's url links
cf365a0 Revert "Support the option volume_binds of docker run"
a13e6ca Fix error about request validate for image_search
eaa8811 Fix image_search request
755f0a3 Update zunclient about image_search
9a65c35 Zuul: Remove project name
7d6b869 add select.POLLNVAL event when poll register
acad16d Remove unavailable exception catch when get_subcommand_parser
a6f5a46 Limit the amount of disk of container
b4db33d Update reno for stable/queens
6aa18d0 Updated from global requirements
7a54562 Format container addresses about openstackclient
c19ffb5 Support the option volume_binds of docker run
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 1 -
README.rst | 6 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/queens.rst | 6 +
requirements.txt | 4 +-
setup.cfg | 1 +
zunclient/common/base.py | 6 +-
zunclient/common/httpclient.py | 2 +-
zunclient/common/utils.py | 14 +--
.../common/websocketclient/websocketclient.py | 8 +-
zunclient/experimental/__init__.py | 0
zunclient/experimental/capsules.py | 112 -------------------
zunclient/experimental/capsules_shell.py | 121 --------------------
zunclient/experimental/client.py | 123 ---------------------
zunclient/experimental/shell.py | 19 ----
zunclient/osc/plugin.py | 2 +-
zunclient/osc/v1/containers.py | 25 ++++-
zunclient/osc/v1/hosts.py | 2 +-
zunclient/osc/v1/images.py | 30 ++++-
zunclient/osc/v1/services.py | 4 +-
zunclient/shell.py | 30 +----
zunclient/v1/capsules.py | 112 +++++++++++++++++++
zunclient/v1/capsules_shell.py | 112 +++++++++++++++++++
zunclient/v1/client.py | 2 +
zunclient/v1/containers.py | 2 +-
zunclient/v1/containers_shell.py | 14 ++-
zunclient/v1/images.py | 7 +-
zunclient/v1/images_shell.py | 8 +-
zunclient/v1/services_shell.py | 2 +-
zunclient/v1/shell.py | 2 +
34 files changed, 354 insertions(+), 454 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 566f913..7a557aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ python-openstackclient>=3.12.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
@@ -14 +14 @@ docker>=2.4.2 # Apache-2.0
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
More information about the Release-announce
mailing list