File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
keps/sig-testing/2420-reducing-kubernetes-build-maintenance Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ Major milestones might include:
556
556
- 2020-02-08 - KEP Implementable [ #2469 ] ( https://github.com/kubernetes/enhancements/pull/2469 )
557
557
- 2020-04-01 - KEP Alpha, Beta in Kubernetes 1.21
558
558
- There is no distinct alpha/beta for this KEP, only alpha/beta (implemented at HEAD) vs stable (all supported branches)
559
+ - 2020-08-16 - Retroactive implemented declaration
559
560
560
561
See also PR listing: https://github.com/kubernetes/enhancements/issues/2420#issuecomment-791024902
561
562
Original file line number Diff line number Diff line change 6
6
owning-sig : sig-testing
7
7
participating-sigs :
8
8
- sig-release
9
- status : implementable
9
+ status : implemented
10
10
creation-date : 2021-02-03
11
+ last-updated : 2021-08-16
11
12
reviewers :
12
13
- dims
13
14
- liggitt
@@ -21,18 +22,18 @@ see-also: []
21
22
replaces : []
22
23
23
24
# The target maturity stage in the current dev cycle for this KEP.
24
- stage : beta
25
+ stage : stable
25
26
26
27
# The most recent milestone for which work toward delivery of this KEP has been
27
28
# done. This can be the current (upcoming) milestone, if it is being actively
28
29
# worked on.
29
- latest-milestone : " v1.21"
30
+ latest-milestone : v1.21
30
31
31
32
# The milestone at which this feature was, or is targeted to be, at each stage.
32
33
milestone :
33
- alpha : " v1.21"
34
- beta : " v1.21"
35
- stable : " v1.23"
34
+ alpha : v1.21
35
+ beta : v1.21
36
+ stable : v1.23
36
37
37
38
# these are N/A
38
39
# The following PRR answers are required at alpha release
You can’t perform that action at this time.
0 commit comments