[zun] python-zunclient 1.3.0 (rocky)
We exuberantly announce the release of: python-zunclient 1.3.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.2.1..1.3.0 ---------------------------------------- f100f94 Add oslo.log into requirements.txt 0732bf6 Add image-delete to python-zunclient c09fbba Minor changes in docs 2d4c228 zun rebuild on local node 6dcca2e Add network-list to zunclient 1f95e1e Add image delete to zunclient OSC Diffstat (except docs and test files) ------------------------------------- requirements.txt | 1 + setup.cfg | 2 ++ test-requirements.txt | 2 -- tox.ini | 2 +- zunclient/api_versions.py | 2 +- zunclient/osc/v1/containers.py | 27 ++++++++++++++++++++++++++ zunclient/osc/v1/images.py | 25 ++++++++++++++++++++++++ zunclient/v1/containers.py | 7 +++++++ zunclient/v1/containers_shell.py | 31 ++++++++++++++++++++++++++++++ zunclient/v1/images.py | 7 +++++++ zunclient/v1/images_shell.py | 8 ++++++++ 16 files changed, 140 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 32f5acd..cb15b3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,0 +11 @@ oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 86bb0ae..97eec51 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,2 +18,0 @@ testtools>=2.2.0 # MIT - -# releasenotes
participants (1)
-
no-reply@openstack.org