[release-announce] senlin-dashboard 1.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed May 13 11:09:38 UTC 2020


We are thrilled to announce the release of:

senlin-dashboard 1.0.0: Senlin Dashboard

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

2da90bb Imported Translations from Zanata
4adec96 Update TOX_CONSTRAINTS_FILE for stable/ussuri
d15ad2b Update .gitreview for stable/ussuri
40e2fb0 Use unittest.mock instead of third party mock
d7f84ac Imported Translations from Zanata
c42b6d1 Imported Translations from Zanata
9a7d97a Imported Translations from Zanata
ed6cb3b Fix pyScss version in lower-constraints.txt
fec9412 Imported Translations from Zanata
3f5149e Remove six usage
8819762 Drop Django 1.11 support
a4b5519 Imported Translations from Zanata
1c53d38 Make py36 check job voting again
e0f2925 translation: drop babel extractor definitions
639748c Add requirements.txt to docs reqs
d330cf5 Imported Translations from Zanata
7811aed [ussuri][goal] Drop python 2.7 support and testing
0fe843d Switch to official Ussuri jobs
3a72853 Refactor error messages
8ce4e49 Use Horizon project template for django jobs
39cff46 Fix failed test for django22 support
ed4b58d Imported Translations from Zanata
ecb5e5e Update master for stable/train
a65c92a Imported Translations from Zanata
1be0d1a Sync Sphinx requirement


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

.gitreview                                         |   1 +
.zuul.yaml                                         |  14 +-
babel-django.cfg                                   |   3 -
babel-djangojs.cfg                                 |  12 -
lower-constraints.txt                              |  10 +-
.../notes/drop-py-2-7-f8879b776d5781a8.yaml        |   6 +
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  87 ---
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 288 --------
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  30 -
.../source/locale/id/LC_MESSAGES/releasenotes.po   | 316 --------
.../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/queens.rst                     |   6 +-
releasenotes/source/stein.rst                      |   6 +-
releasenotes/source/train.rst                      |   6 +
requirements.txt                                   |   2 +-
senlin_dashboard/api/utils.py                      |   3 +-
senlin_dashboard/cluster/clusters/forms.py         |  11 +-
senlin_dashboard/cluster/clusters/views.py         |   8 +-
senlin_dashboard/cluster/nodes/forms.py            |  11 +-
senlin_dashboard/cluster/nodes/views.py            |  12 +-
senlin_dashboard/cluster/policies/forms.py         |  13 +-
senlin_dashboard/cluster/policies/views.py         |  12 +-
senlin_dashboard/cluster/profiles/forms.py         |   5 +-
senlin_dashboard/cluster/receivers/forms.py        |   9 +-
senlin_dashboard/cluster/receivers/views.py        |   8 +-
senlin_dashboard/locale/de/LC_MESSAGES/django.po   |  83 ++-
.../locale/en_GB/LC_MESSAGES/django.po             |  80 +-
senlin_dashboard/locale/id/LC_MESSAGES/django.po   |  47 +-
senlin_dashboard/locale/ja/LC_MESSAGES/django.po   |  57 +-
.../locale/ko_KR/LC_MESSAGES/django.po             | 201 ++++-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           | 807 +++++++++++++++++++++
.../locale/zh_CN/LC_MESSAGES/django.po             |  47 +-
senlin_dashboard/test/helpers.py                   |   2 +-
senlin_dashboard/test/test_data/senlin_data.py     |   2 +-
setup.cfg                                          |   2 -
test-requirements.txt                              |   1 -
tox.ini                                            |  45 +-
45 files changed, 1171 insertions(+), 1523 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1625127..aca5e50 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ python-senlinclient>=1.9.0 # Apache-2.0
-horizon>=15.0.0.0b1 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9b26ab4..a8442d3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list