diff mbox series

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

Message ID 20210115192557.185953-2-i.maximets@ovn.org
State Accepted
Headers show
Series Patches to branch for 2.15. | expand

Commit Message

Ilya Maximets Jan. 15, 2021, 7:25 p.m. UTC
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Vitaly Mayatskikh Jan. 25, 2021, 8:21 p.m. UTC | #1
On Fri, Jan 15, 2021 at 2:26 PM Ilya Maximets <i.maximets@ovn.org> wrote:

> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,8 +1,8 @@
> -openvswitch (2.14.90-1) unstable; urgency=low
> +openvswitch (2.15.0-1) unstable; urgency=low
>
>     * New upstream version
>
> - -- Open vSwitch team <dev@openvswitch.org>  Fri, 17 Jul 2020 03:40:20 +0200
> + -- Open vSwitch team <dev@openvswitch.org>  Fri, 15 Jan 2021 20:16:50 +0100
>
>  openvswitch (2.14.0-1) unstable; urgency=low

Hey, Ilya! Sorry for the novice question, but does it mean 2.15 was
officially rolled out? I don't see a 2.5 git tag, plus OVS web site is
not mentioning 2.15 release.

Thanks!
Ilya Maximets Jan. 25, 2021, 8:39 p.m. UTC | #2
On 1/25/21 9:21 PM, Vitaly Mayatskikh wrote:
> On Fri, Jan 15, 2021 at 2:26 PM Ilya Maximets <i.maximets@ovn.org> wrote:
> 
>> --- a/debian/changelog
>> +++ b/debian/changelog
>> @@ -1,8 +1,8 @@
>> -openvswitch (2.14.90-1) unstable; urgency=low
>> +openvswitch (2.15.0-1) unstable; urgency=low
>>
>>     * New upstream version
>>
>> - -- Open vSwitch team <dev@openvswitch.org>  Fri, 17 Jul 2020 03:40:20 +0200
>> + -- Open vSwitch team <dev@openvswitch.org>  Fri, 15 Jan 2021 20:16:50 +0100
>>
>>  openvswitch (2.14.0-1) unstable; urgency=low
> 
> Hey, Ilya! Sorry for the novice question, but does it mean 2.15 was
> officially rolled out? I don't see a 2.5 git tag, plus OVS web site is
> not mentioning 2.15 release.

Hi.

This means that we created branch-2.15.  Now it is time for testing and
closing remaining issues.  Official release with announce and a git tag
is scheduled for Feb 15th.

Here you can find an approximate release schedule:
  https://docs.openvswitch.org/en/latest/internals/release-process/#release-scheduling

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 1591087c4..a94af0279 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v2.14.0
+v2.15.0 - xx xxx xxxx
 ---------------------
    - OVSDB:
      * Changed format in which ovsdb transactions are stored in database files.
diff --git a/configure.ac b/configure.ac
index 126a1d9d1..fd82d7d27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.14.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.15.0, bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index ea72a1474..72c2babab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-openvswitch (2.14.90-1) unstable; urgency=low
+openvswitch (2.15.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <dev@openvswitch.org>  Fri, 17 Jul 2020 03:40:20 +0200
+ -- Open vSwitch team <dev@openvswitch.org>  Fri, 15 Jan 2021 20:16:50 +0100
 
 openvswitch (2.14.0-1) unstable; urgency=low