From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4412AA052A; Wed, 27 Jan 2021 18:11:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2861A140FAC; Wed, 27 Jan 2021 18:11:29 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id C2F92140F95 for ; Wed, 27 Jan 2021 18:11:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611767487; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CE9YRy/z5bnuLbwYs5pMxL51L7AmBN7py2Vx7Bog088=; b=RzlUKx+tn7f3COJWcOs2JF1E3uF0zchtKyoqEHEQw0BjOfy+X+A+tdj4o9I20OxoaJOypc MMuti8VncVusWyCkHD3UqoxVnGzUz4NmsAMXIzF5xQb6QBbnSixJc7QgeEOBvnuV8AaoFq m8rT3VdaaJtXAnSqpRa/5StlLlqtFFs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-3-5gRVV_83Nuen5dgY-JYGIw-1; Wed, 27 Jan 2021 12:11:22 -0500 X-MC-Unique: 5gRVV_83Nuen5dgY-JYGIw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A2D7E9CC00; Wed, 27 Jan 2021 17:11:21 +0000 (UTC) Received: from [10.36.112.201] (ovpn-112-201.ams2.redhat.com [10.36.112.201]) by smtp.corp.redhat.com (Postfix) with ESMTP id AF4F018A2F; Wed, 27 Jan 2021 17:11:20 +0000 (UTC) To: Christian Ehrhardt , web@dpdk.org Cc: Luca Boccassi References: <20210127155135.3730352-1-christian.ehrhardt@canonical.com> From: Kevin Traynor Message-ID: Date: Wed, 27 Jan 2021 17:11:19 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20210127155135.3730352-1-christian.ehrhardt@canonical.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-web] [PATCH] update LTS ownership X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" On 27/01/2021 15:51, Christian Ehrhardt wrote: > I was told that Kevin (thanks to all the great work!) wanted to step > back of the 20.11 LTS maintenance. > > In a discussion Luca and I agreed that I can take over the further > 19.11.x (as that is what we use in Ubuntu 20.04 LTS) and he would > in return take 20.11.x (which will be what is in the coming Debian > release). > > Signed-off-by: Christian Ehrhardt > --- > content/roadmap/_index.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 132da1c..06ebcb0 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -124,5 +124,5 @@ by 1-2 weeks, depending on the test results. > | Current version | Next version | Next version Date | End of life | Maintainer | > |----------|----------|-------------------|---------------------|--------------------| > | 18.11.11 | - | - | December 2020 (EOL) | - | > -| 19.11.6 | 19.11.7 | March 2021 | November 2021 (LTS) | Luca Boccassi | > -| - | 20.11.1 | March 2021 | November 2022 (LTS) | Kevin Traynor | > +| 19.11.6 | 19.11.7 | March 2021 | November 2021 (LTS) | Christian Ehrhardt | > +| - | 20.11.1 | March 2021 | November 2022 (LTS) | Luca Boccassi | > Thanks for stepping in Christian/Luca. Acked-by: Kevin Traynor