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

Mark CSR GA KEPs as implemented #1984

Merged
merged 1 commit into from
Sep 14, 2020
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
5 changes: 3 additions & 2 deletions keps/sig-auth/20190607-certificates-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ approvers:
- "@liggitt"
- "@smarterclayton"
creation-date: 2019-06-07
last-updated: 2020-01-21
status: implementable
last-updated: 2020-09-14
status: implemented
---

# Certificates API
Expand Down Expand Up @@ -500,3 +500,4 @@ control plane.
- 1.18: 2020-01-15: Multi-signer design added
- 1.18: 2020-01-21: status.certificate field format validation added
- 1.19: 2020-05-07: v1 details added
- 1.19: 2020-08-26: v1 implementation released
Original file line number Diff line number Diff line change
Expand Up @@ -392,3 +392,4 @@ client certificates must remain backwards compatible for at least n-2 releases.
- v1.11 - openshift enables kubelet client certificate rotation
- v1.18 - CertificateSigningRequest API adds support for specific kubelet client certificate signers
- v1.19 - Legacy proposal converted to KEP
- v1.19 - Graduated to GA
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ owning-sig: sig-auth
participating-sigs:
- sig-auth
- sig-node
status: implementable
status: implemented
creation-date: 2017-06-27
reviewers:
- "@smarterclayton"
Expand All @@ -20,7 +20,6 @@ see-also:
- "/keps/sig-auth/20190607-certificates-api.md"
replaces:
- https://github.com/kubernetes/community/pull/768
#stage: stable
latest-milestone: "v1.19"
milestone:
alpha: "v1.4"
Expand Down