Skip to content

Commit c62cfc3

Browse files
authored
Merge pull request kubernetes#3253 from enj/enj/f/csr_duration_kep_ga_imp
KEP-2784: CSR Duration: mark as implemented
2 parents cdb9ffc + e323bbf commit c62cfc3

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

keps/sig-auth/2784-csr-duration/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
4444
- [x] (R) Design details are appropriately documented
4545
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
4646
- [x] e2e Tests for all Beta API Operations (endpoints)
47-
- [ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
48-
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
47+
- [x] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
48+
- [x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
4949
- [x] (R) Graduation criteria is in place
50-
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
50+
- [x] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
5151
- [x] (R) Production readiness review completed
5252
- [x] (R) Production readiness review approved
5353
- [x] "Implementation History" section is up-to-date for milestone
5454
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
55-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
55+
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
5656

5757
[kubernetes.io]: https://kubernetes.io/
5858
[kubernetes/enhancements]: https://git.k8s.io/enhancements
@@ -517,12 +517,16 @@ N/A
517517

518518
## Implementation History
519519

520-
- 1.22: 2021-06-17: KEP written
520+
- 1.22: 2021-06-17: [KEP](https://github.com/kubernetes/enhancements/pull/2788) written
521521
- 1.22: 2021-06-21: KEP review comments addressed
522+
- 1.22: 2021-06-23: Bug fix [pull request](https://github.com/kubernetes/kubernetes/pull/99412) merged
522523
- 1.22: 2021-07-02: Implementation [pull request](https://github.com/kubernetes/kubernetes/pull/99494) merged
523-
- 1.22: 2021-07-12: KEP updated with implementation details
524-
- 1.24: 2022-01-28: KEP updated with GA milestone details
525-
- 1.24: 2022-03-21: KEP updated with completed GA items
524+
- 1.22: 2021-07-12: [KEP](https://github.com/kubernetes/enhancements/pull/2820) updated with implementation details
525+
- 1.22: 2021-07-22: [Docs](https://github.com/kubernetes/website/pull/28070) updated
526+
- 1.24: 2022-01-28: [KEP](https://github.com/kubernetes/enhancements/pull/3197) updated with GA milestone details
527+
- 1.24: 2022-03-21: [KEP](https://github.com/kubernetes/enhancements/pull/3250) updated with completed GA items
528+
- 1.24: 2022-03-21: Promotion [pull request](https://github.com/kubernetes/kubernetes/pull/108782) merged
529+
- 1.24: 2022-03-22: Feature gate [docs](https://github.com/kubernetes/website/pull/32405) updated
526530

527531
## Drawbacks
528532

keps/sig-auth/2784-csr-duration/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- "@enj"
55
owning-sig: sig-auth
66
participating-sigs: []
7-
status: implementable
7+
status: implemented
88
creation-date: 2021-06-17
99
reviewers:
1010
- "@liggitt"

0 commit comments

Comments
 (0)