[release-announce] ironic-ui 3.4.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 7 16:57:19 UTC 2020


We are amped to announce the release of:

ironic-ui 3.4.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 stein 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.4.0..3.4.1
---------------------------------

5c593fd Fix horizon dependency
21167c6 Imported Translations from Zanata
859560f Imported Translations from Zanata
d9bd177 Imported Translations from Zanata
c4ac3f0 Imported Translations from Zanata
9395ab5 OpenDev Migration Patch
b296784 Imported Translations from Zanata
5b69def Normalize operation messages into capital case
5b0a601 Imported Translations from Zanata
00a9d13 Fix misused html attribute 'translation' in base-node.html
2c31a21 i18n: Extract strings from template files
f725cd6 Replace openstack.org git:// URLs with https://
2f0b827 Update UPPER_CONSTRAINTS_FILE for stable/stein
80b0f01 Update .gitreview for stable/stein


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   3 +-
.zuul.yaml                                         |   4 +-
babel-django.cfg                                   |   2 +-
ironic_ui/locale/de/LC_MESSAGES/django.po          |  18 +-
ironic_ui/locale/de/LC_MESSAGES/djangojs.po        |  10 +-
ironic_ui/locale/en_GB/LC_MESSAGES/django.po       |  14 +-
ironic_ui/locale/en_GB/LC_MESSAGES/djangojs.po     |   8 +-
ironic_ui/locale/fr/LC_MESSAGES/django.po          |  18 --
ironic_ui/locale/id/LC_MESSAGES/django.po          |  18 +-
ironic_ui/locale/id/LC_MESSAGES/djangojs.po        |  10 +-
ironic_ui/locale/ja/LC_MESSAGES/django.po          |  18 --
ironic_ui/locale/ja/LC_MESSAGES/djangojs.po        |  15 +-
ironic_ui/locale/ko_KR/LC_MESSAGES/django.po       |  16 +-
ironic_ui/locale/ko_KR/LC_MESSAGES/djangojs.po     |   8 +-
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/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       |  17 +-
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                              |   5 +-
package.json                                       |   2 +-
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 336 ---------------------
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 328 --------------------
.../source/locale/fr/LC_MESSAGES/releasenotes.po   | 102 -------
.../source/locale/id/LC_MESSAGES/releasenotes.po   | 333 --------------------
.../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                                            |   9 +-
38 files changed, 174 insertions(+), 2091 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index dd1b6cb..04035d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ python-ironicclient>=2.3.0 # Apache-2.0
+horizon>=15.0.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 37dded9..2889593 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,>=1.6.2;python_version>='3.4'  # BSD
@@ -18,2 +18,0 @@ reno>=2.5.0 # Apache-2.0
-# Include horizon as test requirement
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon






More information about the Release-announce mailing list