neutron-vpnaas-dashboard 2.0.0 (ussuri)
We high-spiritedly announce the release of: neutron-vpnaas-dashboard 2.0.0: Neutron VPNaaS Dashboard This release is part of the ussuri 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 1.6.0..2.0.0 ------------------------------------------------ 68721ea Imported Translations from Zanata bcfc417 Fix pyScss version in lower-constraints.txt a70fa6b Update hacking for Python3 d409f50 Drop Django 1.11 support 4d959e8 translation: drop babel extractor definitions e498979 [ussuri][goal] Drop python 2.7 support and testing e0d2f96 Switch to official Ussuri jobs 201683e Imported Translations from Zanata 6222bf5 Update master for stable/train 4fd4481 Imported Translations from Zanata b3e37ba Fix help text for "Authorization algorithm" cb1c5e5 Add tox env and job for Django 2.2 22211be Update the constraints url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 10 +- babel-django.cfg | 3 - babel-djangojs.cfg | 12 - lower-constraints.txt | 10 +- .../vpn/templates/vpn/_add_ike_policy_help.html | 1 - .../locale/de/LC_MESSAGES/django.po | 5 +- .../locale/en_GB/LC_MESSAGES/django.po | 5 +- .../locale/id/LC_MESSAGES/django.po | 5 +- .../locale/ja/LC_MESSAGES/django.po | 5 +- .../locale/ko_KR/LC_MESSAGES/django.po | 9 +- .../locale/ru/LC_MESSAGES/django.po | 961 +++++++++++++++++++++ .../locale/zh_CN/LC_MESSAGES/django.po | 5 +- .../notes/drop-py-2-7-bfbdac2889ac051a.yaml | 6 + releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 - .../source/locale/de/LC_MESSAGES/releasenotes.po | 22 +- .../source/locale/es/LC_MESSAGES/releasenotes.po | 25 - .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 31 +- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 105 ++- releasenotes/source/train.rst | 6 + requirements.txt | 2 +- setup.cfg | 3 +- test-requirements.txt | 2 +- tox.ini | 37 +- 25 files changed, 1151 insertions(+), 146 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 614362e..312c39b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -horizon>=14.0.0 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e55e4bc..1d7731c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=1.1.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org