diff mbox series

[ovs-dev,branch-3.4,1/3] releases: Mark 3.3 as a new LTS release.

Message ID 20240815133012.1173383-2-i.maximets@ovn.org
State Accepted
Commit a71dd64a2efd01561aef47d181c16393959055ab
Headers show
Series Release patches for v3.4.0. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Ilya Maximets Aug. 15, 2024, 1:28 p.m. UTC
With release of OVS v3.4.0, according to our release process,
3.3.x becomes a new LTS series.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 Documentation/faq/releases.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Aaron Conole Aug. 15, 2024, 2:19 p.m. UTC | #1
Ilya Maximets <i.maximets@ovn.org> writes:

> With release of OVS v3.4.0, according to our release process,
> 3.3.x becomes a new LTS series.
>
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>

We also need this patch applied to `main`

>  Documentation/faq/releases.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
> index 9fbee90ed..7c32d7acf 100644
> --- a/Documentation/faq/releases.rst
> +++ b/Documentation/faq/releases.rst
> @@ -32,7 +32,7 @@ Q: What does it mean for an Open vSwitch release to be LTS (long-term support)?
>      If a significant bug is identified in an LTS release, we will provide an
>      updated release that includes the fix.  Releases that are not LTS may not
>      be fixed and may just be supplanted by the next major release.  The current
> -    LTS release is 2.17.x.
> +    LTS release is 3.3.x.
>  
>      For more information on the Open vSwitch release process, refer to
>      :doc:`/internals/release-process`.
Ilya Maximets Aug. 15, 2024, 2:22 p.m. UTC | #2
On 8/15/24 15:28, Ilya Maximets wrote:
> With release of OVS v3.4.0, according to our release process,
> 3.3.x becomes a new LTS series.
> 
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---
>  Documentation/faq/releases.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

There was a GitHub Actions incident that supposed to be resolved now.

Recheck-request: github-robot
Eelco Chaudron Aug. 15, 2024, 2:29 p.m. UTC | #3
On 15 Aug 2024, at 15:28, Ilya Maximets wrote:

> With release of OVS v3.4.0, according to our release process,
> 3.3.x becomes a new LTS series.
>
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>

Changes look good to me!

Thanks,

Eelco

Acked-by: Eelco Chaudron <echaudro@redhat.com>
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 9fbee90ed..7c32d7acf 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -32,7 +32,7 @@  Q: What does it mean for an Open vSwitch release to be LTS (long-term support)?
     If a significant bug is identified in an LTS release, we will provide an
     updated release that includes the fix.  Releases that are not LTS may not
     be fixed and may just be supplanted by the next major release.  The current
-    LTS release is 2.17.x.
+    LTS release is 3.3.x.
 
     For more information on the Open vSwitch release process, refer to
     :doc:`/internals/release-process`.