We are excited to announce the release of: ironic-ui 3.3.1: Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers. This release is part of the rocky stable 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://storyboard.openstack.org/#!/project/openstack/ironic-ui For more details, please see below. Changes in ironic-ui 3.3.0..3.3.1 --------------------------------- ca94a76 Fix horizon dependency efc8517 OpenDev Migration Patch 372465d Normalize operation messages into capital case 40f1f85 Imported Translations from Zanata a280b47 i18n: Extract strings from template files acf83d1 Fix misused html attribute 'translation' in base-node.html cd0ad96 Imported Translations from Zanata 1327cfd Replace openstack.org git:// URLs with https:// 3f9336d import zuul job settings from project-config a7b8334 Update UPPER_CONSTRAINTS_FILE for stable/rocky a41139d Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 7 + babel-django.cfg | 2 +- ironic_ui/locale/de/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/en_GB/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/fr/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/id/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/ja/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/ko_KR/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/pt_BR/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/ru/LC_MESSAGES/django.po | 19 -- ironic_ui/locale/tr_TR/LC_MESSAGES/django.po | 18 -- ironic_ui/locale/zh_CN/LC_MESSAGES/django.po | 16 +- ironic_ui/locale/zh_CN/LC_MESSAGES/djangojs.po | 63 +++- .../admin/ironic/base-node/base-node.html | 2 +- .../admin/ironic/node-details/node-details.html | 8 +- .../node-details/sections/configuration.html | 16 +- .../admin/ironic/node-list/node-list.html | 12 +- lower-constraints.txt | 3 +- package.json | 2 +- .../source/locale/de/LC_MESSAGES/releasenotes.po | 332 --------------------- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 325 -------------------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 102 ------- .../source/locale/id/LC_MESSAGES/releasenotes.po | 329 -------------------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 292 ------------------ .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 141 --------- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 98 ------ .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 265 ---------------- requirements.txt | 1 + test-requirements.txt | 5 +- tox.ini | 7 +- 31 files changed, 112 insertions(+), 2082 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dd1b6cb..b3e2220 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,0 +7 @@ python-ironicclient>=2.3.0 # Apache-2.0 +horizon>=14.0.0 diff --git a/test-requirements.txt b/test-requirements.txt index cacbc00..0ebbcc0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16,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,>=1.6.2;python_version>='3.4' # BSD @@ -19,2 +19,0 @@ reno>=2.5.0 # Apache-2.0 -# Include horizon as test requirement -http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
participants (1)
-
no-reply@openstack.org