We are ecstatic to announce the release of: designate-dashboard 10.0.0: Designate Horizon UI bits This release is part of the ussuri release series. The source is available from: https://opendev.org/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 9.0.0..10.0.0 -------------------------------------------- 41c19d9 Imported Translations from Zanata 6495d61 Imported Translations from Zanata 4aa252b Imported Translations from Zanata dd87900 Fix pyScss version in lower-constraints.txt f4cf36e Add CAA record type support 4609ad1 Drop Django 1.11 support b7ce98f translation: drop babel extractor definitions 90b2263 Imported Translations from Zanata 9d15e3f Imported Translations from Zanata 95dbf83 [ussuri][goal] Drop python 2.7 support and testing 49b6c09 Generate PDF documentation 26d1d3d Switch to official Ussuri jobs a299e5e Use Horizon project template for django jobs c6d53e4 Fix list zones updated at same time 2773f79 Imported Translations from Zanata 7dc53d7 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +--- babel-django.cfg | 3 -- .../os-designate-recordset.module.js | 6 ++- .../os-designate-zone/os-designate-zone.module.js | 2 +- karma.conf.js | 2 +- lower-constraints.txt | 8 +-- manage.py | 2 +- package.json | 2 +- .../notes/drop-py-2-7-ae8cade4a0ee1da8.yaml | 6 +++ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 ++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 59 ++++++++++++++++++++++ releasenotes/source/train.rst | 6 +++ requirements.txt | 2 +- setup.cfg | 2 - test-requirements.txt | 1 - tox.ini | 31 ++++++------ 19 files changed, 125 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4992332..42289f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ python-designateclient>=2.7.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f772b1f..aef19c9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +12,0 @@ unittest2>=1.1.0 # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
participants (1)
-
no-reply@openstack.org