diff mbox series

[ovs-dev,1/2] Prepare for 2.17.0.

Message ID 20220118192443.600675-2-i.maximets@ovn.org
State Accepted
Commit 280d8de05f2cd5d856c21191dfc68097c9995178
Headers show
Series Patches to branch for 2.17. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Ilya Maximets Jan. 18, 2022, 7:24 p.m. UTC
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 Documentation/faq/releases.rst | 2 ++
 NEWS                           | 2 +-
 configure.ac                   | 2 +-
 debian/changelog               | 4 ++--
 4 files changed, 6 insertions(+), 4 deletions(-)

Comments

Aaron Conole Jan. 18, 2022, 7:52 p.m. UTC | #1
Ilya Maximets <i.maximets@ovn.org> writes:

> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>
Flavio Leitner Jan. 18, 2022, 8:03 p.m. UTC | #2
On Tue, Jan 18, 2022 at 08:24:42PM +0100, Ilya Maximets wrote:
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

Acked-by: Flavio Leitner <fbl@sysclose.org>
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 59d55202d..af524251f 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -74,6 +74,7 @@  Q: What Linux kernel versions does each Open vSwitch release work with?
     2.14.x       3.16 to 5.5
     2.15.x       3.16 to 5.8
     2.16.x       3.16 to 5.8
+    2.17.x       3.16 to 5.8
     ============ ==============
 
     Open vSwitch userspace should also work with the Linux kernel module built
@@ -209,6 +210,7 @@  Q: What DPDK version does each Open vSwitch release work with?
     2.14.x       19.11.10
     2.15.x       20.11.1
     2.16.x       20.11.1
+    2.17.x       21.11.0
     ============ ========
 
 Q: Are all the DPDK releases that OVS versions work with maintained?
diff --git a/NEWS b/NEWS
index 363cc2f83..ba0f4282c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v2.16.0
+v2.17.0 - xx xxx xxxx
 ---------------------
    - Userspace datapath:
      * Optimized flow lookups for datapath flows with simple match criteria.
diff --git a/configure.ac b/configure.ac
index 3e72e28bf..4e9bcce27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.16.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.17.0, bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index deb3a5980..15051c937 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-openvswitch (2.16.90-1) unstable; urgency=low
+openvswitch (2.17.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <dev@openvswitch.org>  Fri, 16 Jul 2021 21:12:05 +0200
+ -- Open vSwitch team <dev@openvswitch.org>  Tue, 18 Jan 2022 20:14:00 +0100
 
 openvswitch (2.16.0-1) unstable; urgency=low