Skip to content

Commit afc1e2d

Browse files
committed
KEP 2527 (spec vs. status) is implemented
1 parent 6b90035 commit afc1e2d

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 2527
2+
stable:
3+
approver: "@johnbelamaric"

keps/sig-architecture/2527-clarify-status-observations-vs-rbac/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
Items marked with (R) are required *prior to targeting to a milestone / release*.
3535

36-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
37-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
38-
- [ ] (R) Design details are appropriately documented
39-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
40-
- [ ] (R) Graduation criteria is in place
41-
- [ ] (R) Production readiness review completed
42-
- [ ] (R) Production readiness review approved
36+
- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
37+
- [X] (R) KEP approvers have approved the KEP status as `implementable`
38+
- [X] (R) Design details are appropriately documented
39+
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
40+
- [X] (R) Graduation criteria is in place
41+
- [X] (R) Production readiness review completed
42+
- [X] (R) Production readiness review approved
4343
- [ ] "Implementation History" section is up-to-date for milestone
4444
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
4545
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes

keps/sig-architecture/2527-clarify-status-observations-vs-rbac/kep.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- "@thockin"
55
owning-sig: sig-architecture
66
participating-sigs: []
7-
status: provisional
7+
status: implemented
88
creation-date: 2021-02-19
99
reviewers:
1010
- "@lavalamp"
@@ -19,18 +19,18 @@ see-also:
1919
replaces: []
2020

2121
# The target maturity stage in the current dev cycle for this KEP.
22-
stage: alpha #beta|stable
22+
stage: stable
2323

2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.21"
27+
latest-milestone: "v1.23"
2828

2929
# The milestone at which this feature was, or is targeted to be, at each stage.
3030
milestone:
31-
alpha: "v1.22"
32-
beta: "v1.22"
33-
stable: "v1.22"
31+
alpha: "v1.23"
32+
beta: "v1.23"
33+
stable: "v1.23"
3434

3535
# The following PRR answers are required at alpha release
3636
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)