Signed-off-by: Ilya Maximets <[email protected]>
---
Documentation/faq/releases.rst | 3 ++-
NEWS | 2 +-
configure.ac | 2 +-
debian/changelog | 4 ++--
debian/rules | 4 ++--
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index bf2f3438c..6d6d1bfd5 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -75,7 +75,7 @@ Q: What Linux kernel versions does each Open vSwitch release
work with?
2.15.x 3.16 to 5.8
2.16.x 3.16 to 5.8
2.17.x 3.16 to 5.8
- 2.18.x N/A
+ 2.18+ N/A
============ ==============
Open vSwitch userspace should also work with the Linux kernel module built
@@ -215,6 +215,7 @@ Q: What DPDK version does each Open vSwitch release work
with?
2.15.x 20.11.4
2.16.x 20.11.4
2.17.x 21.11.1
+ 2.18.x 21.11.1
============ ========
Q: Are all the DPDK releases that OVS versions work with maintained?
diff --git a/NEWS b/NEWS
index 478a3d67e..11cdfae90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Post-v2.17.0
+v2.18.0 - xx xxx xxxx
---------------------
- libopenvswitch API change:
* To fix the Undefined Behavior issue causing the compiler to incorrectly
diff --git a/configure.ac b/configure.ac
index 63359fe29..b99b49f96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.17.90, [email protected])
+AC_INIT(openvswitch, 2.18.0, [email protected])
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index c4a28b42c..e1027e866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-openvswitch (2.17.90-1) unstable; urgency=low
+openvswitch (2.18.0-1) unstable; urgency=low
* New upstream version
* Update debian packaging to be on par with package source in Debian/Ubuntu:
@@ -11,7 +11,7 @@ openvswitch (2.17.90-1) unstable; urgency=low
- Stop building shared library and subsequently remove libopenvswitch and
libopenvswitch-dev binary packages.
- -- Open vSwitch team <[email protected]> Tue, 18 Jan 2022 20:14:01 +0100
+ -- Open vSwitch team <[email protected]> Fri, 15 Jul 2022 14:00:00 +0100
openvswitch (2.17.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f3202ac30..0255dd0a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,8 +124,8 @@ override_dh_python3:
# Helper target for creating snapshots from upstream git
DATE=$(shell date +%Y%m%d)
# Upstream branch to track
-BRANCH=branch-2.17
-VERSION=2.17.0
+BRANCH=branch-2.18
+VERSION=2.18.0
get-orig-snapshot:
rm -Rf openvswitch-upstream
--
2.34.3
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev