[release-announce] designate-dashboard 7.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 30 14:43:00 UTC 2018


We high-spiritedly announce the release of:

designate-dashboard 7.0.0: Designate Horizon UI bits

This release is part of the rocky release series.

Download the package from:

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

For more details, please see below.

Changes in designate-dashboard 6.0.0.0rc1..7.0.0
------------------------------------------------

8c52c0b Imported Translations from Zanata
d56901f Replaces ng-views with the horizon streamlined version
66953e6 Updates to new Horizon action API
78119f9 Drop mox - no longer needed
a9600cf Imported Translations from Zanata
3ec93fc Imported Translations from Zanata
d4ce278 Drop python-cinderclient usage
5f71317 Add python3 django 1.11 job instead of django 2.0 job
488288a fix tox python3 overrides
06922a0 Cleanup unnecessary entries in test-requirements.txt
59a354e Drop mox3 from test-requirements.txt
47e9606 Require the (soon-to-be) Rocky version of Horizon
84ad2b7 Django 2.0 support
631f96c Remove "-y" option for package install command.
5055fd3 Fix horizon install for tox
b7d7068 Use Horizon UT framework
7c21976 Fix lower-constraints.txt
890e049 Sender Policy Framework record is SPF in short.
3c677ca Updated from global requirements
8daa5ac add lower-constraints job
551e5e1 Install horizon directly from pypi
7378a36 Updated from global requirements
3d3ff3e Imported Translations from Zanata
0e9fb73 Updated from global requirements
9b03020 Updated from global requirements
635727d Imported Translations from Zanata
677a54e Updated from global requirements
dee6c09 Imported Translations from Zanata
2ff647d Imported Translations from Zanata
c863679 Imported Translations from Zanata
580aa61 Fixing v1 Dashboard
985cbcd Imported Translations from Zanata
d809287 Imported Translations from Zanata
b0fe6b9 Update reno for stable/queens
b5e84c2 Remove commented code + unneeded mox
409d8f6 Use 'trimmed' for blocktrans in multi-line strings
931d0db Optimize the link address


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

.zuul.yaml                                         |   8 ++
CONTRIBUTING.rst                                   |   6 +-
HACKING.rst                                        |   2 +-
README.rst                                         |   6 +-
.../dashboards/project/dns_domains/tables.py       |  65 +++++++--
.../templates/dns_domains/_create_domain.html      |   6 +-
.../templates/dns_domains/_create_record.html      |   2 +-
.../templates/dns_domains/_update_domain.html      |   5 +-
.../templates/dns_domains/_update_record.html      |   1 -
.../dashboards/project/dns_domains/urls.py         |   7 +-
.../dashboards/project/dns_domains/views.py        |   6 +-
.../dashboards/project/ngdns/reverse_dns/urls.py   |   7 +-
.../dashboards/project/ngdns/reverse_dns/views.py  |  19 ---
.../dashboards/project/ngdns/zones/urls.py         |   7 +-
.../dashboards/project/ngdns/zones/views.py        |  19 ---
designatedashboard/locale/cs/LC_MESSAGES/django.po |  82 +++---------
designatedashboard/locale/de/LC_MESSAGES/django.po | 119 ++++++++---------
.../locale/en_GB/LC_MESSAGES/django.po             | 118 ++++++++---------
designatedashboard/locale/es/LC_MESSAGES/django.po |  58 +-------
designatedashboard/locale/fr/LC_MESSAGES/django.po | 120 ++++++++---------
designatedashboard/locale/id/LC_MESSAGES/django.po | 109 +++++++--------
designatedashboard/locale/ja/LC_MESSAGES/django.po |  79 ++---------
.../locale/ko_KR/LC_MESSAGES/django.po             | 113 +++++++---------
.../locale/pt_BR/LC_MESSAGES/django.po             | 126 ++++++++----------
designatedashboard/locale/ru/LC_MESSAGES/django.po |  70 +---------
.../locale/tr_TR/LC_MESSAGES/django.po             |  74 +----------
.../locale/zh_CN/LC_MESSAGES/django.po             |  73 +---------
.../os-designate-floatingip/actions/set.service.js |   4 +-
.../actions/unset.service.js                       |   4 +-
.../actions/create.service.js                      |   4 +-
.../actions/delete.service.js                      |  15 ++-
.../actions/update.service.js                      |   4 +-
.../os-designate-recordset.module.js               |   2 +-
.../os-designate-zone/actions/create.service.js    |   4 +-
.../os-designate-zone/actions/delete.service.js    |  21 +--
.../os-designate-zone/actions/update.service.js    |   4 +-
lower-constraints.txt                              | 147 +++++++++++++++++++++
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  14 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  14 +-
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  41 +++++-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  12 +-
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  45 +++++++
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  16 ++-
.../locale/pt_BR/LC_MESSAGES/releasenotes.po       |  31 +++--
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |   8 +-
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |   2 +
setup.cfg                                          |   2 +-
test-requirements.txt                              |  11 +-
tox.ini                                            |  23 +++-
53 files changed, 780 insertions(+), 1019 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 06a5785..6a14eb1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,0 +8,2 @@ python-designateclient>=2.7.0 # Apache-2.0
+
+horizon>=14.0.0.0b2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 10233e4..1e78fb4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,3 +8 @@ mock>=2.0.0 # BSD
-mox>=0.5.3 # Apache-2.0
-mox3>=0.20.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -15 +13 @@ unittest2>=1.1.0 # BSD
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -23,4 +21 @@ nosexcover>=1.0.10 # BSD
-
-# Horizon requirements
-Django<2.0,>=1.8 # BSD
-django-compressor>=2.0 # MIT
+nose-exclude>=0.5.0 # LGPL






More information about the Release-announce mailing list