Re: [ovs-dev] [PATCH ovn] doc: Explicitly mention the current LTS release.

2023-01-17 Thread Mark Michelson

On 1/17/23 04:02, Dumitru Ceara wrote:

On 1/16/23 22:56, Mark Michelson wrote:

On 1/13/23 03:01, Dumitru Ceara wrote:

On 1/12/23 20:59, Han Zhou wrote:

On Thu, Jan 12, 2023 at 9:50 AM Dumitru Ceara  wrote:


Until now we only mentioned it on the ovn.org releases page:
https://www.ovn.org/en/releases/

Signed-off-by: Dumitru Ceara 
---
   Documentation/internals/release-process.rst | 1 +
   1 file changed, 1 insertion(+)

diff --git a/Documentation/internals/release-process.rst

b/Documentation/internals/release-process.rst

index 13a22fa60b..d75dd3bb91 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -93,6 +93,7 @@ LTS releases are scheduled to be released once every

two years. This means

   that any given LTS will receive bug fix support for two years,
followed

by

   one year of critical bug fixes and security fixes.

+The current LTS release is 22.03.x.

   Release Numbering
   -
--
2.31.1


Acked-by: Han Zhou 



Thanks for the review!


Alternatively we can put a link to the https://www.ovn.org/en/releases/,


I think it's good to have that link anyway.  I'll add it in v2.


instead of updating the "process" document every time a new LTS
release is
created.


The releases page is also updated manually so someone still needs to
push a commit there too, e.g.:

https://github.com/ovn-org/ovn-website/commit/0c1fd615275cbb6cb9213a754f731460aceb5d3a


But I am ok either way.



Mark, Numan, Ilya, do you have preferences?  I'll wait a bit before
posting v2.


Before addressing this particular change, I'd like to point out that I
have an outstanding PR for ovn-website that adds release notes for the
recent 22.03.2, 22.06.1, and 22.09.1 releases. It also updates the
"Releases" page to have an LTS section. See here:
https://github.com/ovn-org/ovn-website/pull/49 .



Hi Mark,

I acked it.


Thanks, I resolved the conflicts and merged it.




I'm of the opinion that the more mentions of the LTS, the better. But
also we don't want to be in a position where it's easy to forget to
update certain documents when the LTS changes.



That's probably right.


I wonder if it would be worth having a permanent link to something like
https://ovn.org/en/releases/long-term-support that always contains
information about the current LTS. This way, documentation could always
link to this page, and we only have to update this page when LTS
information changes.



I think you might be right, that's probably the best way to go.
Additionally, I think I'd add a step to the "Release Strategy" section
in release-process.rst to mention that the person taking care of the
release should also update this new
https://ovn.org/en/releases/long-term-support page.

In any case, please let me know if you want me to try to add this new
page to the OVN website.  I'll wait with v2 of this patch until that's
in place.


I created a PR to create the page here: 
https://github.com/ovn-org/ovn-website/pull/53




Thanks,
Dumitru




___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] doc: Explicitly mention the current LTS release.

2023-01-17 Thread Dumitru Ceara
On 1/16/23 22:56, Mark Michelson wrote:
> On 1/13/23 03:01, Dumitru Ceara wrote:
>> On 1/12/23 20:59, Han Zhou wrote:
>>> On Thu, Jan 12, 2023 at 9:50 AM Dumitru Ceara  wrote:

 Until now we only mentioned it on the ovn.org releases page:
 https://www.ovn.org/en/releases/

 Signed-off-by: Dumitru Ceara 
 ---
   Documentation/internals/release-process.rst | 1 +
   1 file changed, 1 insertion(+)

 diff --git a/Documentation/internals/release-process.rst
>>> b/Documentation/internals/release-process.rst
 index 13a22fa60b..d75dd3bb91 100644
 --- a/Documentation/internals/release-process.rst
 +++ b/Documentation/internals/release-process.rst
 @@ -93,6 +93,7 @@ LTS releases are scheduled to be released once every
