murano-dashboard 15.0.0 (antelope)
We contentedly announce the release of: murano-dashboard 15.0.0: The Murano Dashboard This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/murano-dashboard Download the package from: https://tarballs.openstack.org/murano-dashboard/ Please report issues through: https://bugs.launchpad.net/murano/+bugs For more details, please see below. Changes in murano-dashboard 14.0.0..15.0.0 ------------------------------------------ 04f62668 Remove hard-coded Python path in karma.conf.js d956d059 Django 4.x: Replace removed features d85b6115 Imported Translations from Zanata 6b5b8bb1 Imported Translations from Zanata 8aceeda5 Add designate support for Zone choice 11181ef0 Switch to 2023.1 Python3 unit tests and generic template name 5e0548e8 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- karma.conf.js | 11 +++++- muranodashboard/api/__init__.py | 9 ++--- muranodashboard/catalog/panel.py | 2 +- muranodashboard/catalog/tabs.py | 2 +- muranodashboard/catalog/views.py | 9 +++-- muranodashboard/categories/forms.py | 2 +- muranodashboard/categories/panel.py | 2 +- muranodashboard/categories/tables.py | 8 ++--- muranodashboard/categories/views.py | 2 +- muranodashboard/common/designate.py | 39 ++++++++++++++++++++++ muranodashboard/common/fields.py | 2 +- muranodashboard/common/net.py | 2 +- muranodashboard/common/widgets.py | 4 +-- muranodashboard/dashboard.py | 2 +- muranodashboard/dynamic_ui/fields.py | 35 +++++++++++++++---- muranodashboard/dynamic_ui/forms.py | 5 +-- muranodashboard/dynamic_ui/services.py | 6 ++-- muranodashboard/environments/api.py | 2 +- muranodashboard/environments/consts.py | 2 +- muranodashboard/environments/forms.py | 2 +- muranodashboard/environments/panel.py | 2 +- muranodashboard/environments/tables.py | 24 ++++++------- muranodashboard/environments/tabs.py | 2 +- muranodashboard/environments/views.py | 2 +- muranodashboard/images/forms.py | 2 +- muranodashboard/images/panel.py | 2 +- muranodashboard/images/tables.py | 8 ++--- muranodashboard/images/views.py | 2 +- .../local/enabled/_60_panel_group_browse.py | 2 +- .../local/enabled/_70_panel_group_manage.py | 2 +- .../local/enabled/_80_panel_group_applications.py | 2 +- muranodashboard/locale/en_GB/LC_MESSAGES/django.po | 14 ++++++-- muranodashboard/packages/forms.py | 2 +- muranodashboard/packages/panel.py | 2 +- muranodashboard/packages/tables.py | 16 ++++----- muranodashboard/packages/views.py | 2 +- .../add-designate-support-44d8e9f9ce7b8574.yaml | 3 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 ++++++-- releasenotes/source/zed.rst | 6 ++++ requirements.txt | 1 + tools/post_install.sh | 2 +- tox.ini | 6 ++-- 53 files changed, 201 insertions(+), 94 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index af6fe0f3..0613667b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ python-muranoclient>=0.8.2 # Apache-2.0 +python-designateclient>=2.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org