senlin-dashboard 2.0.0 (victoria)
We are excited to announce the release of: senlin-dashboard 2.0.0: Senlin Dashboard This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/senlin-dashboard Download the package from: https://tarballs.openstack.org/senlin-dashboard/ Please report issues through: https://bugs.launchpad.net/senlin-dashboard/+bugs For more details, please see below. Changes in senlin-dashboard 1.0.0.0rc1..2.0.0 --------------------------------------------- 6c5d021 Imported Translations from Zanata d68b575 Imported Translations from Zanata b69b35b Update TOX_CONSTRAINTS_FILE for stable/victoria 0a98a4d Update .gitreview for stable/victoria e7ba439 [goal] Migrate testing to ubuntu focal d50a9d8 Cleanup for Refactor-error-messages c8f5139 Imported Translations from Zanata 001accd Fix npm job d85fb42 drop mock from lower-constraints 43ea6c8 Switch to newer openstackdocstheme and reno versions a2f9785 Fix hacking min version to 3.0.1 fd6b7f7 Update hacking for Python3 387162c Add py38 package metadata 428a0df Imported Translations from Zanata 246ccdf Imported Translations from Zanata a0a1104 Add Python3 victoria unit tests 19197c3 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 2 +- bindep.txt | 4 + lower-constraints.txt | 8 +- package.json | 2 +- releasenotes/source/conf.py | 9 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 100 ------ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 340 --------------------- .../source/locale/id/LC_MESSAGES/releasenotes.po | 328 -------------------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 314 ------------------- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 79 ----- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 33 -- releasenotes/source/ussuri.rst | 6 + senlin_dashboard/cluster/clusters/forms.py | 8 +- senlin_dashboard/cluster/clusters/views.py | 8 +- senlin_dashboard/cluster/nodes/forms.py | 8 +- senlin_dashboard/cluster/nodes/views.py | 12 +- senlin_dashboard/cluster/policies/forms.py | 8 +- senlin_dashboard/cluster/policies/views.py | 12 +- senlin_dashboard/cluster/receivers/forms.py | 4 +- senlin_dashboard/cluster/receivers/views.py | 8 +- senlin_dashboard/locale/de/LC_MESSAGES/django.po | 80 ++--- .../locale/en_GB/LC_MESSAGES/django.po | 77 ++--- senlin_dashboard/locale/id/LC_MESSAGES/django.po | 38 ++- senlin_dashboard/locale/ja/LC_MESSAGES/django.po | 38 ++- .../locale/ko_KR/LC_MESSAGES/django.po | 23 +- .../locale/zh_CN/LC_MESSAGES/django.po | 38 ++- setup.cfg | 1 + test-requirements.txt | 3 +- tox.ini | 4 +- 33 files changed, 258 insertions(+), 1357 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a8442d3..5f9e8e9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,0 +4 @@ + @@ -5 +6 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org