[new][magnum] magnum-ui 2.1.1 release (newton)
We are mirthful to announce the release of: magnum-ui 2.1.1: Magnum User Interface This release is part of the newton stable release series. With source available at: http://git.openstack.org/cgit/openstack/magnum-ui Please report issues through launchpad: http://bugs.launchpad.net/magnum-ui For more details, please see below. 2.1.1 ^^^^^ Magnum changes its service scope as Container Infrastructure Management service. Also Magnum-UI change rename service 'container' to 'container-infra', and container management functions removed. Magnum uses terms 'cluster' and 'cluster template' instead of 'bay' and 'baymodel', because the use of new Magnum term of 'bay' has caused confusion with users. New Features ************ * Support 'ca-show'. The function of downloading CA from cluster is added. * Support 'ca-sign'. The function of signing of certificates to cluster is added. * Add following options to cluster template creation and views. * 'docker_storage_driver' * 'fixed_subnet' * 'floating_ip_enabled' * 'master_lb_enabled' Upgrade Notes ************* * Service is renamed from 'container' to 'container-infra'. Renaming targets are URLs, Angular module name, slugs for panel, etc. * 'bay' and 'baymodel' are changed to 'cluster' and 'cluster template'. Deprecation Notes ***************** * Container panel is removed. According to decision of Magnum that changes service scope, container management functions are removed. Bug Fixes ********* * Fixes issue that there is no way to specify for insecure magnumclient as a result api throws 500 and SSL cert verify errors. 'insecure' and 'ca-cert' options are added for magnumclient. Other Notes *********** * Switch to reno for managing release notes. * Support for Horizon's Angular registry service, generic table and detail view, action service. Changes in magnum-ui 2.1.0..2.1.1 --------------------------------- 7a7a610 Fix URL for release notes in docs 0001455 Move listFunction and add javascript tests for cluster services 5111b01 Remove unnecessary magnum_ui/models.py file 0d705f9 Imported Translations from Zanata eab9964 Fix column label on cluster table 010205c Imported Translations from Zanata 499c4b5 Use Chrome for JS unit tests 0a1f5d2 Imported Translations from Zanata 472a1b9 Add javascript test for magnum.service.js 11ae78b Imported Translations from Zanata 5b51dd8 Add release notes for Newton b6b3971 Add javascript tests for actions.modules.js c052c2b Ignore node_modules in pep8 6d3b203 Imported Translations from Zanata 1106549 Update home page link in cfg file 5dea642 Add reno for releasenotes management 726ca1d Switch to using stable/newton horizon tarball 801f89d Update UPPER_CONSTRAINTS_FILE for stable/newton 8d764b9 Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + .gitreview | 1 + README.rst | 8 +- magnum_ui/karma.conf.js | 10 +- magnum_ui/locale/de/LC_MESSAGES/django.po | 24 + magnum_ui/locale/de/LC_MESSAGES/djangojs.po | 607 +++++++++++++++++++++ magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po | 605 ++++++++++++++++++++ magnum_ui/locale/ja/LC_MESSAGES/django.po | 6 +- magnum_ui/locale/ko_KR/LC_MESSAGES/django.po | 24 + magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 350 +++++++++++- magnum_ui/locale/zh_CN/LC_MESSAGES/django.po | 12 +- magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po | 29 +- magnum_ui/models.py | 3 - .../cluster-templates/actions.module.spec.js | 59 ++ .../cluster-templates/cluster-templates.module.js | 25 +- .../cluster-templates/cluster-templates.service.js | 60 ++ .../cluster-templates.service.spec.js | 51 ++ .../clusters/actions.module.spec.js | 64 +++ .../container-infra/clusters/clusters.module.js | 34 +- .../container-infra/clusters/clusters.service.js | 60 ++ .../clusters/clusters.service.spec.js | 51 ++ .../container-infra/magnum.service.spec.js | 134 ++++- package.json | 4 +- releasenotes/notes/add-reno-7d46796dbf41c247.yaml | 4 + releasenotes/notes/newton-dac21adfe6c6b8ee.yaml | 49 ++ releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 273 +++++++++ releasenotes/source/index.rst | 9 + releasenotes/source/newton.rst | 6 + releasenotes/source/unreleased.rst | 5 + setup.cfg | 2 +- test-requirements.txt | 3 +- tox.ini | 25 +- 36 files changed, 2518 insertions(+), 97 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 207b058..b5c88ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,0 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +reno>=1.8.0 # Apache2 @@ -29 +30 @@ xvfbwrapper>=0.1.3 #license: MIT -http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon +http://tarballs.openstack.org/horizon/horizon-stable-newton.tar.gz#egg=horiz...
participants (1)
-
no-reply@openstack.org