>>> two years. This means
   that any given LTS will receive bug fix support for two years,
 followed
>>> by
   one year of critical bug fixes and security fixes.

 +The current LTS release is 22.03.x.

   Release Numbering
   -
 -- 
 2.31.1

>>> Acked-by: Han Zhou 
>>>
>>
>> Thanks for the review!
>>
>>> Alternatively we can put a link to the https://www.ovn.org/en/releases/,
>>
>> I think it's good to have that link anyway.  I'll add it in v2.
>>
>>> instead of updating the "process" document every time a new LTS
>>> release is
>>> created.
>>
>> The releases page is also updated manually so someone still needs to
>> push a commit there too, e.g.:
>>
>> https://github.com/ovn-org/ovn-website/commit/0c1fd615275cbb6cb9213a754f731460aceb5d3a
>>
>>> But I am ok either way.
>>>
>>
>> Mark, Numan, Ilya, do you have preferences?  I'll wait a bit before
>> posting v2.
> 
> Before addressing this particular change, I'd like to point out that I
> have an outstanding PR for ovn-website that adds release notes for the
> recent 22.03.2, 22.06.1, and 22.09.1 releases. It also updates the
> "Releases" page to have an LTS section. See here:
> https://github.com/ovn-org/ovn-website/pull/49 .
> 

Hi Mark,

I acked it.

> I'm of the opinion that the more mentions of the LTS, the better. But
> also we don't want to be in a position where it's easy to forget to
> update certain documents when the LTS changes.
> 

That's probably right.

> I wonder if it would be worth having a permanent link to something like
> https://ovn.org/en/releases/long-term-support that always contains
> information about the current LTS. This way, documentation could always
> link to this page, and we only have to update this page when LTS
> information changes.
> 

I think you might be right, that's probably the best way to go.
Additionally, I think I'd add a step to the "Release Strategy" section
in release-process.rst to mention that the person taking care of the
release should also update this new
https://ovn.org/en/releases/long-term-support page.

In any case, please let me know if you want me to try to add this new
page to the OVN website.  I'll wait with v2 of this patch until that's
in place.

Thanks,
Dumitru


___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] doc: Explicitly mention the current LTS release.

2023-01-16 Thread Mark Michelson

On 1/13/23 03:01, Dumitru Ceara wrote:

On 1/12/23 20:59, Han Zhou wrote:

On Thu, Jan 12, 2023 at 9:50 AM Dumitru Ceara  wrote:


Until now we only mentioned it on the ovn.org releases page:
https://www.ovn.org/en/releases/

Signed-off-by: Dumitru Ceara 
---
  Documentation/internals/release-process.rst | 1 +
  1 file changed, 1 insertion(+)

diff --git a/Documentation/internals/release-process.rst

b/Documentation/internals/release-process.rst

index 13a22fa60b..d75dd3bb91 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -93,6 +93,7 @@ LTS releases are scheduled to be released once every

two years. This means

  that any given LTS will receive bug fix support for two years, followed

by

  one year of critical bug fixes and security fixes.

+The current LTS release is 22.03.x.

  Release Numbering
  -
--
2.31.1


Acked-by: Han Zhou 



Thanks for the review!


Alternatively we can put a link to the https://www.ovn.org/en/releases/,


I think it's good to have that link anyway.  I'll add it in v2.


instead of updating the "process" document every time a new LTS release is
created.


The releases page is also updated manually so someone still needs to
push a commit there too, e.g.:

https://github.com/ovn-org/ovn-website/commit/0c1fd615275cbb6cb9213a754f731460aceb5d3a


But I am ok either way.



Mark, Numan, Ilya, do you have preferences?  I'll wait a bit before
posting v2.


Before addressing this particular change, I'd like to point out that I 
have an outstanding PR for ovn-website that adds release notes for the 
recent 22.03.2, 22.06.1, and 22.09.1 releases. It also updates the 
"Releases" page to have an LTS section. See here: 
https://github.com/ovn-org/ovn-website/pull/49 .


