Skip to content

Commit 9dcb6d3

Browse files
authored
Merge pull request kubernetes#1932 from saschagrunert/seccomp
Update seccomp KEP as implemented
2 parents e5ed50e + 29f6272 commit 9dcb6d3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

keps/sig-node/20190717-seccomp-ga.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ reviewers:
1515
approvers:
1616
- "@liggitt"
1717
- "@derekwaynecarr"
18-
editor: TBD
18+
editor: "@saschagrunert"
1919
creation-date: 2019-07-17
20-
status: implementable
20+
status: implemented
2121
---
2222

2323
# Seccomp to GA
@@ -85,16 +85,16 @@ checklist items _must_ be updated for the enhancement to be released.
8585

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

88-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
89-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
90-
- [ ] (R) Design details are appropriately documented
91-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
92-
- [ ] (R) Graduation criteria is in place
93-
- [ ] (R) Production readiness review completed
94-
- [ ] Production readiness review approved
95-
- [ ] "Implementation History" section is up-to-date for milestone
96-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
97-
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
88+
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
89+
- [x] (R) KEP approvers have approved the KEP status as `implementable`
90+
- [x] (R) Design details are appropriately documented
91+
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
92+
- [x] (R) Graduation criteria is in place
93+
- [x] (R) Production readiness review completed
94+
- [x] Production readiness review approved
95+
- [x] "Implementation History" section is up-to-date for milestone
96+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
97+
- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
9898

9999
**Note:** Any PRs to move a KEP to `implementable` or significant changes once it is marked `implementable` should be approved by each of the KEP approvers. If any of those approvers is no longer appropriate than changes to that list should be approved by the remaining approvers and/or the owning SIG (or SIG-arch for cross cutting KEPs).
100100

0 commit comments

Comments
 (0)