neutron-vpnaas-dashboard 1.3.0 (rocky)
We exuberantly announce the release of: neutron-vpnaas-dashboard 1.3.0: Neutron VPNaaS Dashboard This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard Download the package from: https://tarballs.openstack.org/neutron-vpnaas-dashboard/ Please report issues through launchpad: https://bugs.launchpad.net/neutron-vpnaas-dashboard For more details, please see below. 1.3.0 ^^^^^ Upgrade Notes * Supported django versions are chagned aligning with the supported versions by horizon. Django 1.11 and 2.0 are supported now. Django 1.8 to 1.10 are no longer supported. Changes in neutron-vpnaas-dashboard 1.2.1..1.3.0 ------------------------------------------------ 74f62d0 Imported Translations from Zanata 508d454 Imported Translations from Zanata aa0d1b3 Imported Translations from Zanata 0605f6a Imported Translations from Zanata d03ff32 Imported Translations from Zanata 6025f05 Imported Translations from Zanata 64a3e8d Show team and repo badges on README d364f25 Fix pep8 errors d9fd377 Django 2.0 support 80b5dd2 add lower-constraints job 200dc1c Updated from global requirements ef66866 Imported Translations from Zanata 235f664 Updated from global requirements 8c63de3 Updated from global requirements 740229e Imported Translations from Zanata fb159c0 Avoid tox-install.sh b20b2ca Updated from global requirements d4b82fa Updated from global requirements 1c3b2c8 Imported Translations from Zanata 4ae1508 Drop mox3 from test-requirements.txt 6cbdee8 Drop mox usage from VPNaaS panel tests 0087e89 Drop mox usage from VPNaaS API tests f47b006 Imported Translations from Zanata 15f47fe Imported Translations from Zanata 5a7e49a Drop BRANCH_NAME and CLIENT_NAME in tox.ini 624719c Updated from global requirements 3aaa18a [trivial] fixed typo in vpn/forms.py f7a5e22 Imported Translations from Zanata dd9db21 Update reno for stable/queens c7a3105 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 + README.rst | 6 + lower-constraints.txt | 156 +++++ .../dashboards/project/vpn/forms.py | 6 +- .../dashboards/project/vpn/tables.py | 2 +- .../dashboards/project/vpn/views.py | 4 +- .../dashboards/project/vpn/workflows.py | 6 +- .../locale/de/LC_MESSAGES/django.po | 343 ++++++++++- .../locale/en_GB/LC_MESSAGES/django.po | 12 +- .../locale/id/LC_MESSAGES/django.po | 543 +++++++++++++++- .../locale/ja/LC_MESSAGES/django.po | 72 ++- .../locale/ko_KR/LC_MESSAGES/django.po | 332 +++++++++- .../locale/pt_BR/LC_MESSAGES/django.po | 6 +- .../locale/tr_TR/LC_MESSAGES/django.po | 6 +- .../locale/zh_CN/LC_MESSAGES/django.po | 6 +- neutron_vpnaas_dashboard/test/helpers.py | 3 - neutron_vpnaas_dashboard/test/settings.py | 9 +- .../notes/django2-support-ef2f2bd52a8bb63f.yaml | 6 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 34 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 28 +- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 32 + .../source/locale/id/LC_MESSAGES/releasenotes.po | 91 +++ .../source/locale/ja/LC_MESSAGES/releasenotes.po | 39 ++ .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 39 ++ .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 30 + .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 34 + releasenotes/source/queens.rst | 6 + requirements.txt | 5 +- test-requirements.txt | 3 +- tools/tox_install.sh | 65 -- tox.ini | 22 +- 35 files changed, 2308 insertions(+), 580 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 dcc8304..ea4e9b3 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 +13 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org