Skip to content

Commit 51230ca

Browse files
committed
keps/sig-testing: declare 2420 implemented in v1.21
specifically: - drop quote-wrapping
1 parent debf47d commit 51230ca

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

keps/sig-testing/2420-reducing-kubernetes-build-maintenance/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ Major milestones might include:
556556
- 2020-02-08 - KEP Implementable [#2469](https://github.com/kubernetes/enhancements/pull/2469)
557557
- 2020-04-01 - KEP Alpha, Beta in Kubernetes 1.21
558558
- 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
559560

560561
See also PR listing: https://github.com/kubernetes/enhancements/issues/2420#issuecomment-791024902
561562

keps/sig-testing/2420-reducing-kubernetes-build-maintenance/kep.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ authors:
66
owning-sig: sig-testing
77
participating-sigs:
88
- sig-release
9-
status: implementable
9+
status: implemented
1010
creation-date: 2021-02-03
11+
last-updated: 2021-08-16
1112
reviewers:
1213
- dims
1314
- liggitt
@@ -21,18 +22,18 @@ see-also: []
2122
replaces: []
2223

2324
# The target maturity stage in the current dev cycle for this KEP.
24-
stage: beta
25+
stage: stable
2526

2627
# The most recent milestone for which work toward delivery of this KEP has been
2728
# done. This can be the current (upcoming) milestone, if it is being actively
2829
# worked on.
29-
latest-milestone: "v1.21"
30+
latest-milestone: v1.21
3031

3132
# The milestone at which this feature was, or is targeted to be, at each stage.
3233
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
3637

3738
# these are N/A
3839
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)