diff mbox series

[ovs-dev,v3,5/9] release-process: Add section for standard-term support releases.

Message ID 20230601193207.2571400-6-mmichels@redhat.com
State Superseded
Headers show
Series OVN Release Policy Updates | expand

Checks

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

Commit Message

Mark Michelson June 1, 2023, 7:32 p.m. UTC
Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 Documentation/internals/release-process.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/internals/release-process.rst b/Documentation/internals/release-process.rst
index 37744e3c4..24b5fc060 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -99,6 +99,22 @@  one year of critical bug fixes and security fixes.
 The current LTS version is documented on the `Long Term Support Releases`__
 page of `ovn.org`__.
 
+Standard-term Support Versions
+------------------------------
+
+Versions of OVN that are not designated as LTS versions are standard-term
+support releases.
+
+Standard term support versions will have releases made regularly for one year.
+There are no additional windows for which releases will be made for critical
+or security fixes.
+
+The branches for standard term support versions may receive bug fixes and
+critical and security fixes after the OVN team has stopped creating regular
+releases. This is strictly to facilitate easy backporting of fixes to LTS
+versions that are still receiving regular releases. Even though the branch may
+receive additional fixes, no releases will be made with these fixes.
+
 Release Numbering
 -----------------