We are psyched to announce the release of: ironic-ui 4.1.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 victoria 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 4.0.0..4.1.0 --------------------------------- 50134dc api: drop project_id from kwargs in client 6d253ca Cleanup py27 support cae8625 drop mock from lower-constraints and requirements beb5081 Switch to newer openstackdocstheme and reno versions aa5d060 Imported Translations from Zanata e5972f1 Imported Translations from Zanata 3528093 Add py38 package metadata c0e231c Add Python3 victoria unit tests 4855969 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- ironic_ui/api/ironic.py | 1 - ironic_ui/api/ironic_rest_api.py | 3 +-- ironic_ui/content/ironic/panel.py | 1 + ironic_ui/test/settings.py | 16 ++++++------ lower-constraints.txt | 6 ----- releasenotes/source/conf.py | 11 +++----- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 29 ++++++++++++++++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 ++++++---- releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 17 +++---------- setup.py | 9 ------- test-requirements.txt | 2 +- tox.ini | 8 +++--- 17 files changed, 74 insertions(+), 65 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7cb47f4..ae17714 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.1.0,<=3.2.0 # Apache-2.0