From patchwork Thu Nov 11 15:43:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Michelson X-Patchwork-Id: 1553995 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=jS+Ps8Mi; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4HqmGy2t77z9s0r for ; Fri, 12 Nov 2021 02:44:08 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id DEB3E8198A; Thu, 11 Nov 2021 15:44:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99D8G049wkf9; Thu, 11 Nov 2021 15:44:05 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp1.osuosl.org (Postfix) with ESMTPS id 3D0BB80D11; Thu, 11 Nov 2021 15:44:04 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1721DC0020; Thu, 11 Nov 2021 15:44:04 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 086E0C001E for ; Thu, 11 Nov 2021 15:44:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id E134A80E87 for ; Thu, 11 Nov 2021 15:44:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j4HbedIuIbkG for ; Thu, 11 Nov 2021 15:44:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by smtp1.osuosl.org (Postfix) with ESMTPS id 21D5F80D11 for ; Thu, 11 Nov 2021 15:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636645439; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=szxBb49gk+fosFjlcQZeqxZNpv53tWEaQwViRt4rRZQ=; b=jS+Ps8Migm4qYToPbJ2ZihlcDRYUEA6SwTYmsV0uTBdGrtceogAQgjxOFGqaSKiaWfzmyr 00OexpyM4tLGZiRocngalf+4oslIn/Uu9JmEbSdfXY1cZDLb6uSQ+5es6LSiYg+bSR4BjV QdEOY8epWF626m6xD0DRXzH0ZwRXLEs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-507-4sMSCh5OPQaymjLRuB-tFw-1; Thu, 11 Nov 2021 10:43:58 -0500 X-MC-Unique: 4sMSCh5OPQaymjLRuB-tFw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C081E803F44 for ; Thu, 11 Nov 2021 15:43:57 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.22.50.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5032D5DA61 for ; Thu, 11 Nov 2021 15:43:57 +0000 (UTC) From: Mark Michelson To: dev@openvswitch.org Date: Thu, 11 Nov 2021 10:43:54 -0500 Message-Id: <20211111154355.101584-2-mmichels@redhat.com> In-Reply-To: <20211111154355.101584-1-mmichels@redhat.com> References: <20211111154355.101584-1-mmichels@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=mmichels@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [ovs-dev] [PATCH ovn branch-21.09 1/2] Set release date for 21.09.1. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Mark Michelson Acked-by: Numan Siddique --- NEWS | 3 ++- debian/changelog | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63d765aa4..4b0f46192 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -OVN v21.09.1 - xx xxx xxxx +OVN v21.09.1 - 11 Nov 2021 -------------------------- + - Bug fixes - Added Load_Balancer_Group support, which simplifies large scale configurations of load balancers. diff --git a/debian/changelog b/debian/changelog index a0c0eda1a..f6fa0f7c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ ovn (21.09.1-1) unstable; urgency=low * New upstream version - -- OVN team Fri, 01 Oct 2021 12:00:00 -0400 + -- OVN team Thu, 11 Nov 2021 10:40:17 -0500 ovn (21.09.0-1) unstable; urgency=low