diff mbox series

[ovs-dev,2/2] Prepare for post-22.12.0

Message ID 20221128155142.1636086-2-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 success github build: passed

Commit Message

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

Comments

0-day Robot Nov. 28, 2022, 4:01 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
Ilya Maximets Nov. 28, 2022, 5:08 p.m. UTC | #2
On 11/28/22 16:51, Mark Michelson wrote:
> ---
>  NEWS             | 3 +++
>  configure.ac     | 2 +-
>  debian/changelog | 6 ++++++
>  3 files changed, 10 insertions(+), 1 deletion(-)

Aside from the missing sign-off, LGTM.

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

> 
> diff --git a/NEWS b/NEWS
> index 52a1ea1da..408bde947 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,6 @@
> +Post v22.12.0
> +-------------
> +
>  OVN v22.12.0 - xx xxx xxxx
>  --------------------------
>    - Add load balancer "affinity_timeout" option to configure load balancing
> diff --git a/configure.ac b/configure.ac
> index 101467253..7d343c986 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -13,7 +13,7 @@
>  # limitations under the License.
>  
>  AC_PREREQ(2.63)
> -AC_INIT(ovn, 22.12.0, bugs@openvswitch.org)
> +AC_INIT(ovn, 22.12.90, 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 792467bf7..ffa3dcbee 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,9 @@
> +ovn (22.12.90-1) unstable; urgency=low
> +
> +   * New upstream version
> +
> + -- OVN team <dev@openvswitch.org>  Mon, 28 Nov 2022 10:42:29 -0500
> +
>  ovn (22.12.0-1) unstable; urgency=low
>  
>     * New upstream version
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 52a1ea1da..408bde947 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@ 
+Post v22.12.0
+-------------
+
 OVN v22.12.0 - xx xxx xxxx
 --------------------------
   - Add load balancer "affinity_timeout" option to configure load balancing
diff --git a/configure.ac b/configure.ac
index 101467253..7d343c986 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 22.12.0, bugs@openvswitch.org)
+AC_INIT(ovn, 22.12.90, 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 792467bf7..ffa3dcbee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+ovn (22.12.90-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- OVN team <dev@openvswitch.org>  Mon, 28 Nov 2022 10:42:29 -0500
+
 ovn (22.12.0-1) unstable; urgency=low
 
    * New upstream version