[release-announce] ironic-ui 3.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 25 12:50:55 UTC 2018


We are pleased to announce the release of:

ironic-ui 3.2.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 rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/ironic-ui

Download the package from:

    https://pypi.org/project/ironic-ui

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/952

For more details, please see below.

Changes in ironic-ui 3.1.0..3.2.0
---------------------------------

4823b8d Rename tests/registration.py to /tests/test_registration.py
fa66440 add lower-constraints job
3a00a92 Add release notes link to README
420b427 Imported Translations from Zanata
27c9689 Update links in README
a10c42f Imported Translations from Zanata
1f9a77d Fix installation docs
d2977a9 Change Launchpad references to Storyboard
9ad1d36 Updated from global requirements
f1f11d5 Imported Translations from Zanata
d2a82cd Update reno for stable/queens
aa89c8c Imported Translations from Zanata


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

.gitignore                                         |   2 +-
.zuul.yaml                                         |   7 +
CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |   9 +-
ironic_ui/locale/en_GB/LC_MESSAGES/django.po       |   8 +-
ironic_ui/locale/en_GB/LC_MESSAGES/djangojs.po     |   6 +-
ironic_ui/locale/fr/LC_MESSAGES/djangojs.po        |  31 +-
ironic_ui/locale/ko_KR/LC_MESSAGES/django.po       |  12 +-
ironic_ui/locale/ko_KR/LC_MESSAGES/djangojs.po     | 144 +++-
ironic_ui/locale/pt_BR/LC_MESSAGES/django.po       |   6 +-
ironic_ui/locale/pt_BR/LC_MESSAGES/djangojs.po     | 743 +++++++++++++++++++++
ironic_ui/locale/tr_TR/LC_MESSAGES/django.po       |   8 +-
ironic_ui/locale/tr_TR/LC_MESSAGES/djangojs.po     |   8 +-
ironic_ui/locale/zh_CN/LC_MESSAGES/django.po       |   8 +-
ironic_ui/locale/zh_CN/LC_MESSAGES/djangojs.po     |   8 +-
lower-constraints.txt                              | 137 ++++
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  33 +-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  15 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  12 +-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  42 +-
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |   6 +-
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |   2 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |   7 +
30 files changed, 1237 insertions(+), 116 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2927d2c..dd1b6cb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-ironicclient>=2.2.0 # Apache-2.0
+python-ironicclient>=2.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b4b7078..cacbc00 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ testtools>=2.2.0 # MIT
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list