We are happy to announce the release of: magnum-ui 16.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/magnum-ui Download the package from: https://tarballs.openstack.org/magnum-ui/ Please report issues through: https://bugs.launchpad.net/magnum-ui/+bugs For more details, please see below. Changes in magnum-ui 15.0.0..16.0.0 ----------------------------------- 542f5f0 reno: Update master for unmaintained/2023.1 e90c4a7 reno: Update master for unmaintained/zed a5ff9ec Fix resize for CAPI clusters c9fdb53 Bump hacking bd76624 Fix indexing into subnet list during cluster creation d1b6e1e Update master for stable/2024.2 2b6ecf8 reno: Update master for unmaintained/yoga 2075030 Change floating_ip to use master_lb_floating_ip_enabled. Diffstat (except docs and test files) ------------------------------------- magnum_ui/api/magnum.py | 5 ++ magnum_ui/api/rest/magnum.py | 28 ++++++--- .../clusters/create/create.service.js | 5 +- .../clusters/resize/resize.service.js | 19 +++--- .../clusters/resize/resize.service.spec.js | 21 +++++-- .../workflow/cluster-template.controller.js | 11 ++-- .../workflow/cluster-template.controller.spec.js | 17 +++-- .../clusters/workflow/network.help.html | 15 ++++- .../clusters/workflow/workflow.service.js | 72 +++++++++++++++++----- .../notes/lb_floating_ip-ca6039444f88a968.yaml | 8 +++ releasenotes/source/2023.1.rst | 4 +- releasenotes/source/2024.2.rst | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- releasenotes/source/zed.rst | 2 +- test-requirements.txt | 2 +- 16 files changed, 166 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e261ca2..4e81a19 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking>=4.0.0,<4.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org