diff mbox series

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

Message ID 20230217133249.1222514-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 23.03.0. | expand

Checks

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

Commit Message

Mark Michelson Feb. 17, 2023, 1:32 p.m. UTC
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

0-day Robot Feb. 17, 2023, 2:39 p.m. UTC | #1
Bleep bloop.  Greetings Mark Michelson, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
ERROR: Author Mark Michelson <mmichels@redhat.com> needs to sign off.
Lines checked: 53, Warnings: 0, Errors: 1


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
Dumitru Ceara Feb. 17, 2023, 9:06 p.m. UTC | #2
On 2/17/23 14:32, Mark Michelson wrote:
> ---
>  NEWS             | 2 +-
>  configure.ac     | 2 +-
>  debian/changelog | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index fd0fee75c..74510866e 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,4 +1,4 @@
> -Post v22.12.0
> +OVN v23.03.0
>  -------------

Aren't we missing the date placeholder here?  Something like:

OVN v23.03.0 - XX XXX XXXX
--------------------------

As the robot pointed out this also needs a signoff.  With these fixed:
Acked-by: Dumitru Ceara <dceara@redhat.com>

Regards,
Dumitru
Mark Michelson Feb. 17, 2023, 9:44 p.m. UTC | #3
Thanks Dumitru,

I added the date placeholder to NEWS, added my sign-off, and pushed the 
change to main, and created branch-23.03 from main on this commit.

On 2/17/23 16:06, Dumitru Ceara wrote:
> On 2/17/23 14:32, Mark Michelson wrote:
>> ---
>>   NEWS             | 2 +-
>>   configure.ac     | 2 +-
>>   debian/changelog | 4 ++--
>>   3 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/NEWS b/NEWS
>> index fd0fee75c..74510866e 100644
>> --- a/NEWS
>> +++ b/NEWS
>> @@ -1,4 +1,4 @@
>> -Post v22.12.0
>> +OVN v23.03.0
>>   -------------
> 
> Aren't we missing the date placeholder here?  Something like:
> 
> OVN v23.03.0 - XX XXX XXXX
> --------------------------
> 
> As the robot pointed out this also needs a signoff.  With these fixed:
> Acked-by: Dumitru Ceara <dceara@redhat.com>
> 
> Regards,
> Dumitru
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index fd0fee75c..74510866e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post v22.12.0
+OVN v23.03.0
 -------------
   - ovn-controller: Experimental support for co-hosting multiple controller
     instances on the same host.
diff --git a/configure.ac b/configure.ac
index 7d343c986..b51d0f01e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 22.12.90, bugs@openvswitch.org)
+AC_INIT(ovn, 23.03.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 bcfbcb9e5..a70fdfe25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-ovn (22.12.90-1) unstable; urgency=low
+ovn (23.03.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org>  Mon, 28 Nov 2022 10:42:29 -0500
+ -- OVN team <dev@openvswitch.org>  Fri, 17 Feb 2023 08:29:57 -0500
 
 ovn (22.12.0-1) unstable; urgency=low