[release-announce] trove-dashboard 15.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:50:47 UTC 2020


We are pumped to announce the release of:

trove-dashboard 15.0.0: Trove Management Dashboard

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/trove-dashboard

Download the package from:

    https://tarballs.openstack.org/trove-dashboard/

Please report issues through:

    https://bugs.launchpad.net/trove-dashboard/+bugs

For more details, please see below.

Changes in trove-dashboard 14.0.0..15.0.0
-----------------------------------------

d97c3a6 Show service_status_updated field in instance details
5b87d78 Prettify instance fault message details
2ce01bf bump hacking min version to 3.0.1 in test-requirement
ceb7484 Show 'HEALTHY' status in the database service list as a final
b1a2f6c Cleanup for Refactor-error-messages
509edaf Remove clusters panel from trove dashboard
dee0699 Remove publish checkbox in log view
d8334a1 Do not use __nonzero__()
3cde86e migrate testing to ubuntu focal
d371520 Enables to select a flavor works for a database
60a19b2 Imported Translations from Zanata
a324079 Switch to newer openstackdocstheme and reno versions
a0f7502 Bump default tox env from py37 to py38
c1feafa Add py38 package metadata
cccbd65 Remove unsupported network param for creating instance
3c5560b Imported Translations from Zanata
49beac0 Add Python3 victoria unit tests
efc85fb Update master for stable/ussuri
8b72e8b Use unittest.mock instead of third party mock


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

.zuul.yaml                                         |   2 +-
releasenotes/source/conf.py                        |  13 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  17 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  10 +-
releasenotes/source/ussuri.rst                     |   6 +
setup.cfg                                          |   1 +
test-requirements.txt                              |  14 +-
tox.ini                                            |   4 +-
trove_dashboard/api/trove.py                       |  40 +-
trove_dashboard/content/database_clusters/forms.py |  12 +-
trove_dashboard/content/database_clusters/panel.py |   3 +-
.../config_param_manager.py                        |   2 +-
.../content/database_configurations/forms.py       |   8 +-
trove_dashboard/content/databases/forms.py         |  30 +-
trove_dashboard/content/databases/tables.py        |   3 +
.../templates/databases/_detail_overview.html      |   6 +-
.../templates/databases/logs/_detail_log.html      |   2 -
.../content/databases/workflows/create_instance.py |   3 +-
.../_1740_project_database_clusters_panel.py       |   2 +
trove_dashboard/test/test_data/trove_data.py       |   8 +-
26 files changed, 130 insertions(+), 763 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index b461b06..80703a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5,6 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
+# remove this pyflakes from here once you bump the
+# hacking to 3.2.0 or above. hacking 3.2.0 takes
+# care of pyflakes version compatibilty.
+pyflakes>=2.1.1
+
@@ -8 +12,0 @@ ddt>=0.7.0
-mock>=1.2
@@ -11,2 +15,2 @@ selenium>=2.50.1 # Apache-2.0
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -18 +22 @@ xvfbwrapper>=0.1.3 #license: MIT
-reno>=1.6.2 # Apache2
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list