File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
keps/sig-testing/2420-reducing-kubernetes-build-maintenance Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
title : KEP Template
2
2
kep-number : 2420
3
3
authors :
4
- - " BenTheElder"
4
+ - BenTheElder
5
5
owning-sig : sig-testing
6
6
participating-sigs :
7
7
- sig-release
8
- status : provisional|implementable|implemented|deferred|rejected|withdrawn|replaced
9
- creation-date : yyyy-mm-dd
8
+ status : provisional
9
+ creation-date : 2021-02-03
10
10
reviewers :
11
11
- dims
12
12
- liggitt
@@ -19,28 +19,24 @@ see-also: []
19
19
replaces : []
20
20
21
21
# The target maturity stage in the current dev cycle for this KEP.
22
- stage : alpha|beta|stable
22
+ stage : alpha
23
23
24
24
# The most recent milestone for which work toward delivery of this KEP has been
25
25
# done. This can be the current (upcoming) milestone, if it is being actively
26
26
# worked on.
27
- latest-milestone : " v1.19 "
27
+ latest-milestone : " v1.21 "
28
28
29
29
# The milestone at which this feature was, or is targeted to be, at each stage.
30
30
milestone :
31
- alpha : " v1.19"
32
- beta : " v1.20"
33
- stable : " v1.22"
31
+ alpha : " v1.21"
32
+ # TODO: figure out if these are the right milestones for beta/stable.
33
+ beta : " v1.21"
34
+ stable : " v1.23"
34
35
35
36
# The following PRR answers are required at alpha release
36
37
# List the feature gate name and the components for which it must be enabled
37
- feature-gates :
38
- - name : MyFeature
39
- components :
40
- - kube-apiserver
41
- - kube-controller-manager
38
+ feature-gates : []
42
39
disable-supported : true
43
40
44
41
# The following PRR answers are required at beta release
45
- metrics :
46
- - my_feature_metric
42
+ metrics : []
You can’t perform that action at this time.
0 commit comments