Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEP-2784: Update CSR Duration KEP with GA details #3197

Merged
merged 1 commit into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-auth/2784.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kep-number: 2784
beta:
approver: "@deads2k"
stable:
approver: "@deads2k"
3 changes: 2 additions & 1 deletion keps/sig-auth/2784-csr-duration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
- [x] (R) Production readiness review completed
- [x] (R) Production readiness review approved
- [x] "Implementation History" section is up-to-date for milestone
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes

[kubernetes.io]: https://kubernetes.io/
Expand Down Expand Up @@ -512,6 +512,7 @@ N/A
- 1.22: 2021-06-21: KEP review comments addressed
- 1.22: 2021-07-02: Implementation [pull request](https://github.com/kubernetes/kubernetes/pull/99494) merged
- 1.22: 2021-07-12: KEP updated with implementation details
- 1.24: 2022-01-28: KEP updated with GA milestone details

## Drawbacks

Expand Down
6 changes: 3 additions & 3 deletions keps/sig-auth/2784-csr-duration/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ approvers:
see-also:
- "/keps/sig-auth/1513-certificate-signing-request"

stage: beta
stage: stable

latest-milestone: "v1.22"
latest-milestone: "v1.24"

milestone:
beta: "v1.22"
stable: "v1.23"
stable: "v1.24"


feature-gates:
Expand Down