diff mbox series

[ovs-dev,v4,6/9] release-policy: Document when versions receive new releases.

Message ID 20230607194705.246951-7-mmichels@redhat.com
State Accepted
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 7, 2023, 7:47 p.m. UTC
The OVN team has had no concrete policy regarding when releases are
made for a given version. In the past, new releases have been made only
when something critical has been found, meaning that most bug fixes
applied to a given OVN version never end up in a release.

This change proposes a regular release schedule. The most recent branch
and the current LTS will receive releases every two months.
Other standard-term support branches still under support will have
releases made every three months.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 Documentation/internals/release-process.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/internals/release-process.rst b/Documentation/internals/release-process.rst
index 24b5fc060..20f8c7ce6 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -152,6 +152,20 @@  approximate:
 | T + 6         | Sep 1, Mar 1, ...   | Release version x.y.0                |
 +---------------+---------------------+--------------------------------------+
 
+Subsequent Releases
+~~~~~~~~~~~~~~~~~~~
+
+Beyond the .0 release of an OVN version, we will schedule further regular
+releases from its development branch. The most recent release branch, as well
+as the current LTS branch, will receive new releases every two months. If the
+most recent release branch is an LTS branch, then that branch alone will have
+releases made every two months. Other standard-term support branches that are
+still under support  will receive new releases every three months. If for some
+reason, no changes occur to a supported OVN branch during a release period,
+then no release will be made on that branch for that period. Therefore, there
+is no guarantee about the exact number of releases to be expected for any given
+OVN version.
+
 Release Calendar
 ----------------