[release-announce] trove-dashboard 14.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed May 13 11:19:47 UTC 2020


We jubilantly announce the release of:

trove-dashboard 14.0.0: Trove Management Dashboard

This release is part of the ussuri 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 13.0.0..14.0.0
-----------------------------------------

a92ba65 Imported Translations from Zanata
34039db Cleanup py27 support
0db9bad Calls manager.py by "$PYTHON" instead of "env python"
7db14da Adds a full example of devstack local.conf
3ac29e7 s/assertItemsEqual/assertCountEqual/g
06f7b48 Remove six usage
1d80e9a Drop Django 1.11 support
aaade91 translation: drop babel extractor definitions
89cf507 Imported Translations from Zanata
6092424 Drop python 2.7 support and testing
6f61e85 Switch to Ussuri jobs
a49b21a Use Horizon project template for django jobs
f73e8d3 Imported Translations from Zanata
aaac815 Update master for stable/train


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

.zuul.yaml                                         |  4 +-
README.rst                                         | 68 ++++++++++++++++
babel-django.cfg                                   |  3 -
babel-djangojs.cfg                                 | 12 ---
devstack/plugin.sh                                 |  2 +-
.../notes/drop-py-2-7-ee223d109e3bd38e.yaml        |  6 ++
releasenotes/source/index.rst                      |  1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 10 ++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 21 ++++-
releasenotes/source/train.rst                      |  6 ++
requirements.txt                                   |  2 +-
setup.cfg                                          | 13 +--
setup.py                                           |  9 ---
tox.ini                                            | 24 +++---
trove_dashboard/content/database_clusters/forms.py | 12 +--
.../content/database_clusters/tables.py            | 10 +--
trove_dashboard/content/database_clusters/views.py |  4 +-
.../config_param_manager.py                        |  2 +-
.../content/database_configurations/forms.py       | 10 +--
.../content/database_configurations/tables.py      |  4 +-
trove_dashboard/content/databases/forms.py         | 28 +++----
trove_dashboard/content/databases/logs/views.py    |  5 +-
trove_dashboard/content/databases/tables.py        |  8 +-
trove_dashboard/content/databases/tabs.py          |  4 +-
trove_dashboard/content/databases/views.py         |  4 +-
trove_dashboard/utils/common.py                    | 19 +----
30 files changed, 227 insertions(+), 205 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 896436f..4995392 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ python-troveclient>=1.2.0
-horizon>=14.0.0.0b3  # Apache-2.0
+horizon>=17.1.0  # Apache-2.0






More information about the Release-announce mailing list