I'm of the opinion that the more mentions of the LTS, the better. But 
also we don't want to be in a position where it's easy to forget to 
update certain documents when the LTS changes.


I wonder if it would be worth having a permanent link to something like 
https://ovn.org/en/releases/long-term-support that always contains 
information about the current LTS. This way, documentation could always 
link to this page, and we only have to update this page when LTS 
information changes.





Thanks,
Han



Thanks,
Dumitru



___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] doc: Explicitly mention the current LTS release.

2023-01-13 Thread Dumitru Ceara
On 1/12/23 20:59, Han Zhou wrote:
> On Thu, Jan 12, 2023 at 9:50 AM Dumitru Ceara  wrote:
>>
>> Until now we only mentioned it on the ovn.org releases page:
>> https://www.ovn.org/en/releases/
>>
>> Signed-off-by: Dumitru Ceara 
>> ---
>>  Documentation/internals/release-process.rst | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/internals/release-process.rst
> b/Documentation/internals/release-process.rst
>> index 13a22fa60b..d75dd3bb91 100644
>> --- a/Documentation/internals/release-process.rst
>> +++ b/Documentation/internals/release-process.rst
>> @@ -93,6 +93,7 @@ LTS releases are scheduled to be released once every
> two years. This means
>>  that any given LTS will receive bug fix support for two years, followed
> by
>>  one year of critical bug fixes and security fixes.
>>
>> +The current LTS release is 22.03.x.
>>
>>  Release Numbering
>>  -
>> --
>> 2.31.1
>>
> Acked-by: Han Zhou 
> 

Thanks for the review!

> Alternatively we can put a link to the https://www.ovn.org/en/releases/,

I think it's good to have that link anyway.  I'll add it in v2.

> instead of updating the "process" document every time a new LTS release is
> created.

The releases page is also updated manually so someone still needs to
push a commit there too, e.g.:

https://github.com/ovn-org/ovn-website/commit/0c1fd615275cbb6cb9213a754f731460aceb5d3a

> But I am ok either way.
> 

Mark, Numan, Ilya, do you have preferences?  I'll wait a bit before
posting v2.

> Thanks,
> Han
> 

Thanks,
Dumitru

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] doc: Explicitly mention the current LTS release.

2023-01-12 Thread Han Zhou
On Thu, Jan 12, 2023 at 9:50 AM Dumitru Ceara  wrote:
>
> Until now we only mentioned it on the ovn.org releases page:
> https://www.ovn.org/en/releases/
>
> Signed-off-by: Dumitru Ceara 
> ---
>  Documentation/internals/release-process.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/internals/release-process.rst
b/Documentation/internals/release-process.rst
> index 13a22fa60b..d75dd3bb91 100644
> --- a/Documentation/internals/release-process.rst
> +++ b/Documentation/internals/release-process.rst
> @@ -93,6 +93,7 @@ LTS releases are scheduled to be released once every
two years. This means
>  that any given LTS will receive bug fix support for two years, followed
by
>  one year of critical bug fixes and security fixes.
>
> +The current LTS release is 22.03.x.
>
>  Release Numbering
>  -
> --
> 2.31.1
>
Acked-by: Han Zhou 

Alternatively we can put a link to the https://www.ovn.org/en/releases/,
instead of updating the "process" document every time a new LTS release is
created.
But I am ok either way.

Thanks,
Han
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn] doc: Explicitly mention the current LTS release.

2023-01-12 Thread Dumitru Ceara
Until now we only mentioned it on the ovn.org releases page:
https://www.ovn.org/en/releases/

Signed-off-by: Dumitru Ceara 
---
 Documentation/internals/release-process.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/internals/release-process.rst 
b/Documentation/internals/release-process.rst
index 13a22fa60b..d75dd3bb91 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -93,6 +93,7 @@ LTS releases are scheduled to be released once every two 
years. This means
 that any given LTS will receive bug fix support for two years, followed by
 one year of critical bug fixes and security fixes.
 
+The current LTS release is 22.03.x.
 
 Release Numbering
 -
-- 
2.31.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev