diff mbox series

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

Message ID 20221128155142.1636086-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 22.12.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 fail github build: failed

Commit Message

Mark Michelson Nov. 28, 2022, 3:51 p.m. UTC
---
 NEWS             | 4 ++--
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Mark Michelson Nov. 28, 2022, 3:56 p.m. UTC | #1
Ilya pointed out that these patches are missing a sign-off. Whoops! I 
can add this when I merge them, assuming they get acked.

On 11/28/22 10:51, Mark Michelson wrote:
> ---
>   NEWS             | 4 ++--
>   configure.ac     | 2 +-
>   debian/changelog | 4 ++--
>   3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 672efb749..52a1ea1da 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,5 +1,5 @@
> -Post v22.09.0
> --------------
> +OVN v22.12.0 - xx xxx xxxx
> +--------------------------
>     - Add load balancer "affinity_timeout" option to configure load balancing
>       of traffic from a particular client to the same backend for a given
>       period of time.
> diff --git a/configure.ac b/configure.ac
> index 7d48e3b4a..101467253 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -13,7 +13,7 @@
>   # limitations under the License.
>   
>   AC_PREREQ(2.63)
> -AC_INIT(ovn, 22.09.90, bugs@openvswitch.org)
> +AC_INIT(ovn, 22.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 255dbae99..792467bf7 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,8 +1,8 @@
> -ovn (22.09.90-1) unstable; urgency=low
> +ovn (22.12.0-1) unstable; urgency=low
>   
>      * New upstream version
>   
> - -- OVN team <dev@openvswitch.org>  Fri, 16 Sep 2022 11:37:08 -0400
> + -- OVN team <dev@openvswitch.org>  Mon, 28 Nov 2022 10:42:29 -0500
>   
>   ovn (22.09.0-1) unstable; urgency=low
>
0-day Robot Nov. 28, 2022, 4 p.m. UTC | #2
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: 55, 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
Ilya Maximets Nov. 28, 2022, 5:07 p.m. UTC | #3
On 11/28/22 16:56, Mark Michelson wrote:
> Ilya pointed out that these patches are missing a sign-off. Whoops!
> I can add this when I merge them, assuming they get acked.

OK, LGTM.

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

> 
> On 11/28/22 10:51, Mark Michelson wrote:
>> ---
>>   NEWS             | 4 ++--
>>   configure.ac     | 2 +-
>>   debian/changelog | 4 ++--
>>   3 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/NEWS b/NEWS
>> index 672efb749..52a1ea1da 100644
>> --- a/NEWS
>> +++ b/NEWS
>> @@ -1,5 +1,5 @@
>> -Post v22.09.0
>> --------------
>> +OVN v22.12.0 - xx xxx xxxx
>> +--------------------------
>>     - Add load balancer "affinity_timeout" option to configure load balancing
>>       of traffic from a particular client to the same backend for a given
>>       period of time.
>> diff --git a/configure.ac b/configure.ac
>> index 7d48e3b4a..101467253 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -13,7 +13,7 @@
>>   # limitations under the License.
>>     AC_PREREQ(2.63)
>> -AC_INIT(ovn, 22.09.90, bugs@openvswitch.org)
>> +AC_INIT(ovn, 22.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 255dbae99..792467bf7 100644
>> --- a/debian/changelog
>> +++ b/debian/changelog
>> @@ -1,8 +1,8 @@
>> -ovn (22.09.90-1) unstable; urgency=low
>> +ovn (22.12.0-1) unstable; urgency=low
>>        * New upstream version
>>   - -- OVN team <dev@openvswitch.org>  Fri, 16 Sep 2022 11:37:08 -0400
>> + -- OVN team <dev@openvswitch.org>  Mon, 28 Nov 2022 10:42:29 -0500
>>     ovn (22.09.0-1) unstable; urgency=low
>>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 672efb749..52a1ea1da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@ 
-Post v22.09.0
--------------
+OVN v22.12.0 - xx xxx xxxx
+--------------------------
   - Add load balancer "affinity_timeout" option to configure load balancing
     of traffic from a particular client to the same backend for a given
     period of time.
diff --git a/configure.ac b/configure.ac
index 7d48e3b4a..101467253 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 22.09.90, bugs@openvswitch.org)
+AC_INIT(ovn, 22.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 255dbae99..792467bf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-ovn (22.09.90-1) unstable; urgency=low
+ovn (22.12.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org>  Fri, 16 Sep 2022 11:37:08 -0400
+ -- OVN team <dev@openvswitch.org>  Mon, 28 Nov 2022 10:42:29 -0500
 
 ovn (22.09.0-1) unstable; urgency=low