diff mbox series

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

Message ID 20211209153202.2959465-1-numans@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 21.12.0. | expand

Checks

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

Commit Message

Numan Siddique Dec. 9, 2021, 3:32 p.m. UTC
From: Numan Siddique <numans@ovn.org>

Signed-off-by: Numan Siddique <numans@ovn.org>
---
 NEWS             | 4 ++--
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Dumitru Ceara Dec. 9, 2021, 3:46 p.m. UTC | #1
On 12/9/21 16:32, numans@ovn.org wrote:
> From: Numan Siddique <numans@ovn.org>
> 
> Signed-off-by: Numan Siddique <numans@ovn.org>
> ---

I compared this to the one used for 21.09.0 and looks ok to me:

Acked-by: Dumitru Ceara <dceara@redhat.com>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index b2af2788e9..d725480649 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@ 
-Post v21.09.0
--------------
+OVN v21.12.0 - xx xxx xxxx
+--------------------------
   - Set ignore_lsp_down to true as default, so that ARP responder flows are
     installed together with other flows when a logical switch port is created,
     without having to wait for the port to be UP.  CMS should set it to false
diff --git a/configure.ac b/configure.ac
index 5a3a5987bc..48b4662f0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 21.09.90, bugs@openvswitch.org)
+AC_INIT(ovn, 21.12.0, bugs@openvswitch.org)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
diff --git a/debian/changelog b/debian/changelog
index ed1dbe019e..ce78ddef70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-ovn (21.09.90-1) unstable; urgency=low
+ovn (21.12.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org>  Fri, 17 Sep 2021 12:00:00 -0400
+ -- OVN team <dev@openvswitch.org>  Thu, 09 Dec 2021 10:25:00 -0500
 
 ovn (21.09.0-1) unstable; urgency=low