neutron-vpnaas 20.0.0 (yoga)
We are overjoyed to announce the release of: neutron-vpnaas 20.0.0: OpenStack Networking VPN as a Service This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/neutron-vpnaas Download the package from: https://tarballs.openstack.org/neutron-vpnaas/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-vpnaas 19.0.0..20.0.0 ---------------------------------------- c1d2f253b Change BUILD_OVS_FROM_SOURCE to Q_BUILD_OVS_FROM_GIT 27e07b368 Remove BUILD_OVS_FROM_SOURCE from the functional tests job 883f4f261 Add "update_network" implementation to "L3AgentExtension" child classes 64cedb7d2 req: Bump some requirements 794910d00 Add Python3 yoga unit tests 2ea7e7fcb Update master for stable/xena Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 38 +++++++++++++++---------------- neutron_vpnaas/services/vpn/agent.py | 3 +++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 +++++ requirements.txt | 12 +++++----- 7 files changed, 37 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 685b05575..712880f86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=4.0.0 # Apache-2.0 -requests>=2.14.2 # Apache-2.0 +requests>=2.18.0 # Apache-2.0 @@ -9,2 +9,2 @@ netaddr>=0.7.18 # BSD -SQLAlchemy>=1.2.0 # MIT -alembic>=0.9.6 # MIT +SQLAlchemy>=1.3.0 # MIT +alembic>=1.6.5 # MIT @@ -13 +13 @@ oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 +oslo.config>=8.0.0 # Apache-2.0 @@ -15 +15 @@ oslo.db>=4.44.0 # Apache-2.0 -oslo.log>=4.2.1 # Apache-2.0 +oslo.log>=4.5.0 # Apache-2.0 @@ -20 +20 @@ oslo.service>=1.31.0 # Apache-2.0 -oslo.utils>=4.4.0 # Apache-2.0 +oslo.utils>=4.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org