[release-announce] python-manilaclient 1.25.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 24 16:13:50 UTC 2018


We are ecstatic to announce the release of:

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

This release is part of the stein release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

1.25.0
^^^^^^

Bug Fixes

* Fixed bugs 1777849 and 1779935. Name can be used for the sort
  option in the list command.

* Fixed bug 1782672. Name can now be used in type-show command.

Changes in python-manilaclient 1.24.0..1.25.0
---------------------------------------------

646262a Change python3.5 job to python3.7 job on Stein+
156a71d Don't quote {posargs} in tox.ini
80ec291 Stop encoding "~" in query parameters
522b712 Add unit-test for availability_zones.AvailabilityZone repr()
e15fe1b fix tox python3 overrides
4c2c1d8 Use templates for cover and lower-constraints
d146a34 Drop 'clidoc' from sphinx extensions
781a428 add python 3.6 unit test job
d338cda switch documentation job to new PTI
567ae71 import zuul job settings from project-config
e7fa7cd Fix functional tests
7b816ce Fix sort options --sort-key and --sort-dir in list command.
6d4e4a8 Fix type-show command with name
7facff7 Loosen docutils requirement pin
443c265 Update reno for stable/rocky
bfeb995 Replace unicode with six.text_type


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

.gitignore                                         |  1 -
.zuul.yaml                                         | 11 +++-
contrib/ci/pre_test_hook.sh                        | 14 +++--
lower-constraints.txt                              |  1 +
manilaclient/base.py                               | 14 ++---
manilaclient/common/apiclient/base.py              |  6 +-
manilaclient/utils.py                              | 24 +++++++-
manilaclient/v2/messages.py                        | 14 +----
manilaclient/v2/scheduler_stats.py                 | 15 +----
manilaclient/v2/security_services.py               | 13 +---
manilaclient/v2/services.py                        | 12 +---
manilaclient/v2/share_access_rules.py              | 21 ++-----
manilaclient/v2/share_group_snapshots.py           |  3 +-
manilaclient/v2/share_groups.py                    |  3 +-
manilaclient/v2/share_networks.py                  | 15 +----
manilaclient/v2/share_servers.py                   | 12 +---
manilaclient/v2/share_snapshot_export_locations.py |  5 --
.../v2/share_snapshot_instance_export_locations.py |  5 --
manilaclient/v2/share_snapshots.py                 | 14 +----
manilaclient/v2/share_types.py                     | 15 +----
manilaclient/v2/shares.py                          | 10 +--
manilaclient/v2/shell.py                           | 16 ++---
.../bug_1777849_1779935_fix-344cb8f09b7df502.yaml  |  4 ++
.../notes/bug_1782672-1954059b373f03de.yaml        |  4 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/rocky.rst                      |  6 ++
requirements.txt                                   |  2 +-
tox.ini                                            |  6 +-
36 files changed, 150 insertions(+), 248 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2658ac9..ca7a1ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20 +20 @@ debtcollector>=1.2.0 # Apache-2.0
-docutils==0.11
+docutils>=0.11






More information about the Release-announce mailing list