From patchwork Tue Mar 23 16:57:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 89709 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 49BA0A0A02; Tue, 23 Mar 2021 17:57:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 41940140F70; Tue, 23 Mar 2021 17:57:53 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id AD9524069E for ; Tue, 23 Mar 2021 17:57:51 +0100 (CET) IronPort-SDR: jPXHKGQKhhTjKpGc0/6xs0zJaPKOCsuBUuY/ooO9mdYNz+8mhyVTWndoEh9nd5mIPIEACHcL0Z ynCWxrFri7bQ== X-IronPort-AV: E=McAfee;i="6000,8403,9932"; a="190618255" X-IronPort-AV: E=Sophos;i="5.81,272,1610438400"; d="scan'208";a="190618255" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 09:57:50 -0700 IronPort-SDR: ADAS9jcof9+Zl+b4SrzAWuuE3Z7ixbbjNOdB1zeKyJpB1BYsR+voqfosJKO0ou/dL37Aqb0aMz AQK9ICZOad1A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,272,1610438400"; d="scan'208";a="415075087" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by orsmga008.jf.intel.com with ESMTP; 23 Mar 2021 09:57:49 -0700 From: Ferruh Yigit To: web@dpdk.org Cc: Thomas Monjalon , bluca@debian.org, christian.ehrhardt@canonical.com Date: Tue, 23 Mar 2021 16:57:47 +0000 Message-Id: <20210323165747.854155-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [dpdk-web] [PATCH] add LTS maintainer emails 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" Signed-off-by: Ferruh Yigit --- content/roadmap/_index.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index c6f6459e07e8..2ddc2da38832 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -127,8 +127,11 @@ regression tests are run, and if clear, the stable release is announced. Typically a new stable release version follows a mainline release 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.7 | 19.11.8 | June 2021 | November 2021 (LTS) | Christian Ehrhardt | -| 20.11.1 | 20.11.2 | June 2021 | November 2022 (LTS) | Luca Boccassi | +| Current version | Next version | Next version Date | End of life | Maintainer | +|----------|----------|-------------------|---------------------|-------------------------| +| 18.11.11 | - | - | December 2020 (EOL) | - | +| 19.11.7 | 19.11.8 | June 2021 | November 2021 (LTS) | [Christian Ehrhardt][1] | +| 20.11.1 | 20.11.2 | June 2021 | November 2022 (LTS) | [Luca Boccassi][2] | + +[1]: mailto:christian.ehrhardt@canonical.com +[2]: mailto:bluca@debian.org