Skip to content

Commit 307133a

Browse files
committed
Clarify ineligibility of fixes for alpha feature issue for backports
1 parent 42002f6 commit 307133a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/sig-release/cherry-picks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Only the following types of changes are expected to be backported:
4141
- Dependency updates that just aim to silence some scanners
4242
and do not fix any vulnerable code are **not** eligible for cherry-picks.
4343
- Regression fixes
44+
- A fix for a regression that only occurs when an off-by-default alpha feature is enabled is **not** eligible for backport.
4445
- Critical bug fixes (loss of data, memory corruption, panic, crash, hang)
45-
- A bugfix for a functional issue (not a data loss or security issue) that only
46-
affects an alpha feature does not qualify as a critical bug fix.
46+
- A fix for an issue that only occurs when an off-by-default alpha feature is enabled does not qualify as a critical bug fix and is **not** eligible for backport.
4747
- Prerequisite changes for critical dependency updates (e.g. [go updates](https://github.com/kubernetes/sig-release/blob/master/release-engineering/handbooks/go.md#minor-version-updates))
4848
- Test-only changes to stabilize failing / flaky tests on release branches
4949

0 commit comments

Comments
 (0)