Skip to content

Commit bd6bda9

Browse files
authored
Merge pull request kubernetes#1984 from liggitt/csr-impl
Mark CSR GA KEPs as implemented
2 parents fe2fa0a + cd3ad02 commit bd6bda9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

keps/sig-auth/20190607-certificates-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ approvers:
1212
- "@liggitt"
1313
- "@smarterclayton"
1414
creation-date: 2019-06-07
15-
last-updated: 2020-01-21
16-
status: implementable
15+
last-updated: 2020-09-14
16+
status: implemented
1717
---
1818

1919
# Certificates API
@@ -500,3 +500,4 @@ control plane.
500500
- 1.18: 2020-01-15: Multi-signer design added
501501
- 1.18: 2020-01-21: status.certificate field format validation added
502502
- 1.19: 2020-05-07: v1 details added
503+
- 1.19: 2020-08-26: v1 implementation released

keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,4 @@ client certificates must remain backwards compatible for at least n-2 releases.
392392
- v1.11 - openshift enables kubelet client certificate rotation
393393
- v1.18 - CertificateSigningRequest API adds support for specific kubelet client certificate signers
394394
- v1.19 - Legacy proposal converted to KEP
395+
- v1.19 - Graduated to GA

keps/sig-auth/266-kubelet-client-certificate-bootstrap-rotation/kep.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owning-sig: sig-auth
77
participating-sigs:
88
- sig-auth
99
- sig-node
10-
status: implementable
10+
status: implemented
1111
creation-date: 2017-06-27
1212
reviewers:
1313
- "@smarterclayton"
@@ -20,7 +20,6 @@ see-also:
2020
- "/keps/sig-auth/20190607-certificates-api.md"
2121
replaces:
2222
- https://github.com/kubernetes/community/pull/768
23-
#stage: stable
2423
latest-milestone: "v1.19"
2524
milestone:
2625
alpha: "v1.4"

0 commit comments

Comments
 (0)