[release-announce] zun-ui 2.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 20 18:54:05 UTC 2018


We are overjoyed to announce the release of:

zun-ui 2.0.0: Zun User Interface

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/zun-ui

Download the package from:

    https://tarballs.openstack.org/zun-ui/

Please report issues through launchpad:

    https://bugs.launchpad.net/zun-ui

For more details, please see below.

Changes in zun-ui 1.0.0..2.0.0
------------------------------

7eb1e0b Imported Translations from Zanata
2f6ea0b Imported Translations from Zanata
7f07dff Add release notes for Rocky
605f7b5 Prepare to support python3.6
7a9eabf Fix tox python3 overrides
29f1efd Imported Translations from Zanata
34e57e8 Imported Translations from Zanata
8cfab7e Imported Translations from Zanata
d801f8c Imported Translations from Zanata
4378273 Imported Translations from Zanata
15cb9b2 Imported Translations from Zanata
efd68de Imported Translations from Zanata
582d8b4 Imported Translations from Zanata
97a5f97 Imported Translations from Zanata
4a650d7 Clear selections for table view
0a1055d Retrieve hosts under initAction
327f0c9 Add delete action for capsule
05e5bb1 Add create action for capsule
12da76b Add details view for capsule
247af4b Add capsule panel
cb951d6 Imported Translations from Zanata
444c4fa Add delete action for images
a2480da Add "host" parameter for image pull
dba0490 Add python3 django 1.11 job instead of django 2.0 job
ca4371c Imported Translations from Zanata
513af9d Imported Translations from Zanata
3b037de Add rebuild action for container
5d2a018 Add new states for container
2f01345 Add new options for container creation
3a0864f Imported Translations from Zanata
c125cf6 Use "update" for container name instead "rename"
41fb734 Imported Translations from Zanata
fc9fa58 Imported Translations from Zanata
33b1bae Fix postinstall for npm job
34aa9d7 Imported Translations from Zanata
54dc1d4 Imported Translations from Zanata
1cbfca5 Imported Translations from Zanata
fde3662 Imported Translations from Zanata
7000cf7 Imported Translations from Zanata
893b0fc Add py35dj20 job
4aaaf6e Imported Translations from Zanata
c4f22c8 Drop mox3 from test-requirements.txt
0a01169 Fix tox jobs and remove tox_helper.sh
8bdee46 Follow the new PTI for document build
bb32832 Imported Translations from Zanata
50bc369 Update lower-constraints and requirements
01a189d Imported Translations from Zanata
bfb7d54 Imported Translations from Zanata
c103a8a Imported Translations from Zanata
f183c15 Imported Translations from Zanata
19799fc Imported Translations from Zanata
7af0496 Imported Translations from Zanata
ad6898f Suppress resize error on resizing browser
3f01ef2 Add Manage Security Groups action for container
1d47c36 Suppress conflicts between retry options and auto_remove option
69ecf1c Imported Translations from Zanata
8d9571a Clean-up tox
1fb13fe Describe more about security group on create
2c5ac57 Imported Translations from Zanata
6f4827b Present container deletion better
21187bb Fix the error on 'stop and delete container'
b49c32d Add networks tab for container update
da21388 Reproduce navigations
09080e0 Add releasenotes links to README
94d15f9 Install Horizon from git repository in tox test
67a7aaf Updated from global requirements
d53c591 add lower-constraints job
6b601ba Updated from global requirements
748b2de add documentation link to README
2766e09 Updated from global requirements
9bf92c5 Install horizon directly from pypi
9ab56ba Updated from global requirements
7d8f15a Imported Translations from Zanata
f60016b Updated from global requirements
c6fcba6 Imported Translations from Zanata
6feb702 Imported Translations from Zanata
288c26a Change runtimes to accept string
b05f1d1 Imported Translations from Zanata
23d054e Imported Translations from Zanata
67d6440 Increase the memory step size to 128M
4e69df8 Imported Translations from Zanata
c23884d Update reno for stable/queens
63f24b8 Imported Translations from Zanata
e7418c2 Add gettext for Volumes tab


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |   35 +
README.rst                                         |   10 +-
lower-constraints.txt                              |  139 +++
package.json                                       |    2 +-
.../notes/bug-1763250-5035b39df953d25d.yaml        |    6 +
.../manage-security-groups-c17e4a0febe6dd4c.yaml   |    6 +
releasenotes/notes/rocky-62e140c8a5971922.yaml     |   51 +
releasenotes/source/index.rst                      |    1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  276 +++++-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  262 +++++
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  277 +++++-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |   30 -
releasenotes/source/queens.rst                     |    6 +
requirements.txt                                   |    4 +-
setup.cfg                                          |   10 -
test-requirements.txt                              |   11 +-
tox.ini                                            |  139 ++-
zun_ui/api/client.py                               |  111 ++-
zun_ui/api/rest_api.py                             |   99 ++
zun_ui/content/container/capsules/__init__.py      |    0
zun_ui/content/container/capsules/panel.py         |   19 +
zun_ui/content/container/capsules/urls.py          |   20 +
.../_1332_project_container_capsules_panel.py      |   21 +
zun_ui/karma.conf.js                               |   10 +-
zun_ui/locale/de/LC_MESSAGES/django.po             |   30 +
zun_ui/locale/de/LC_MESSAGES/djangojs.po           |  877 ++++++++++++++++
zun_ui/locale/en_GB/LC_MESSAGES/django.po          |   11 +-
zun_ui/locale/en_GB/LC_MESSAGES/djangojs.po        |  318 +++++-
zun_ui/locale/id/LC_MESSAGES/django.po             |   27 +
zun_ui/locale/id/LC_MESSAGES/djangojs.po           | 1044 ++++++++++++++++++++
zun_ui/locale/ja/LC_MESSAGES/django.po             |   19 +-
zun_ui/locale/ja/LC_MESSAGES/djangojs.po           |  420 +++++++-
zun_ui/locale/ko_KR/LC_MESSAGES/django.po          |   16 +-
zun_ui/locale/tr_TR/LC_MESSAGES/django.po          |    8 +-
.../static/cloud-shell/cloud-shell.controller.js   |    3 +-
.../dashboard/container/capsules/actions.module.js |   88 ++
.../container/capsules/actions/create.service.js   |   84 ++
.../container/capsules/actions/delete.service.js   |  158 +++
.../container/capsules/actions/refresh.service.js  |   68 ++
.../actions/workflow/load-template.controller.js   |   47 +
.../capsules/actions/workflow/load-template.html   |    9 +
.../capsules/actions/workflow/workflow.service.js  |   89 ++
.../container/capsules/capsules.module.js          |  152 +++
.../container/capsules/capsules.service.js         |   89 ++
.../container/capsules/details/details.module.js   |   51 +
.../capsules/details/overview.controller.js        |   37 +
.../container/capsules/details/overview.html       |   50 +
.../container/capsules/drawer.controller.js        |   36 +
.../dashboard/container/capsules/drawer.html       |    6 +
.../static/dashboard/container/capsules/panel.html |    4 +
.../static/dashboard/container/container.module.js |    1 +
.../container/containers/actions.module.js         |   18 +
.../container/containers/actions/create.service.js |   13 +-
.../containers/actions/delete-force.service.js     |    4 +-
.../containers/actions/delete-stop.service.js      |    4 +-
.../container/containers/actions/delete.service.js |   11 +-
.../delete-security-group.service.js               |   60 ++
.../manage-security-groups.controller.js           |  261 +++++
.../manage-security-groups.html                    |   43 +
.../manage-security-groups.service.js              |  151 +++
.../containers/actions/rebuild.service.js          |  149 +++
.../container/containers/actions/update.service.js |  102 +-
.../containers/actions/workflow/misc.help.html     |    2 -
.../actions/workflow/mounts/mounts.controller.js   |   14 +-
.../security-groups/security-groups.controller.js  |   23 +-
.../security-groups/security-groups.help.html      |   23 +-
.../containers/actions/workflow/spec.help.html     |   16 +-
.../actions/workflow/workflow.service.js           |  263 ++++-
.../container/containers/containers.module.js      |   20 +-
.../container/containers/details/overview.html     |    8 +-
.../dashboard/container/images/actions.module.js   |   11 +
.../container/images/actions/delete.service.js     |  141 +++
.../container/images/actions/workflow.service.js   |   33 +-
zun_ui/static/dashboard/container/zun.service.js   |   96 +-
77 files changed, 6431 insertions(+), 500 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index be1ac34..ca79d11 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-zunclient>=1.0.0 # Apache-2.0
+python-zunclient>=1.4.0 # Apache-2.0
+
+horizon>=14.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a24e613..abb939f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,10 +15 @@ mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0
-testtools>=2.2.0 # MIT
-
-# For docs
-sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-
-# Include horizon as test requirement
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
+testtools>=2.3.0 # MIT






More information about the Release-announce mailing list