We are psyched to announce the release of: ironic-ui 3.5.0: Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers. This release is part of the train release series. The source is available from: https://opendev.org/openstack/ironic-ui Download the package from: https://pypi.org/project/ironic-ui Please report issues through: https://bugs.launchpad.net/ironic-ui/+bugs For more details, please see below. Changes in ironic-ui 3.4.0..3.5.0 --------------------------------- 292cc2e Update api-ref location 9e80cc8 Drop nodejs4 job 62e4f97 Add nodejs10 jobs on bionic f62d07a Modify the url of upper_constraints_file 857bfb0 Blacklist sphinx 2.1.0 (autodoc bug) 31485bf Add python 3.7 classifier to setup.cfg f238747 Use openstack-python3-train-jobs for python3 test runtime 62851c7 Exclude broken ironicclient versions 2.5.2 and 2.7.1 72320f4 Update sphinx dependency 11ca90e Imported Translations from Zanata 6670f43 Replace git.openstack.org URLs with opendev.org URLs 96543ce OpenDev Migration Patch 47aa91f Imported Translations from Zanata 2dde870 Dropping the py35 testing a6a784c Normalize operation messages into capital case 9296227 Imported Translations from Zanata 3bb4264 i18n: Extract strings from template files 5c678d2 Fix misused html attribute 'translation' in base-node.html aae1cc8 Imported Translations from Zanata 21bab85 Replace openstack.org git:// URLs with https:// 26dd098 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 10 ++- README.rst | 2 +- babel-django.cfg | 2 +- ironic_ui/locale/de/LC_MESSAGES/django.po | 18 ++++-- ironic_ui/locale/de/LC_MESSAGES/djangojs.po | 23 ++++--- ironic_ui/locale/en_GB/LC_MESSAGES/django.po | 18 ------ ironic_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 14 ++-- ironic_ui/locale/fr/LC_MESSAGES/django.po | 18 ------ ironic_ui/locale/fr/LC_MESSAGES/djangojs.po | 14 +++- ironic_ui/locale/id/LC_MESSAGES/django.po | 18 ++++-- ironic_ui/locale/id/LC_MESSAGES/djangojs.po | 22 ++++--- ironic_ui/locale/ja/LC_MESSAGES/django.po | 18 ------ ironic_ui/locale/ja/LC_MESSAGES/djangojs.po | 27 +++++--- ironic_ui/locale/ko_KR/LC_MESSAGES/django.po | 16 ++++- ironic_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 20 ++++-- ironic_ui/locale/pt_BR/LC_MESSAGES/django.po | 18 ------ ironic_ui/locale/pt_BR/LC_MESSAGES/djangojs.po | 8 +-- ironic_ui/locale/ru/LC_MESSAGES/django.po | 19 ------ ironic_ui/locale/ru/LC_MESSAGES/djangojs.po | 18 +++++- ironic_ui/locale/tr_TR/LC_MESSAGES/django.po | 18 ------ ironic_ui/locale/tr_TR/LC_MESSAGES/djangojs.po | 5 +- ironic_ui/locale/zh_CN/LC_MESSAGES/django.po | 16 ++++- ironic_ui/locale/zh_CN/LC_MESSAGES/djangojs.po | 75 ++++++++++++++++++++-- .../admin/ironic/base-node/base-node.html | 2 +- .../dashboard/admin/ironic/ironic.service.js | 52 +++++++-------- .../admin/ironic/node-details/node-details.html | 8 +-- .../node-details/sections/configuration.html | 16 ++--- .../admin/ironic/node-list/node-list.html | 12 ++-- package.json | 2 +- releasenotes/source/index.rst | 1 + .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 36 ++++++++++- releasenotes/source/stein.rst | 6 ++ requirements.txt | 2 +- setup.cfg | 3 +- test-requirements.txt | 3 +- tox.ini | 4 +- 39 files changed, 323 insertions(+), 249 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dd1b6cb..70d9764 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-ironicclient>=2.3.0 # Apache-2.0 +python-ironicclient!=2.5.2,!=2.7.1,>=2.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 37dded9..5a9e360 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15,2 @@ testtools>=2.2.0 # MIT -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org