neutron-vpnaas-dashboard 7.0.0 (zed)
We are excited to announce the release of: neutron-vpnaas-dashboard 7.0.0: Neutron VPNaaS Dashboard This release is part of the zed 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 6.0.0..7.0.0 ------------------------------------------------ aad36dd Imported Translations from Zanata 5852d03 Update master for stable/wallaby a42c6f2 Update master for stable/xena 106f64a Drop lower-constraints.txt and its testing 7fe9b11 Imported Translations from Zanata 01e10a4 Use TOX_CONSTRAINTS_FILE cc67bcd Update python testing as per zed cycle testing runtime 14cce6f Replace deprecated django.conf.urls.url() af750f6 Replace deprecated ugettext_lazy and ungettext_lazy 7f951c3 Fix lower constraints 47b295b Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 142 --------------------- .../dashboards/project/vpn/forms.py | 2 +- .../dashboards/project/vpn/panel.py | 2 +- .../dashboards/project/vpn/tables.py | 24 ++-- .../dashboards/project/vpn/tabs.py | 2 +- .../dashboards/project/vpn/urls.py | 72 ++++++----- .../dashboards/project/vpn/views.py | 2 +- .../dashboards/project/vpn/workflows.py | 2 +- .../drop-python-3-6-and-3-7-39c229fcb744870f.yaml | 5 + releasenotes/source/index.rst | 3 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 ---- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 24 +++- .../source/locale/es/LC_MESSAGES/releasenotes.po | 25 ---- releasenotes/source/wallaby.rst | 6 + releasenotes/source/xena.rst | 6 + releasenotes/source/yoga.rst | 6 + requirements.txt | 6 +- setup.cfg | 5 +- tox.ini | 12 +- 20 files changed, 113 insertions(+), 261 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 312c39b..529224e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -6 +10 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 +horizon>=18.3.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org