We are happy to announce the release of: octavia-dashboard 10.0.0: Horizon panels for Octavia This release is part of the zed release series. The source is available from: https://opendev.org/openstack/octavia-dashboard Download the package from: https://pypi.org/project/octavia-dashboard Please report issues through: https://storyboard.openstack.org/#!/project/openstack/octavia- dashboard For more details, please see below. Changes in octavia-dashboard 9.0.0..10.0.0 ------------------------------------------ a12c57d Imported Translations from Zanata eb7d526 Imported Translations from Zanata 91c6a2d Drop lower-constraints.txt and its testing b24eeb4 Remove unused oslo.log eec9bb5 Bump tox minversion to 3.18.0 1790a19 Replace deprecated ugettext_lazy a64fa32 Use Horizon project template for nodejs jobs 7257719 Migrate to AngularJS v1.8.2 537865d Move to Python 3.8 1f6691e Add Python3 zed unit tests 057f04c Update master for stable/yoga 13155fa Fix network selector filter at LB creation a8dc94f Fix updating a non-HTTP(S) Health Monitor Diffstat (except docs and test files) ------------------------------------- bindep.txt | 7 + lower-constraints.txt | 142 --------------------- octavia_dashboard/api/rest/lbaasv2.py | 26 ++-- .../dashboards/project/load_balancer/panel.py | 2 +- octavia_dashboard/karma.conf.js | 10 +- .../locale/de/LC_MESSAGES/djangojs.po | 25 +--- .../locale/en_GB/LC_MESSAGES/djangojs.po | 65 ++++++++-- .../locale/id/LC_MESSAGES/djangojs.po | 18 +-- .../locale/ja/LC_MESSAGES/djangojs.po | 17 +-- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 16 +-- .../locale/zh_Hans/LC_MESSAGES/djangojs.po | 16 +-- .../locale/zh_Hant/LC_MESSAGES/djangojs.po | 16 +-- .../core/openstack-service-api/lbaasv2.service.js | 92 ++++++------- .../octavia-barbican.service.js | 4 +- .../actions/associate-ip/modal.controller.spec.js | 2 + .../actions/edit-member/modal.controller.spec.js | 1 + .../filterselect/filter-select.component.js | 6 +- .../filterselect/filter-select.component.spec.js | 15 +++ .../project/lbaasv2/workflow/model.service.js | 2 +- .../project/lbaasv2/workflow/model.service.spec.js | 61 +++++++++ package.json | 22 ++-- .../fix-updating-non-http-hm-114180139961e441.yaml | 5 + .../notes/move-to-python-3.8-86095fce6076fb37.yaml | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 96 +++++++++++++- releasenotes/source/yoga.rst | 6 + requirements.txt | 5 +- setup.cfg | 5 +- tox.ini | 16 +-- zuul.d/projects.yaml | 5 +- 30 files changed, 360 insertions(+), 350 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2843d5f..4a9357b 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. + @@ -8 +11,0 @@ openstacksdk>=0.53.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0