manila-ui 11.0.0 (caracal)
We are tickled pink to announce the release of: manila-ui 11.0.0: Manila Management Dashboard This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/manila-ui Download the package from: https://tarballs.openstack.org/manila-ui/ Please report issues through: https://bugs.launchpad.net/manila-ui/+bugs For more details, please see below. Changes in manila-ui 10.0.0..11.0.0 ----------------------------------- 9f892bf reno: Update master for unmaintained/xena 6ae97f8 reno: Update master for unmaintained/wallaby 71dc6cd reno: Update master for unmaintained/victoria 9f0aaf7 Add new-note tox environment d1428c5 Create share network panel workflows a9211f9 reno: Update master for unmaintained/yoga 5c150c8 Bump hacking 99138f1 Update python classifier in setup.cfg fe07591 Remove unused babel.cfg e1b7ace Avoid server error caused by UnicodeDecodeError bcd6742 Fix python shebang 497feb8 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + babel.cfg | 1 - manage.py | 2 +- manila_ui/api/manila.py | 7 +- manila_ui/api/network.py | 24 --- .../dashboards/admin/share_networks/tables.py | 8 - .../templates/share_networks/_detail.html | 101 ++++++++---- manila_ui/dashboards/admin/share_networks/views.py | 16 +- manila_ui/dashboards/project/__init__.py | 3 +- manila_ui/dashboards/project/config.py | 3 +- .../dashboards/project/share_networks/forms.py | 3 +- .../dashboards/project/share_networks/tables.py | 10 +- .../templates/share_networks/_detail.html | 113 +++++++------ .../dashboards/project/share_networks/views.py | 59 ++++--- .../dashboards/project/share_networks/workflows.py | 150 +++++++++++++++++- manila_ui/dashboards/utils.py | 2 +- .../dashboards/admin/share_types/test_forms.py | 4 +- .../bp-share-network-subnets-82ad8c601caf177b.yaml | 8 + ...x-error-in-share-creation-1a8feef763c21b25.yaml | 5 + releasenotes/source/2023.2.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 - setup.cfg | 2 + test-requirements.txt | 6 +- tox.ini | 6 + 35 files changed, 704 insertions(+), 259 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4e4f3e8..a4955be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +3,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 a5a507c..3af3249 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,<3.2.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org