designate-dashboard 8.0.0 (stein)
We are stoked to announce the release of: designate-dashboard 8.0.0: Designate Horizon UI bits This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/designate-dashboard Download the package from: https://tarballs.openstack.org/designate-dashboard/ Please report issues through: https://bugs.launchpad.net/designate-dashboard/+bugs For more details, please see below. Changes in designate-dashboard 7.0.0..8.0.0 ------------------------------------------- ffadf38 Switch to horizon-nodejs4-jobs-nonvoting template 70d4c35 Imported Translations from Zanata 6f00fcb Imported Translations from Zanata 985dea1 Update hacking version to latest 552739e add python 3.7 unit test job aaafc23 Imported Translations from Zanata c3af205 Imported Translations from Zanata 2d564de Set lower-requirements to use stable horizon dcc3a5d Imported Translations from Zanata ea6663c Change openstack-dev to openstack-discuss d94a738 update wiki http links to https 84a26b0 Enable py36 testing 9cb7fd1 Increment versioning with pbr instruction 447491b Allow creation of NS records in zones d31e85c Use templates for lower-constraints, cover e651928 Fix coverage 420f681 Imported Translations from Zanata 286e771 Imported Translations from Zanata 5ed3d2a switch documentation job to new PTI 3dc24b8 import zuul job settings from project-config 437f9c9 Drop nose dependencies 122d11c Imported Translations from Zanata db6600b Update reno for stable/rocky 31a19cb Add test 'node_modules' in tox.ini for flake8 exclude Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 ++++++-- .../templates/dns_domains/_create_record.html | 2 +- designatedashboard/locale/de/LC_MESSAGES/django.po | 11 +++---- .../locale/en_GB/LC_MESSAGES/django.po | 9 +++--- designatedashboard/locale/fr/LC_MESSAGES/django.po | 15 ++-------- designatedashboard/locale/id/LC_MESSAGES/django.po | 9 +++--- .../locale/ko_KR/LC_MESSAGES/django.po | 15 ++-------- .../locale/pt_BR/LC_MESSAGES/django.po | 17 ++++++----- .../locale/zh_CN/LC_MESSAGES/django.po | 35 ++++++++++++++++++++-- .../actions/delete.service.js | 1 + .../actions/update.service.js | 1 + .../os-designate-recordset.module.js | 1 + lower-constraints.txt | 10 ++----- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 7 +++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 9 ++++-- .../source/locale/id/LC_MESSAGES/releasenotes.po | 10 +++++-- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 12 +++++--- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 12 +++++--- releasenotes/source/rocky.rst | 6 ++++ requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 8 +---- tox.ini | 10 +++++-- 24 files changed, 129 insertions(+), 88 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a14eb1..4992332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ python-designateclient>=2.7.0 # Apache-2.0 -horizon>=14.0.0.0b2 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1e78fb4..67ad24f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -16,6 +15,0 @@ reno>=2.5.0 # Apache-2.0 -nose>=1.3.7 # LGPL -nosehtmloutput>=0.0.3 # Apache-2.0 -openstack.nose-plugin>=0.7 # Apache-2.0 -django-nose>=1.4.4 # BSD -nosexcover>=1.0.10 # BSD -nose-exclude>=0.5.0 # LGPL
participants (1)
-
no-reply@openstack.org