neutron-vpnaas-dashboard 3.0.0 (victoria)
We are happy to announce the release of: neutron-vpnaas-dashboard 3.0.0: Neutron VPNaaS Dashboard This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/neutron-vpnaas-dashboard Download the package from: https://tarballs.openstack.org/neutron-vpnaas-dashboard/ Please report issues through: https://bugs.launchpad.net/neutron-vpnaas-dashboard/+bugs For more details, please see below. Changes in neutron-vpnaas-dashboard 2.0.0..3.0.0 ------------------------------------------------ a35967e Cleanup for Refactor-error-messages f15f086 [goal] Migrate testing to ubuntu focal 484b57e Add aggressive negotiation mode for ikepolicy 36827ee Imported Translations from Zanata 2fa5af2 drop mock from lower-constraints and requirements 6d1c853 Stop to use the __future__ module. 854a1c0 Switch to newer openstackdocstheme and reno versions 6006487 Fix hacking min version to 3.0.1 bc47b15 Imported Translations from Zanata 72a330b Imported Translations from Zanata ccdf1f9 Bump default tox env from py37 to py38 b2e118c Add py38 package metadata 1ac6d3f Imported Translations from Zanata e01e7ed Add Python3 victoria unit tests bf45223 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 11 +++----- neutron_vpnaas_dashboard/api/vpn.py | 2 -- .../dashboards/project/vpn/forms.py | 5 ++-- .../dashboards/project/vpn/tables.py | 22 +++++++-------- .../vpn/templates/vpn/_add_ike_policy_help.html | 2 +- .../dashboards/project/vpn/views.py | 20 +++++++------- .../dashboards/project/vpn/workflows.py | 5 ++-- .../test/test_data/vpnaas_data.py | 15 +++++++++++ ...gressive-negotiation-mode-ad665f5cfda2e08b.yaml | 5 ++++ releasenotes/source/conf.py | 10 +++---- releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 +++++++++++++++++ .../source/locale/de/LC_MESSAGES/releasenotes.po | 21 +++++++++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 31 +++++++++++++++++++--- .../source/locale/es/LC_MESSAGES/releasenotes.po | 25 +++++++++++++++++ .../source/locale/ru/LC_MESSAGES/releasenotes.po | 5 +--- releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 1 + test-requirements.txt | 3 +-- tox.ini | 2 +- 24 files changed, 174 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1d7731c..aaed4b9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -10 +9,0 @@ flake8-import-order==0.13 # LGPLv3 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org