diff mbox series

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

Message ID 20240202165003.648659-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 24.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. 2, 2024, 4:49 p.m. UTC
---
 NEWS             | 4 ++--
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Numan Siddique Feb. 2, 2024, 9:13 p.m. UTC | #1
On Fri, Feb 2, 2024 at 11:50 AM Mark Michelson <mmichels@redhat.com> wrote:
>
> ---
>  NEWS             | 4 ++--
>  configure.ac     | 2 +-
>  debian/changelog | 4 ++--
>  3 files changed, 5 insertions(+), 5 deletions(-)

With your signed-off-by tag added

Acked-by: Numan Siddique <numans@ovn.org>

Numan

>
> diff --git a/NEWS b/NEWS
> index 6553bd078..ff5e3c9ce 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,5 +1,5 @@
> -Post v23.09.0
> --------------
> +OVN v24.03.0 - xx xxx xxxx
> +--------------------------
>    - DNS now have an "options" column for configuration of extra options.
>    - A new DNS option "ovn-owned" has been added to allow defining domains
>      that are owned only by ovn, queries for that domain will not be processed
> diff --git a/configure.ac b/configure.ac
> index 8284800e7..5faf1b7e1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -13,7 +13,7 @@
>  # limitations under the License.
>
>  AC_PREREQ(2.63)
> -AC_INIT(ovn, 23.09.90, bugs@openvswitch.org)
> +AC_INIT(ovn, 24.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 cb26e645b..ad21b4eda 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,8 +1,8 @@
> -ovn (23.09.90-1) unstable; urgency=low
> +ovn (24.03.0-1) unstable; urgency=low
>
>     * New upstream version
>
> - -- OVN team <dev@openvswitch.org>  Fri, 01 Sep 2023 12:14:56 -0400
> + -- OVN team <dev@openvswitch.org>  Fri, 02 Feb 2024 11:16:48 -0500
>
>  ovn (23.09.0-1) unstable; urgency=low
>
> --
> 2.43.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Dumitru Ceara Feb. 5, 2024, 8:48 a.m. UTC | #2
On 2/2/24 22:13, Numan Siddique wrote:
> On Fri, Feb 2, 2024 at 11:50 AM Mark Michelson <mmichels@redhat.com> wrote:
>>
>> ---
>>  NEWS             | 4 ++--
>>  configure.ac     | 2 +-
>>  debian/changelog | 4 ++--
>>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> With your signed-off-by tag added
> 
> Acked-by: Numan Siddique <numans@ovn.org>
> 
> Numan
> 

Hi Mark, Numan,

I saw the branch was created but I think we should've included a few
patches that were already completely reviewed and acked:

Mohammad's "OVN-IC: Add basic sequence number status support." [v5]:
https://patchwork.ozlabs.org/project/ovn/list/?series=391946&state=*

Ales' "actions: Adjust the ct_commit_nat action." [v3]
https://patchwork.ozlabs.org/project/ovn/list/?series=392484&state=*
(this one is more of a bug fix but because it changes how ovn actions
are encoded it's better if it's taken via a release)

I plan to apply the two above to main and 24.03 in the in the near future.

If there are more patches in this state we should consider those too but
unless I missed something the remaining patchwork entries are either
bugfixes (that can be accepted after branching too) or still under
review or posted after soft freeze:

https://patchwork.ozlabs.org/project/ovn/list/

Regards,
Dumitru
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 6553bd078..ff5e3c9ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@ 
-Post v23.09.0
--------------
+OVN v24.03.0 - xx xxx xxxx
+--------------------------
   - DNS now have an "options" column for configuration of extra options.
   - A new DNS option "ovn-owned" has been added to allow defining domains
     that are owned only by ovn, queries for that domain will not be processed
diff --git a/configure.ac b/configure.ac
index 8284800e7..5faf1b7e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 23.09.90, bugs@openvswitch.org)
+AC_INIT(ovn, 24.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 cb26e645b..ad21b4eda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-ovn (23.09.90-1) unstable; urgency=low
+ovn (24.03.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org>  Fri, 01 Sep 2023 12:14:56 -0400
+ -- OVN team <dev@openvswitch.org>  Fri, 02 Feb 2024 11:16:48 -0500
 
 ovn (23.09.0-1) unstable; urgency=low