trove-dashboard 12.0.0 (stein)
We are psyched to announce the release of: trove-dashboard 12.0.0: Trove Management Dashboard This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/trove-dashboard Download the package from: https://tarballs.openstack.org/trove-dashboard/ Please report issues through: https://bugs.launchpad.net/trove/+bugs For more details, please see below. Changes in trove-dashboard 11.0.0..12.0.0 ----------------------------------------- 666c2b0 Removed older version of python added 3.5 cef840d Imported Translations from Zanata 47a8feb Update hacking version 0ab7099 fix tox python3 overrides 78822fe Change openstack-dev to openstack-discuss b020bf1 Don't quote {posargs} in tox.ini b2a8522 Remove object-store permission for Clusters panel bda4bd1 Imported Translations from Zanata 7c53b79 Imported Translations from Zanata 06582f4 Increment versioning with pbr instruction dc7c4cd fix tox python3 overrides 2980556 Cleanup zuul.yaml 0831a65 add python 3.6 unit test job fa2b188 switch documentation job to new PTI 798c489 import zuul job settings from project-config 3857964 Drop nose dependencies 81abe9e Update reno for stable/rocky 9ca85b6 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++++ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 30 ++++++++++++--- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 26 +++++++++++-- .../source/locale/id/LC_MESSAGES/releasenotes.po | 33 ++++++++++++++-- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 44 ++++++++++++++++++++-- releasenotes/source/rocky.rst | 6 +++ requirements.txt | 2 +- setup.cfg | 4 +- test-requirements.txt | 3 +- tox.ini | 12 +++++- trove_dashboard/content/database_clusters/panel.py | 3 +- .../config_param_manager.py | 3 +- trove_dashboard/content/databases/tables.py | 26 ++++++------- 14 files changed, 161 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7520cab..896436f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ python-troveclient>=1.2.0 -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index da25c1a..b461b06 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -8 +7,0 @@ ddt>=0.7.0 -django-nose>=1.2
participants (1)
-
no-reply@openstack.org