[release-announce] horizon 14.0.4 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 22 20:19:37 UTC 2019


We are delighted to announce the release of:

horizon 14.0.4: OpenStack Dashboard

This release is part of the rocky stable release series.

The source is available from:

    https://opendev.org/openstack/horizon

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/horizon/+bugs

For more details, please see below.

14.0.4
^^^^^^

Bug Fixes

* [:bug:`1840465`] Fixed a bug where listing security groups did not
  work if one or more security groups had no rules in them.

Changes in horizon 14.0.3..14.0.4
---------------------------------

93c4ded71 Remove the check which causes plugin's quotas update failure
79ab54696 Updated max-width to be dynamic for .member class
83855762f Add Allowed Address Pair/Delete buttons are only visible to admin
81740d310 Avoid forced logout when 403 error encountered
205c4465c Fix listing security groups when no rules
fe2b97c3f Fix quoting in zuul for tempest plugins
7a5ed4b68 Allow creating ICMPV6 rules
a0f4ac2af Fixing broken links
721622d18 Make project volume group table work even with volumev3 only env
ba66156f0 Imported Translations from Zanata
8e994d612 Complete angular translation extract pattern
e5bc4dfb4 Ensure to call patch_middleware_get_user() in api.test_base


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

.zuul.yaml                                         |   2 +-
horizon/static/framework/framework.module.js       |  17 +--
horizon/static/framework/framework.module.spec.js  |   3 +-
.../framework/widgets/wizard/wizard.controller.js  |   2 +-
.../widgets/wizard/wizard.controller.spec.js       |  10 +-
.../test/unit/utils/test_babel_extract_angular.py  |  16 +++
horizon/utils/babel_extract_angular.py             |   8 +-
openstack_dashboard/api/neutron.py                 |   2 +
.../extensions/allowed_address_pairs/tables.py     |  16 +++
.../dashboards/project/security_groups/forms.py    |  31 ++++++
.../dashboards/project/snapshots/tables.py         |   4 -
.../dashboards/project/vg_snapshots/tables.py      |   3 -
.../dashboards/project/volume_groups/tables.py     |   1 -
.../locale/ru/LC_MESSAGES/django.po                |  12 +-
.../static/dashboard/scss/_variables.scss          |   2 +-
.../dashboard/scss/components/_membership.scss     |   3 +-
openstack_dashboard/test/test_data/neutron_data.py |  12 +-
openstack_dashboard/test/unit/api/test_base.py     |   2 +-
openstack_dashboard/test/unit/api/test_neutron.py  |   4 +-
openstack_dashboard/usage/quotas.py                |   3 -
...roup-no-rules-list-bugfix-b77ab5aff1d3e45e.yaml |   5 +
25 files changed, 287 insertions(+), 45 deletions(-)







More information about the Release-announce mailing list