diff mbox series

[ovs-dev,1/2] Prepare for 21.06.0

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

Commit Message

Mark Michelson May 27, 2021, 7:55 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Numan Siddique May 27, 2021, 10:50 p.m. UTC | #1
On Thu, May 27, 2021 at 3:56 PM Mark Michelson <mmichels@redhat.com> wrote:
>
> Signed-off-by: Mark Michelson <mmichels@redhat.com>

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

> ---
>  NEWS             | 2 +-
>  configure.ac     | 2 +-
>  debian/changelog | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index f8aa81e56..c1205b7e2 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,4 +1,4 @@
> -Post-v21.03.0
> +OVN v21.06.0 - 11 May 2021
>  -------------------------
>    - ovn-northd-ddlog: New implementation of northd, based on DDlog.  This
>      implementation is incremental, meaning that it only recalculates what is
> diff --git a/configure.ac b/configure.ac
> index 1c57c4d10..53034388a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -13,7 +13,7 @@
>  # limitations under the License.
>
>  AC_PREREQ(2.63)
> -AC_INIT(ovn, 21.03.90, bugs@openvswitch.org)
> +AC_INIT(ovn, 21.06.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 16b41965c..166740730 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,8 +1,8 @@
> -ovn (21.03.90-1) unstable; urgency=low
> +ovn (21.06.0-1) unstable; urgency=low
>
>     * New upstream version
>
> - -- OVN team <dev@openvswitch.org>  Fri, 05 Mar 2021 12:00:00 -0500
> + -- OVN team <dev@openvswitch.org>  Fri, 11 May 2021 12:00:00 -0500
>
>  ovn (21.03.0-1) unstable; urgency=low
>
> --
> 2.29.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Ilya Maximets June 1, 2021, 10:29 a.m. UTC | #2
On 5/27/21 9:55 PM, Mark Michelson wrote:
> Signed-off-by: Mark Michelson <mmichels@redhat.com>
> ---
>  NEWS             | 2 +-
>  configure.ac     | 2 +-
>  debian/changelog | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 

Hi, Mark.
We discussed during the IRC meeting on Thursday that ovs submodule
bump [1] and my patch for memory re-allocation in northd [2] should be
applied before branching, but I don't see them on current master.
Is there any problem with these patches?  Can they still be accepted
before branching?

Best regards, Ilya Maximets.

[1] https://patchwork.ozlabs.org/project/ovn/patch/20210518064932.23852-1-dceara@redhat.com/
[2] https://patchwork.ozlabs.org/project/ovn/patch/20210520190219.758420-1-i.maximets@ovn.org/
Numan Siddique June 1, 2021, 11:45 a.m. UTC | #3
On Tue, Jun 1, 2021 at 6:30 AM Ilya Maximets <i.maximets@ovn.org> wrote:
>
> On 5/27/21 9:55 PM, Mark Michelson wrote:
> > Signed-off-by: Mark Michelson <mmichels@redhat.com>
> > ---
> >  NEWS             | 2 +-
> >  configure.ac     | 2 +-
> >  debian/changelog | 4 ++--
> >  3 files changed, 4 insertions(+), 4 deletions(-)
> >
>
> Hi, Mark.
> We discussed during the IRC meeting on Thursday that ovs submodule
> bump [1] and my patch for memory re-allocation in northd [2] should be
> applied before branching, but I don't see them on current master.
> Is there any problem with these patches?  Can they still be accepted
> before branching?
>
> Best regards, Ilya Maximets.
>
> [1] https://patchwork.ozlabs.org/project/ovn/patch/20210518064932.23852-1-dceara@redhat.com/
> [2] https://patchwork.ozlabs.org/project/ovn/patch/20210520190219.758420-1-i.maximets@ovn.org/

Hi Ilya,

I applied both these patches.

Thanks
Numan

> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Mark Michelson June 3, 2021, 6:12 p.m. UTC | #4
On 6/1/21 7:45 AM, Numan Siddique wrote:
> On Tue, Jun 1, 2021 at 6:30 AM Ilya Maximets <i.maximets@ovn.org> wrote:
>>
>> On 5/27/21 9:55 PM, Mark Michelson wrote:
>>> Signed-off-by: Mark Michelson <mmichels@redhat.com>
>>> ---
>>>   NEWS             | 2 +-
>>>   configure.ac     | 2 +-
>>>   debian/changelog | 4 ++--
>>>   3 files changed, 4 insertions(+), 4 deletions(-)
>>>
>>
>> Hi, Mark.
>> We discussed during the IRC meeting on Thursday that ovs submodule
>> bump [1] and my patch for memory re-allocation in northd [2] should be
>> applied before branching, but I don't see them on current master.
>> Is there any problem with these patches?  Can they still be accepted
>> before branching?
>>
>> Best regards, Ilya Maximets.
>>
>> [1] https://patchwork.ozlabs.org/project/ovn/patch/20210518064932.23852-1-dceara@redhat.com/
>> [2] https://patchwork.ozlabs.org/project/ovn/patch/20210520190219.758420-1-i.maximets@ovn.org/
> 
> Hi Ilya,
> 
> I applied both these patches.
> 
> Thanks
> Numan

I've now created the 21.06 branch and merged the patches.

> 
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index f8aa81e56..c1205b7e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v21.03.0
+OVN v21.06.0 - 11 May 2021
 -------------------------
   - ovn-northd-ddlog: New implementation of northd, based on DDlog.  This
     implementation is incremental, meaning that it only recalculates what is
diff --git a/configure.ac b/configure.ac
index 1c57c4d10..53034388a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(ovn, 21.03.90, bugs@openvswitch.org)
+AC_INIT(ovn, 21.06.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 16b41965c..166740730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-ovn (21.03.90-1) unstable; urgency=low
+ovn (21.06.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- OVN team <dev@openvswitch.org>  Fri, 05 Mar 2021 12:00:00 -0500
+ -- OVN team <dev@openvswitch.org>  Fri, 11 May 2021 12:00:00 -0500
 
 ovn (21.03.0-1) unstable; urgency=low