[release][stable][neutron] neutron-vpnaas release 7.0.2 (liberty)
We are stoked to announce the release of: neutron-vpnaas 7.0.2: OpenStack Networking VPN as a Service This release is part of the liberty stable release series. With package available at: https://pypi.python.org/pypi/neutron-vpnaas For more details, please see below. 7.0.2 ^^^^^ Other Notes * Start using reno to manage release notes. Changes in neutron-vpnaas 7.0.1..7.0.2 -------------------------------------- 427ba7e Updated from global requirements a063923 Updated from global requirements 6226f57 Add first reno based release note 668267c Add reno for release notes management Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + releasenotes/notes/.placeholder | 0 .../notes/start-using-reno-928202c562738816.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 276 +++++++++++++++++++++ releasenotes/source/index.rst | 9 + releasenotes/source/liberty.rst | 6 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 4 +- test-requirements.txt | 1 + tox.ini | 3 + 12 files changed, 308 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6f603b6..eaa6b17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=1.6 -requests!=2.8.0,>=2.5.2 +requests!=2.8.0,!=2.9.0,>=2.5.2 @@ -16 +16 @@ oslo.log>=1.8.0 # Apache-2.0 -oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0 +oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,!=3.1.0,>=1.16.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d78f46d..e261842 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,0 +22 @@ oslotest>=1.10.0 # Apache-2.0 +reno>=0.1.1 # Apache2
participants (1)
-
doug@doughellmann.com