File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,15 @@ We generally allow backports of following changes only to the latest supported b
102
102
- Improvements to CI signal
103
103
- Improvements to the test framework
104
104
105
+ While we recommend to target following type of changes to the next minor release, CAPI maintainers will also consider
106
+ exceptions for backport of following changes only to the latest supported branch:
107
+ - Enhancements or additions to experimental Cluster API features, with the goal of allowing faster adoption and iteration;
108
+ Please note that stability of the branch will always be top priority while evaluating those PRs, and thus approval
109
+ requires /lgtm from at least two maintainers that, on top of checking that the backport is not introducing any breaking
110
+ change for either API or behavior, will evaluate if the impact of those backport is limited and well-scoped e.g.
111
+ by checking that those changes should not touch non-experimental code paths like utils and/or by applying other
112
+ considerations depending on the specific PR.
113
+
105
114
Like any other activity in the project, backporting a fix/change is a community-driven effort and requires that someone volunteers to own the task.
106
115
In most cases, the cherry-pick bot can (and should) be used to automate opening a cherry-pick PR.
107
116
You can’t perform that action at this time.
0 commit comments