designate-dashboard 15.0.0 (zed)
We high-spiritedly announce the release of: designate-dashboard 15.0.0: Designate Horizon UI bits This release is part of the zed 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 14.0.0..15.0.0 --------------------------------------------- 55718b7 Fix details pages reload behaviour 8010007 Fix issue with missing elements in the dashboard 343a44c Imported Translations from Zanata 19a2d4f Imported Translations from Zanata 30a9bd7 Imported Translations from Zanata ea1f9b7 Imported Translations from Zanata 69fe294 Replace deprecated ugettext_lazy 6499305 Fix designate-dashboard lint 7ee73c9 Update Designate dashboard for Angular 1.8.2.2 8a80e65 Update python testing as per zed cycle testing runtime f6b9189 Add Python 3.9 to supported runtumes 50bb2c1 Imported Translations from Zanata ef686c4 Fix manage.py for the default case 02c92fd Replace usage of oslo.log d409496 Remove unused designateclient b65678f Use Horizon project template for nodejs jobs 08a5e39 Drop lower-constraints.txt and its testing ca1d0f5 Address RemovedInDjango40Warning 346b843 Add Python3 zed unit tests 605be75 Update master for stable/yoga 7de390b Add example dashboard config file 11dc2e5 Remove reference to the removed parameter 07f16f2 Rename "Floating IP Description" field Diffstat (except docs and test files) ------------------------------------- .eslintrc | 41 ++++++ .zuul.yaml | 5 +- README.rst | 14 +- designatedashboard/api/rest/passthrough.py | 2 +- .../dashboards/project/ngdns/reverse_dns/panel.py | 2 +- .../dashboards/project/ngdns/reverse_dns/urls.py | 6 +- .../dashboards/project/ngdns/zones/panel.py | 2 +- .../dashboards/project/ngdns/zones/urls.py | 6 +- .../enabled/_1721_dns_zones_panel.py | 8 -- .../enabled/_1722_dns_reversedns_panel.py | 8 -- designatedashboard/exceptions.py | 29 ---- .../local_settings.d/_1799_dns_settings.py | 23 +++ .../designatedashboard.module.js | 3 +- .../actions/actions.module.js | 7 +- .../os-designate-floatingip/actions/set.service.js | 60 ++++---- .../actions/unset.service.js | 19 +-- .../os-designate-floatingip/api.service.js | 19 +-- .../details/overview.controller.js | 8 +- .../os-designate-floatingip.module.js | 20 ++- .../actions/common-forms.service.js | 136 +++++++++--------- .../actions/create.service.js | 4 +- .../actions/delete.service.js | 12 +- .../actions/update.service.js | 9 +- .../os-designate-recordset/api.service.js | 25 ++-- .../details/details.module.js | 16 +-- .../details/overview.controller.js | 2 +- .../details/zone-recordsets.controller.js | 6 +- .../os-designate-recordset.module.js | 67 ++++----- .../actions/actions.module.spec.js | 2 +- .../actions/common-forms.service.js | 160 ++++++++++----------- .../os-designate-zone/actions/create.service.js | 2 +- .../os-designate-zone/actions/delete.service.js | 10 +- .../os-designate-zone/actions/update.service.js | 11 +- .../resources/os-designate-zone/api.service.js | 28 ++-- .../os-designate-zone/details/details.module.js | 2 +- .../details/overview.controller.js | 4 +- .../os-designate-zone/os-designate-zone.module.js | 14 +- .../designatedashboard/resources/util.service.js | 25 ++-- lower-constraints.txt | 131 ----------------- manage.py | 2 +- package.json | 4 +- .../drop-python-3-6-and-3-7-8d166b2f80b27277.yaml | 5 + .../remove-designateclient-e98963b8baa4aa4f.yaml | 4 + .../notes/remove-oslo-log-078df11995380f36.yaml | 4 + releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 30 ---- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 27 +++- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 31 ---- .../source/locale/id/LC_MESSAGES/releasenotes.po | 30 ---- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 30 ---- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 30 ---- .../source/locale/ne/LC_MESSAGES/releasenotes.po | 30 ---- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 31 ---- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 28 ---- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 30 ---- releasenotes/source/yoga.rst | 6 + requirements.txt | 6 +- setup.cfg | 5 +- tox.ini | 16 ++- 59 files changed, 482 insertions(+), 816 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8399f79..de5452e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -4 +7,0 @@ -oslo.log>=3.36.0 # Apache-2.0 @@ -6 +8,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-designateclient>=2.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org