From cd3ad02a38688e63e95d884d6eccd36def458ea5 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 14 Sep 2020 09:14:59 -0400 Subject: [PATCH] Mark CSR GA KEPs as implemented --- keps/sig-auth/20190607-certificates-api.md | 5 +++-- .../README.md | 1 + .../kep.yaml | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/keps/sig-auth/20190607-certificates-api.md b/keps/sig-auth/20190607-certificates-api.md index ab839bf7bad..6956371b7e3 100644 --- a/keps/sig-auth/20190607-certificates-api.md +++ b/keps/sig-auth/20190607-certificates-api.md @@ -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 @@ -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 diff --git a/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/README.md b/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/README.md index 6f115b0853a..e1b09e8d28f 100644 --- a/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/README.md +++ b/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/README.md @@ -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 diff --git a/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/kep.yaml b/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/kep.yaml index 993e4154cf3..0b0a0135b5a 100644 --- a/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/kep.yaml +++ b/keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/kep.yaml @@ -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" @@ -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"