We are jazzed to announce the release of: ironic-ui 4.3.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 wallaby 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. 4.3.0 ^^^^^ Bug Fixes * Fixes an issue where "ironic-ui" could fail when starting the Baremetal Service's API client when a user's authentication provider does not immediately support returning a "project_id". The remote Baremetal API service will retrieve this value from the Identity service. Changes in ironic-ui 4.2.0..4.3.0 --------------------------------- 63fa1fe Add a release note for Wallaby b12bbeb Imported Translations from Zanata 9887b96 Use permissions attribute to detect ironic service 12eca8a Fix unittest coverage bug a3d0f4e Remove Chrome browser from karma.conf.js 9af5607 Remove hard-coded Python path in karma.conf.js 81aa74a Set safe version of hacking a206b98 Imported Translations from Zanata 101f8ec Add Python3 wallaby unit tests a455ca4 Update master for stable/victoria 0d997bf Add npm tox env Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- ironic_ui/content/ironic/panel.py | 17 +-- ironic_ui/karma.conf.js | 18 ++- .../{zh_CN => zh_Hans}/LC_MESSAGES/django.po | 2 +- .../{zh_CN => zh_Hans}/LC_MESSAGES/djangojs.po | 2 +- lower-constraints.txt | 132 --------------------- package.json | 3 +- .../wallaby-release-note-f502b2ba09932e4c.yaml | 8 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +- releasenotes/source/victoria.rst | 6 + test-requirements.txt | 4 +- tox.ini | 15 ++- 13 files changed, 58 insertions(+), 161 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ae17714..961f1f2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.1.0,<=3.2.0 # Apache-2.0 +hacking>=3.1.0,<4.0.0 # Apache-2.0 @@ -7,0 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0 +nodeenv>=0.9.4 # BSD @@ -12,0 +14 @@ testtools>=2.2.0 # MIT +pycodestyle>=2.0.0,<2.7.0 # MIT