Skip to content

Commit 7c97898

Browse files
authored
Merge pull request #3121 from thockin/2527-clarify-status-observations-vs-rbac
KEP-2527: KEP (spec vs. status) is implemented
2 parents 37ab844 + afc1e2d commit 7c97898

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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"
@@ -17,18 +17,18 @@ see-also:
1717
replaces: []
1818

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

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

2727
# The milestone at which this feature was, or is targeted to be, at each stage.
2828
milestone:
29-
alpha: "v1.22"
30-
beta: "v1.22"
31-
stable: "v1.22"
29+
alpha: "v1.23"
30+
beta: "v1.23"
31+
stable: "v1.23"
3232

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

0 commit comments

Comments
 (0)