From 91badb22c669cfa504bcfe486ac057c353a7e264 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 15 Oct 2020 09:42:49 +0800 Subject: [PATCH] Bump version for the start of Wallaby Bump the major version for the Wallaby release after Victoria has been branched. Change-Id: Iad780e8fdb2ec7128b18047f597b4d9d73bca0a3 --- metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index d17284a..ac89e1b 100644 --- a/metadata.json +++ b/metadata.json @@ -7,11 +7,11 @@ }, { "name": "openstack/vswitch", - "version_requirement": ">=13.4.0 <14.0.0" + "version_requirement": ">=14.0.0 <15.0.0" }, { "name": "openstack/openstacklib", - "version_requirement": ">=17.4.0 <18.0.0" + "version_requirement": ">=18.0.0 <19.0.0" } ], "issues_url": "https://bugs.launchpad.net/puppet-ovn", @@ -58,5 +58,5 @@ ], "source": "git://github.com/openstack/puppet-ovn.git", "summary": "Modules to setup ovn-northd and ovn-controller", - "version": "17.4.0" + "version": "18.0.0" }