We are delighted to announce the release of: neutron-fwaas-dashboard 1.4.0: Neutron FWaaS Dashboard This release is part of the rocky 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.4.0 ----------------------------------------------- d851e2e Imported Translations from Zanata 32397d1 Fix pep8 errors 36e8f39 Django 2.0 support 6faaf2c Drop mox3 from test-requirements.txt 26466b2 Imported Translations from Zanata 6cd9d48 Drop mox usage from FWaaS v2 panel tests 58804c1 Drop mox usage from FWaaS v2 API tests b17392b Drop mox usage from FWaaS v1 panel tests abe32f2 Remove unnecessary fields from SelectRoutersStep.contributes 026efd9 Fix typos in documentation 8825c3c Drop mox usage from FWaaS v1 API tests ac4c2f1 Add horizon to required-projects of l-c job 85bd278 Updated from global requirements 0653854 add lower-constraints job ba79751 Updated from global requirements 3ac0149 Updated from global requirements 9b3f41c Avoid tox-install.sh 6539612 Imported Translations from Zanata 37267be Updated from global requirements 63a01b8 Updated from global requirements 5e08b89 Imported Translations from Zanata d80eb83 Imported Translations from Zanata b4f9653 Imported Translations from Zanata 1cca9e5 Updated from global requirements 964dd82 Imported Translations from Zanata 0504e62 Imported Translations from Zanata 91d182f Migrate SCSS entries from horizon 1521895 Show associated ports in firewall group detail 47a83bd firewall group table: fix handling of ports of FWG da725bb Show IP version in rules table and detail 2ce45ac Policy detail: Fix reference to non-existing rule.position attr 8c74c1e Improve Ports/Rules selection UI e55851b Correct django template pattern in babel-django.cfg 64f929d Imported Translations from Zanata 2b281e0 Imported Translations from Zanata 2fa23ef Updated from global requirements 297db35 Imported Translations from Zanata deab9a2 Update reno for stable/queens acebc2a Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 + CONTRIBUTING.rst | 2 +- babel-django.cfg | 2 +- devstack/README.rst | 8 +- lower-constraints.txt | 153 ++++ .../dashboards/project/firewalls/forms.py | 2 +- .../dashboards/project/firewalls/tables.py | 2 +- .../templates/firewalls/_update_rules.html | 2 +- .../dashboards/project/firewalls/views.py | 4 +- .../dashboards/project/firewalls/workflows.py | 3 +- .../dashboards/project/firewalls_v2/forms.py | 2 +- .../dashboards/project/firewalls_v2/tables.py | 23 +- .../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 +- .../dashboards/project/firewalls_v2/views.py | 4 +- .../enabled/_7010_project_firewalls_common.py | 1 + .../locale/de/LC_MESSAGES/django.po | 797 +++++++++++++++++ .../locale/en_GB/LC_MESSAGES/django.po | 144 +++- .../locale/fr/LC_MESSAGES/django.po | 781 +++++++++++++++++ .../locale/id/LC_MESSAGES/django.po | 774 +++++++++++++++++ .../locale/ja/LC_MESSAGES/django.po | 171 +++- .../locale/ko_KR/LC_MESSAGES/django.po | 941 +++++++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/django.po | 719 ++++++++++++++++ .../static/js/horizon.firewalls.js | 21 - .../js/horizon.firewalls.js | 21 + .../js/horizon.firewalls_v2.js | 21 + .../neutron_fwaas_dashboard/scss/firewalls.scss | 16 + neutron_fwaas_dashboard/test/helpers.py | 3 - neutron_fwaas_dashboard/test/settings.py | 10 +- releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 34 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 12 +- .../source/locale/es/LC_MESSAGES/releasenotes.po | 25 + .../source/locale/fr/LC_MESSAGES/releasenotes.po | 32 + .../source/locale/id/LC_MESSAGES/releasenotes.po | 34 + .../source/locale/ja/LC_MESSAGES/releasenotes.po | 45 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 39 + .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 30 + .../source/locale/ru/LC_MESSAGES/releasenotes.po | 29 + .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 34 + releasenotes/source/queens.rst | 6 + requirements.txt | 5 +- test-requirements.txt | 5 +- tools/tox_install.sh | 65 -- tox.ini | 22 +- 55 files changed, 5977 insertions(+), 1003 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 823f932..2847763 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.8 # BSD -python-neutronclient>=6.3.0 # Apache-2.0 +Django<2.0,>=1.11 # BSD +horizon>=13.0.0 # Apache-2.0 +python-neutronclient>=6.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c7c4286..79241cc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 @@ -14,2 +13,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.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org