We enthusiastically announce the release of: manila-ui 12.0.0 This release is part of the dalmatian 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 11.0.0..12.0.0 ----------------------------------- cc3985c Add workflow to create share network subnets e3097a2 Add Filter choices to resources b2ff206 Remove old excludes 119c906 Adds Bandit testing environment to tox.ini c05f4ae Imported Translations from Zanata db7fc5d Update master for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 +++++ manila_ui/api/manila.py | 10 +++ .../dashboards/admin/share_networks/tables.py | 12 +++- manila_ui/dashboards/admin/share_networks/views.py | 25 ++++++- .../share_network_subnets/__init__.py | 0 .../share_networks/share_network_subnets/tables.py | 25 +++++++ .../share_networks/share_network_subnets/views.py | 26 +++++++ .../share_network_subnets/workflows.py | 69 +++++++++++++++++++ .../dashboards/project/share_networks/tables.py | 14 +++- .../dashboards/project/share_networks/urls.py | 6 ++ .../dashboards/project/share_networks/views.py | 25 +++++++ manila_ui/dashboards/utils.py | 2 +- manila_ui/locale/cs/LC_MESSAGES/django.po | 11 +-- manila_ui/locale/de/LC_MESSAGES/django.po | 20 +----- manila_ui/locale/en_GB/LC_MESSAGES/django.po | 61 +++++++++++------ manila_ui/locale/fr/LC_MESSAGES/django.po | 11 +-- manila_ui/locale/id/LC_MESSAGES/django.po | 17 +---- manila_ui/locale/ko_KR/LC_MESSAGES/django.po | 17 +---- manila_ui/locale/pt_BR/LC_MESSAGES/django.po | 17 +---- manila_ui/locale/ru/LC_MESSAGES/django.po | 11 +-- manila_ui/locale/tr_TR/LC_MESSAGES/django.po | 11 +-- .../share_network_subnets/__init__.py | 0 ...choices-to-share-networks-d34e4aa6a1eb88ae.yaml | 6 ++ ...work-subnet-create-option-a8f8a8e6305cc94d.yaml | 4 ++ releasenotes/source/2024.1.rst | 6 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 45 +++++++++++- tox.ini | 4 ++ 32 files changed, 514 insertions(+), 140 deletions(-)
participants (1)
-
no-reply@openstack.org