From 05acf38a67afdf750f47046f91f468b4bfb6d57a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 21 Jan 2022 12:38:52 +0100 Subject: [PATCH] versioning-policy: add bug reporting and fixing policy Signed-off-by: Patrik Oldsberg --- docs/overview/versioning-policy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/overview/versioning-policy.md b/docs/overview/versioning-policy.md index 8a641cd4a1..7430f3c200 100644 --- a/docs/overview/versioning-policy.md +++ b/docs/overview/versioning-policy.md @@ -69,6 +69,8 @@ The following versioning policy applies to the main-line releases only. there will always be a deprecation path for a breaking change. - Security fixes **may** be backported to older releases based on the simplicity of the upgrade path, and the severity of the vulnerability. +- Bug reports are valid only if reproducible in the most recent release, and bug + fixes are only applied to the next release. - We will do our best to adhere to this policy. ### Skew Policy