DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] release 18.11.11
@ 2021-01-20 14:44 Kevin Traynor
  2021-01-20 14:50 ` Richardson, Bruce
  2021-01-20 15:01 ` David Marchand
  0 siblings, 2 replies; 5+ messages in thread
From: Kevin Traynor @ 2021-01-20 14:44 UTC (permalink / raw)
  To: web, bluca; +Cc: thomas, ferruh.yigit, david.marchand, stable, Kevin Traynor

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 content/download/_index.md | 2 +-
 content/roadmap/_index.md  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/content/download/_index.md b/content/download/_index.md
index 2965a4f76..b7284fcb5 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -34,5 +34,5 @@ weight = "2"
 | [DPDK 19.05.0](//fast.dpdk.org/rel/dpdk-19.05.tar.xz)         | [2019 May 13](//doc.dpdk.org/guides-19.05/rel_notes/release_19_05.html)      | fe22ad1bab1539945119047b0fdf1105 |
 | [DPDK 19.02.0](//fast.dpdk.org/rel/dpdk-19.02.tar.xz)         | [2019 February 1](//doc.dpdk.org/guides-19.02/rel_notes/release_19_02.html)  | 23944a2cdee061aa4bd72ebe7d836db0 |
-| [DPDK 18.11.10 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.10.tar.xz) | [2020 September 28](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html)     | a97a33bda610feb891dc9e1e418a8fe6 |
+| [DPDK 18.11.11 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.11.tar.xz) | [2021 January 20](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html)     | 2d3c3c107ff93ce0d7dd149d3b633b28 |
 | [DPDK 18.08.1](//fast.dpdk.org/rel/dpdk-18.08.1.tar.xz)       | [2019 April 1](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html)     | 391116ff3012ffd33bb63ed5feb3375c |
 | [DPDK 18.05.1](//fast.dpdk.org/rel/dpdk-18.05.1.tar.xz)       | [2018 Sept 7](//doc.dpdk.org/guides-18.05/rel_notes/release_18_05.html)      | 5e278012506c76d981e4283a92adec1c |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index cbdf432e6..0d6dbfbb8 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -124,5 +124,4 @@ by 1-2 weeks, depending on the test results.
 | Current version | Next version  | Next version Date | End of life | Maintainer     |
 |----------|----------|-------------------|---------------------|--------------------|
-| 18.11.10 | 18.11.11 | December 2020     | December 2020 (LTS) | Kevin Traynor      |
 | 19.11.6  | 19.11.7  | March 2021        | November 2021 (LTS) | Luca Boccassi      |
 | -        | 20.11.1  | March 2021        | November 2022 (LTS) | Kevin Traynor      |
-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [PATCH] release 18.11.11
  2021-01-20 14:44 [dpdk-web] [PATCH] release 18.11.11 Kevin Traynor
@ 2021-01-20 14:50 ` Richardson, Bruce
  2021-01-20 14:57   ` Thomas Monjalon
  2021-01-20 15:01 ` David Marchand
  1 sibling, 1 reply; 5+ messages in thread
From: Richardson, Bruce @ 2021-01-20 14:50 UTC (permalink / raw)
  To: Kevin Traynor, web, bluca; +Cc: thomas, Yigit, Ferruh, david.marchand, stable



> -----Original Message-----
> From: web <web-bounces@dpdk.org> On Behalf Of Kevin Traynor
> Sent: Wednesday, January 20, 2021 2:45 PM
> To: web@dpdk.org; bluca@debian.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>;
> david.marchand@redhat.com; stable@dpdk.org; Kevin Traynor
> <ktraynor@redhat.com>
> Subject: [dpdk-web] [PATCH] release 18.11.11
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  content/download/_index.md | 2 +-
>  content/roadmap/_index.md  | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
<snip>
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -124,5 +124,4 @@ by 1-2 weeks, depending on the test results.
>  | Current version | Next version  | Next version Date | End of life |
> Maintainer     |
>  |----------|----------|-------------------|---------------------|--------
> ------------|
> -| 18.11.10 | 18.11.11 | December 2020     | December 2020 (LTS) | Kevin
> Traynor      |
>  | 19.11.6  | 19.11.7  | March 2021        | November 2021 (LTS) | Luca
> Boccassi      |
>  | -        | 20.11.1  | March 2021        | November 2022 (LTS) | Kevin
> Traynor      |
> --

While I realise this is a roadmap table, I wonder if we should still leave
a row entry for 18.11 for a while, to indicate that it is not getting any
further updates. Something like:

"| 18.11.11 | -        | -            | December 2020 (Now EOL) | -          |"


/Bruce

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [PATCH] release 18.11.11
  2021-01-20 14:50 ` Richardson, Bruce
@ 2021-01-20 14:57   ` Thomas Monjalon
  2021-01-20 15:19     ` Kevin Traynor
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2021-01-20 14:57 UTC (permalink / raw)
  To: Kevin Traynor, Richardson, Bruce
  Cc: web, bluca, Yigit, Ferruh, david.marchand, stable

20/01/2021 15:50, Richardson, Bruce:
> From: Kevin Traynor
> > -| 18.11.10 | 18.11.11 | December 2020     | December 2020 (LTS) | Kevin
> > Traynor      |
> >  | 19.11.6  | 19.11.7  | March 2021        | November 2021 (LTS) | Luca
> > Boccassi      |
> >  | -        | 20.11.1  | March 2021        | November 2022 (LTS) | Kevin
> > Traynor      |
> > --
> 
> While I realise this is a roadmap table, I wonder if we should still leave
> a row entry for 18.11 for a while, to indicate that it is not getting any
> further updates. Something like:
> 
> "| 18.11.11 | -        | -            | December 2020 (Now EOL) | -          |"

Yes I agree to keep EOL for at least 6 months.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [PATCH] release 18.11.11
  2021-01-20 14:44 [dpdk-web] [PATCH] release 18.11.11 Kevin Traynor
  2021-01-20 14:50 ` Richardson, Bruce
@ 2021-01-20 15:01 ` David Marchand
  1 sibling, 0 replies; 5+ messages in thread
From: David Marchand @ 2021-01-20 15:01 UTC (permalink / raw)
  To: Kevin Traynor
  Cc: web, Luca Boccassi, Thomas Monjalon, Yigit, Ferruh, dpdk stable

On Wed, Jan 20, 2021 at 3:45 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  content/download/_index.md | 2 +-
>  content/roadmap/_index.md  | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/content/download/_index.md b/content/download/_index.md
> index 2965a4f76..b7284fcb5 100644
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> @@ -34,5 +34,5 @@ weight = "2"
>  | [DPDK 19.05.0](//fast.dpdk.org/rel/dpdk-19.05.tar.xz)         | [2019 May 13](//doc.dpdk.org/guides-19.05/rel_notes/release_19_05.html)      | fe22ad1bab1539945119047b0fdf1105 |
>  | [DPDK 19.02.0](//fast.dpdk.org/rel/dpdk-19.02.tar.xz)         | [2019 February 1](//doc.dpdk.org/guides-19.02/rel_notes/release_19_02.html)  | 23944a2cdee061aa4bd72ebe7d836db0 |
> -| [DPDK 18.11.10 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.10.tar.xz) | [2020 September 28](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html)     | a97a33bda610feb891dc9e1e418a8fe6 |
> +| [DPDK 18.11.11 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.11.tar.xz) | [2021 January 20](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html)     | 2d3c3c107ff93ce0d7dd149d3b633b28 |
>  | [DPDK 18.08.1](//fast.dpdk.org/rel/dpdk-18.08.1.tar.xz)       | [2019 April 1](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html)     | 391116ff3012ffd33bb63ed5feb3375c |
>  | [DPDK 18.05.1](//fast.dpdk.org/rel/dpdk-18.05.1.tar.xz)       | [2018 Sept 7](//doc.dpdk.org/guides-18.05/rel_notes/release_18_05.html)      | 5e278012506c76d981e4283a92adec1c |
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index cbdf432e6..0d6dbfbb8 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -124,5 +124,4 @@ by 1-2 weeks, depending on the test results.
>  | Current version | Next version  | Next version Date | End of life | Maintainer     |
>  |----------|----------|-------------------|---------------------|--------------------|
> -| 18.11.10 | 18.11.11 | December 2020     | December 2020 (LTS) | Kevin Traynor      |
>  | 19.11.6  | 19.11.7  | March 2021        | November 2021 (LTS) | Luca Boccassi      |
>  | -        | 20.11.1  | March 2021        | November 2022 (LTS) | Kevin Traynor      |
> --
> 2.26.2
>

Acked-by: David Marchand <david.marchand@redhat.com>

Thanks Kevin!


-- 
David Marchand


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-web] [PATCH] release 18.11.11
  2021-01-20 14:57   ` Thomas Monjalon
@ 2021-01-20 15:19     ` Kevin Traynor
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Traynor @ 2021-01-20 15:19 UTC (permalink / raw)
  To: Thomas Monjalon, Richardson, Bruce
  Cc: web, bluca, Yigit, Ferruh, david.marchand, stable

On 20/01/2021 14:57, Thomas Monjalon wrote:
> 20/01/2021 15:50, Richardson, Bruce:
>> From: Kevin Traynor
>>> -| 18.11.10 | 18.11.11 | December 2020     | December 2020 (LTS) | Kevin
>>> Traynor      |
>>>  | 19.11.6  | 19.11.7  | March 2021        | November 2021 (LTS) | Luca
>>> Boccassi      |
>>>  | -        | 20.11.1  | March 2021        | November 2022 (LTS) | Kevin
>>> Traynor      |
>>> --
>>
>> While I realise this is a roadmap table, I wonder if we should still leave
>> a row entry for 18.11 for a while, to indicate that it is not getting any
>> further updates. Something like:
>>
>> "| 18.11.11 | -        | -            | December 2020 (Now EOL) | -          |"
> 
> Yes I agree to keep EOL for at least 6 months.
> 
> 

Good idea. Previously we had cleaned out the older ones, but keeping it
there for a while is better. If there's no other comments, I will change
on applying. Thanks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-20 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 14:44 [dpdk-web] [PATCH] release 18.11.11 Kevin Traynor
2021-01-20 14:50 ` Richardson, Bruce
2021-01-20 14:57   ` Thomas Monjalon
2021-01-20 15:19     ` Kevin Traynor
2021-01-20 15:01 ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).