-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Describe the issue
The current cherry pick guidance has fairly clear criteria on what kind of PRs are good for cherry picks, but it seems like we could maybe enhance our guidance, for release managers reviewing cherry picks, for contributors opening cherry picks, and for SIG Leads reviewing cherry picks.
At the wg-lts meeting on November 21st, @liggitt presented a pretty thorough analysis on regressions introduced into patch releases through cherry picks, which are available here:
Kubernetes patch release regression/bugfix rate
Analysis of Kubernetes regression rates, patterns, examples
There was a pretty important take away: Every single minor version has had a backport cause a regression.
In the wg-lts meeting, we discussed a few concrete things:
- We should limit back ports to regression / security / data-loss fixes
- Anything beyond that needs justification / careful risk analysis (size, entanglement with other changes, test coverage)
- The level of scrutiny applied to changes to master get between code freeze and a .0 release is the level we should be applying to cherry picks as well
The first bullet point is basically already expressed in our existing guidelines, so perhaps we should investigate a new PR template for cherry picks that includes a self-attestation from someone opening a cherry pick? This could also include a section to better indicate when a bug was introduced to better help understand if a bug fix should actually be cherry picked back to a release if the bug already existed prior to the .0 of that minor release.
/sig release
/kind documentation