[release-announce] neutron-vpnaas-dashboard 1.5.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Thu Feb 14 10:24:54 UTC 2019
We are tickled pink to announce the release of:
neutron-vpnaas-dashboard 1.5.0: Neutron VPNaaS Dashboard
This release is part of the stein 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.5.0
^^^^^
New Features
* neutron-vpnaas-dashboard now supports all auth algorithms.
neutron- vpnaas supports sha1, sha256, sha384, sha512 for IKE policy
auth_algorithm and IPsec policy auth_algorithm.
Changes in neutron-vpnaas-dashboard 1.4.0..1.5.0
------------------------------------------------
2c8695b Imported Translations from Zanata
d26d936 Remove use_mox usage
1b7a456 Update the VPNaaS dashboard documentation link
5157219 Support alrogithms other than sha1
f0c8910 Bump horizon lower-constraints
c452e7d Change openstack-dev to openstack-discuss
5c05a44 Imported Translations from Zanata
92630da Cleanup zuul.yaml
f598882 switch documentation job to new PTI
234ca46 import zuul job settings from project-config
510713c Imported Translations from Zanata
abd2e63 Imported Translations from Zanata
59c5f78 Update reno for stable/rocky
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 13 +-
README.rst | 2 +-
lower-constraints.txt | 9 +-
.../dashboards/project/vpn/forms.py | 13 +-
.../vpn/templates/vpn/_add_ike_policy_help.html | 3 +-
.../vpn/templates/vpn/_add_ipsec_policy_help.html | 4 +-
.../dashboards/project/vpn/workflows.py | 14 +-
.../locale/de/LC_MESSAGES/django.po | 28 +-
.../locale/en_GB/LC_MESSAGES/django.po | 36 ++-
.../locale/id/LC_MESSAGES/django.po | 16 +-
.../locale/ja/LC_MESSAGES/django.po | 31 +-
.../locale/ko_KR/LC_MESSAGES/django.po | 235 +++++++++++++-
.../locale/zh_CN/LC_MESSAGES/django.po | 360 ---------------------
.../notes/auth-algorithm-fbfe0831ab8dc346.yaml | 6 +
releasenotes/source/index.rst | 1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po | 71 +++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 24 +-
.../source/locale/es/LC_MESSAGES/releasenotes.po | 25 ++
.../source/locale/id/LC_MESSAGES/releasenotes.po | 8 +-
.../source/locale/ru/LC_MESSAGES/releasenotes.po | 29 ++
releasenotes/source/rocky.rst | 6 +
requirements.txt | 2 +-
setup.cfg | 4 +-
25 files changed, 469 insertions(+), 475 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 0e9cf07..614362e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-horizon>=14.0.0.0b2 # Apache-2.0
+horizon>=14.0.0 # Apache-2.0
More information about the Release-announce
mailing list