You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
47
+
- 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))
48
+
- Test-only changes to stabilize failing / flaky tests on release branches
47
49
48
-
If you are proposing a cherry pick and it is not a clear and obvious critical
49
-
bug fix, please reconsider. If upon reflection you wish to continue, bolster
50
-
your case by supplementing your PR with e.g.,
50
+
If you are proposing a cherry pick outside these categories, please reconsider.
51
+
If upon reflection you wish to continue, bolster your case by supplementing your PR with e.g.,
51
52
52
53
- A GitHub issue detailing the problem
53
54
@@ -62,21 +63,6 @@ your case by supplementing your PR with e.g.,
62
63
- Key stakeholder SIG reviewers/approvers attesting to their confidence in the
63
64
change being a required backport
64
65
65
-
To illustrate the point, dependency updates that just aim to silence some scanners
66
-
and do not fix any vulnerable code are NOT eligible for cherry-picks.
67
-
68
-
If the change is in cloud provider-specific platform code (which is in the
69
-
process of being moved out of core Kubernetes), describe the customer impact,
70
-
how the issue escaped initial testing, remediation taken to prevent similar
71
-
future escapes, and why the change cannot be carried in your downstream fork of
72
-
the Kubernetes project branches.
73
-
74
-
It is critical that our full community is actively engaged on enhancements in
75
-
the project. If a released feature was not enabled on a particular provider's
76
-
platform, this is a community miss that needs to be resolved in the `master`
77
-
branch for subsequent releases. Such enabling will not be backported to the
0 commit comments