[release-announce] ironic-ui 4.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 22 13:48:16 UTC 2020


We jubilantly announce the release of:

ironic-ui 4.0.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 ussuri 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.5.2..4.0.0
---------------------------------

1aa9c8f Stop configuring install_command in tox.
eaf3f0d Imported Translations from Zanata
777defb Imported Translations from Zanata
2d76e02 Imported Translations from Zanata
7f80974 Fix pyScss version in lower-constraints.txt
974838e Repair creating an ironicclient instance
31234a3 Enforce running tox with correct python version based on env
47561ba Drop Django 1.11 support
412c3c8 translation: drop babel extractor definitions
70a293d Imported Translations from Zanata
318ed8b Drop python 2.7 support and testing
416f424 Imported Translations from Zanata
eabce72 Use Python3 for integration tests
0dcf756 Switch to Ussuri jobs
c5585c0 Use Horizon project template for django jobs
5ae28de Imported Translations from Zanata
894bfeb Imported Translations from Zanata
c88b631 Update master for stable/train


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

.zuul.yaml                                         |  4 +--
babel-django.cfg                                   |  3 --
babel-djangojs.cfg                                 | 12 -------
ironic_ui/api/ironic.py                            | 14 ++++----
ironic_ui/karma.conf.js                            |  2 +-
ironic_ui/locale/de/LC_MESSAGES/djangojs.po        | 10 ++++--
ironic_ui/locale/en_GB/LC_MESSAGES/django.po       | 28 +++++++++++++++
ironic_ui/locale/en_GB/LC_MESSAGES/djangojs.po     | 31 +++++++++++++++--
lower-constraints.txt                              | 11 +++---
manage.py                                          |  2 +-
package.json                                       |  2 +-
.../notes/drop-python2-0bf548c3946068af.yaml       |  6 ++++
.../notes/get-client-e30e3b05eb9901ca.yaml         |  5 +++
releasenotes/source/index.rst                      |  1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 11 ++++--
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 40 ++++++++++++++++++++--
releasenotes/source/train.rst                      |  6 ++++
requirements.txt                                   |  1 +
setup.cfg                                          |  2 --
test-requirements.txt                              |  3 --
tox.ini                                            | 24 +++++--------
22 files changed, 156 insertions(+), 63 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 70d9764..427eb98 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ python-ironicclient!=2.5.2,!=2.7.1,>=2.3.0 # Apache-2.0
+horizon>=17.1.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index bf39b00..7cb47f4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,3 +13,0 @@ testtools>=2.2.0 # MIT
-# Include horizon as test requirement
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
-






More information about the Release-announce mailing list