[release-announce] [manila] python-manilaclient 1.16.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 8 20:03:57 UTC 2017


We exuberantly announce the release of:

python-manilaclient 1.16.0: Client library for OpenStack Manila API.

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/python-manilaclient

For more details, please see below.

1.16.0
^^^^^^


New Features
************

* Beginning in version 2.33, share access list API returns
  "created_at" and "updated_at" for each access rule as part of the
  JSON response.


Bug Fixes
*********

* Remove unused sort key export_location from list CLI.

Changes in python-manilaclient 1.15.0..1.16.0
---------------------------------------------

a708363 Updated from global requirements
c95a58d Change to share access list API
3229914 Updated from global requirements
525e9aa Replace assertRaisesRegexp with assertRaisesRegex
5d8f5e3 Updated from global requirements
9cb58eb Incorrect case, parenthesis & periods in CLI Guide
635c979 Updated from global requirements
0ff03c0 Optimize the link address
b5c0657 Use Identity v3 API always for functional tests
2b97ead doc: Remove cruft from conf.py
e19b787 Use Sphinx 1.5 warning-is-error
a6a000f Explicitly set 'builders' option
441ec29 Remove unused sort key export_location from list CLI
57eb08a Updated from global requirements


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

README.rst                                         |  16 +--
manilaclient/api_versions.py                       |   2 +-
manilaclient/common/constants.py                   |   2 +-
manilaclient/v2/shell.py                           | 110 ++++++++++------
...export-location-from-list-885des26bd5ea2de.yaml |   3 +
.../bug-share-access-list-3cf3114doe40k599.yaml    |   5 +
requirements.txt                                   |   4 +-
setup.cfg                                          |   4 +-
test-requirements.txt                              |   8 +-
tox.ini                                            |   1 +
16 files changed, 129 insertions(+), 220 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9ec0f55..24edb99 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -8 +8 @@ pbr>=2.0.0 # Apache-2.0
-oslo.config>=3.22.0 # Apache-2.0
+oslo.config>=4.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 36eae8e..60e2efd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -14 +14 @@ oslotest>=1.10.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
@@ -18,2 +18,2 @@ testtools>=1.4.0 # MIT
-python-openstackclient>=3.3.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list