ironic-ui 6.3.0 (caracal)
We are overjoyed to announce the release of: ironic-ui 6.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 caracal 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://bugs.launchpad.net/ironic-ui/+bugs For more details, please see below. Changes in ironic-ui 6.2.1..6.3.0 --------------------------------- 34f08f2 reno: Update master for unmaintained/yoga c5cf606 [codespell] Fixing Spelling Mistakes 3dc6eba Bupm hacking 3f0902b Update python classifier in setup.cfg 23aea8b Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .../static/dashboard/admin/ironic/base-node/base-node.service.js | 4 ++-- ironic_ui/static/dashboard/admin/ironic/graph.service.js | 8 ++++---- ironic_ui/static/dashboard/admin/ironic/ironic.service.js | 2 +- .../dashboard/admin/ironic/node-list/node-list.controller.js | 2 +- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 2 ++ test-requirements.txt | 7 +------ 11 files changed, 20 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 427eb98..84764d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 9b9e535..463090f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.1.0,<4.0.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -13 +8,0 @@ testtools>=2.2.0 # MIT -pycodestyle>=2.0.0,<2.7.0 # MIT
participants (1)
-
no-reply@openstack.org