diff mbox series

[ovs-dev,branch-23.03,2/2] Prepare for 23.03.1.

Message ID 20230303154202.492570-3-mmichels@redhat.com
State Accepted
Headers show
Series Release patches for v23.03.0. | expand

Checks

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

Commit Message

Mark Michelson March 3, 2023, 3:42 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 NEWS             | 3 +++
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

Comments

Dumitru Ceara March 3, 2023, 4:06 p.m. UTC | #1
On 3/3/23 16:42, Mark Michelson wrote:
> Signed-off-by: Mark Michelson <mmichels@redhat.com>
> ---

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

Regards,
Dumitru
Mark Michelson March 3, 2023, 6:46 p.m. UTC | #2
Thanks for the ACKs Dumitru. I pushed the changes and tagged v23.03.0 .

On 3/3/23 11:06, Dumitru Ceara wrote:
> On 3/3/23 16:42, Mark Michelson wrote:
>> Signed-off-by: Mark Michelson <mmichels@redhat.com>
>> ---
> 
> Acked-by: Dumitru Ceara <dceara@redhat.com>
> 
> Regards,
> Dumitru
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 5e8aed06d..360d4d63e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@ 
+OVN v23.03.1 - xx xxx xxxx
+--------------------------
+
 OVN v23.03.0 - 03 Mar 2023
 --------------------------
   - ovn-controller: Experimental support for co-hosting multiple controller
diff --git a/configure.ac b/configure.ac
index b51d0f01e..0ba9e8d7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 23.03.0, bugs@openvswitch.org)
+AC_INIT(ovn, 23.03.1, 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 11a07dd38..02a9953ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+OVN (23.03.1-1) unstable; urgency=low
+   [ OVN team ]
+   * New upstream version
+
+ -- OVN team <dev@openvswitch.org>  Fri, 03 Mar 2023 10:40:37 -0500
+
 ovn (23.03.0-1) unstable; urgency=low
 
    * New upstream version