[release-announce] [neutron] neutron-fwaas-dashboard 1.3.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 22 17:33:56 UTC 2018


We are amped to announce the release of:

neutron-fwaas-dashboard 1.3.0: Neutron FWaaS Dashboard

This release is part of the queens release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard

Download the package from:

    https://tarballs.openstack.org/neutron-fwaas-dashboard/

Please report issues through launchpad:

    http://bugs.launchpad.net/neutron-fwaas-dashboard

For more details, please see below.

Changes in neutron-fwaas-dashboard 1.2.0..1.3.0
-----------------------------------------------

07c6897 Imported Translations from Zanata
2acd997 Show associated ports in firewall group detail
fc1d117 Show IP version in rules table and detail
bd7d133 Policy detail: Fix reference to non-existing rule.position attr
9067816 firewall group table: fix handling of ports of FWG
1c14e8a Improve Ports/Rules selection UI
ad437ca Consume horizon stable/queens branch
80b9e3d Imported Translations from Zanata
fc7728b Updated from global requirements
78b81e1 Imported Translations from Zanata
193940f Update UPPER_CONSTRAINTS_FILE for stable/queens
97ecac9 Update .gitreview for stable/queens


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

.gitreview                                         |   1 +
.../templates/firewalls/_update_rules.html         |   2 +-
.../dashboards/project/firewalls_v2/tables.py      |  21 +-
.../dashboards/project/firewalls_v2/tabs.py        |  23 +-
.../templates/firewalls_v2/_policy_details.html    |   4 +-
.../templates/firewalls_v2/_rule_details.html      |   3 +
.../templates/firewalls_v2/_update_ports.html      |  18 +-
.../templates/firewalls_v2/_update_rules.html      |  16 +-
.../enabled/_7010_project_firewalls_common.py      |   1 +
.../locale/de/LC_MESSAGES/django.po                | 793 +++++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/django.po             |  22 +-
.../locale/id/LC_MESSAGES/django.po                | 774 ++++++++++++++++++++
.../locale/ja/LC_MESSAGES/django.po                |  52 +-
.../locale/ko_KR/LC_MESSAGES/django.po             | 731 +++++++++++++++++++
.../static/js/horizon.firewalls.js                 |  21 -
.../js/horizon.firewalls.js                        |  21 +
.../js/horizon.firewalls_v2.js                     |  21 +
.../neutron_fwaas_dashboard/scss/firewalls.scss    |   7 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 100 ---
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  37 -
test-requirements.txt                              |   4 +-
tools/tox_install.sh                               |   2 +-
tox.ini                                            |   2 +-
23 files changed, 2473 insertions(+), 203 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c7c4286..2738a82 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,2 +14,2 @@ nosehtmloutput>=0.0.3 # Apache-2.0
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list