We high-spiritedly announce the release of: zun-ui 4.0.0: Zun User Interface This release is part of the train release series. The source is available from: https://opendev.org/openstack/zun-ui Download the package from: https://tarballs.openstack.org/zun-ui/ Please report issues through: https://bugs.launchpad.net/zun-ui/+bugs For more details, please see below. Changes in zun-ui 3.0.0..4.0.0 ------------------------------ b6eb362 Bump python-zunclient to 3.5.0 a2a3f4d Imported Translations from Zanata a6972f4 Add python37 job f17ab2f Switch to the new canonical constraints URL on master daad8ee Allow force delete a 'DELETING' container b7fe8b6 Sync Sphinx requirement aad1d14 Fix the path of the panel navigator 7204d98 Imported Translations from Zanata dffc5b3 Replace git.openstack.org URLs with opendev.org URLs 2d928f0 OpenDev Migration Patch fe30edd Dropping the py35 testing c1ed771 Make python36 job voting e7cd679 Add collectstatic and compress commands to the install guide b5b3d19 Update master for stable/stein 7fdd577 Imported Translations from Zanata 9a5c656 Add nodejs10 jobs on bionic. bcb1e11 Switch to horizon-nodejs4-jobs template Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 27 +----- README.rst | 2 +- lower-constraints.txt | 2 +- package.json | 2 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 5 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 108 ++++++++++++++++++++- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 103 +++++++++++++++++++- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 52 ---------- releasenotes/source/stein.rst | 6 ++ requirements.txt | 2 +- setup.cfg | 3 +- tox.ini | 12 +-- zun_ui/content/container/containers/admin_urls.py | 23 +++++ zun_ui/content/container/containers/panel.py | 1 + zun_ui/locale/de/LC_MESSAGES/djangojs.po | 7 +- zun_ui/locale/en_GB/LC_MESSAGES/djangojs.po | 7 +- zun_ui/locale/id/LC_MESSAGES/djangojs.po | 5 +- zun_ui/locale/ja/LC_MESSAGES/djangojs.po | 5 +- zun_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 5 +- zun_ui/locale/zh_CN/LC_MESSAGES/django.po | 33 +++++++ .../container/containers/containers.module.js | 2 +- .../container/containers/containers.service.js | 10 +- 28 files changed, 302 insertions(+), 143 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c8957b5..e45738b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ pbr>=3.1.1 # Apache-2.0 -python-zunclient>=1.4.0 # Apache-2.0 +python-zunclient>=3.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org