[release-announce] manila-ui 2.19.0 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 16 09:41:03 UTC 2019


We are tickled pink to announce the release of:

manila-ui 2.19.0: Manila Management Dashboard

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/manila-ui

Download the package from:

    https://tarballs.openstack.org/manila-ui/

Please report issues through:

    https://bugs.launchpad.net/manila-ui/+bugs

For more details, please see below.

Changes in manila-ui 2.18.0..2.19.0
-----------------------------------

d9a01c0 Add PDF documentation build
09dd8bc Replace the old-operator in installation docs
044695f Limit envlist to py37 for Python 3 Train goal
386735f Use openstack-python3-train-jobs for python3 test runtime
55e42a3 Modify the url of upper_constraints_file
6af036d Remove the get_item method
a9c6352 Update sphinx dependency
e1c48ee Replace git.openstack.org URLs with opendev.org URLs
635b351 OpenDev Migration Patch
b6924cc Add Python 3.6 and Python 3.7 jobs
628cb22 Dropping the py35 testing
1e6b07d Update master for stable/stein


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

.gitreview                               |  2 +-
.zuul.yaml                               |  8 +++----
HACKING.rst                              |  4 ++--
README.rst                               | 16 +++++++------
bindep.txt                               |  8 +++++++
lower-constraints.txt                    |  2 +-
manila_ui/utils/filters.py               | 21 ----------------
playbooks/legacy/manila-ui-dsvm/run.yaml | 10 ++++----
releasenotes/source/index.rst            |  1 +
releasenotes/source/stein.rst            |  6 +++++
setup.cfg                                |  3 ++-
test-requirements.txt                    |  3 ++-
tox.ini                                  | 27 ++++++++++++++++-----
17 files changed, 122 insertions(+), 59 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 562deee..8046e37 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list