|
36 | 36 |
|
37 | 37 | ## Release Signoff Checklist
|
38 | 38 |
|
39 |
| -- [ ] Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 39 | +- [X] Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
40 | 40 | - [x] KEP approvers have approved the KEP status as `implementable`
|
41 |
| -- [ ] Design details are appropriately documented |
42 |
| -- [ ] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input |
43 |
| -- [ ] Graduation criteria is in place |
44 |
| -- [ ] "Implementation History" section is up-to-date for milestone |
45 |
| -- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
46 |
| -- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
| 41 | +- [X] Design details are appropriately documented |
| 42 | +- [X] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input |
| 43 | +- [X] Graduation criteria is in place |
| 44 | +- [X] "Implementation History" section is up-to-date for milestone |
| 45 | +- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
| 46 | +- [X] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
47 | 47 |
|
48 | 48 | [kubernetes.io]: https://kubernetes.io/
|
49 | 49 | [kubernetes/enhancements]: https://git.k8s.io/enhancements
|
@@ -129,7 +129,7 @@ users:
|
129 | 129 | user:
|
130 | 130 | exec:
|
131 | 131 | # API version to use when decoding the ExecCredentials resource. Required.
|
132 |
| - apiVersion: "client.authentication.k8s.io/v1beta1" |
| 132 | + apiVersion: "client.authentication.k8s.io/v1" |
133 | 133 |
|
134 | 134 | # Command to execute. Required.
|
135 | 135 | command: "example-client-go-exec-plugin"
|
@@ -170,7 +170,7 @@ users:
|
170 | 170 | #
|
171 | 171 | # In v1alpha1 and v1beta1, this is optional and defaults to IfAvailable. It is
|
172 | 172 | # required otherwise.
|
173 |
| - interactiveMode: IfAvailable |
| 173 | + interactiveMode: Never |
174 | 174 | clusters:
|
175 | 175 | - name: my-cluster
|
176 | 176 | cluster:
|
@@ -290,7 +290,7 @@ In JSON:
|
290 | 290 |
|
291 | 291 | ```json
|
292 | 292 | {
|
293 |
| - "apiVersion": "client.authentication.k8s.io/v1beta1", |
| 293 | + "apiVersion": "client.authentication.k8s.io/v1", |
294 | 294 | "kind": "ExecCredential",
|
295 | 295 | "spec": {
|
296 | 296 | "interactive": true,
|
@@ -502,7 +502,7 @@ In JSON:
|
502 | 502 |
|
503 | 503 | ```json
|
504 | 504 | {
|
505 |
| - "apiVersion": "client.authentication.k8s.io/v1beta1", |
| 505 | + "apiVersion": "client.authentication.k8s.io/v1", |
506 | 506 | "kind": "ExecCredential",
|
507 | 507 | "status": {
|
508 | 508 | "expirationTimestamp": "$EXPIRATION",
|
@@ -910,3 +910,10 @@ _This section must be completed when targeting beta graduation to a release._
|
910 | 910 | - 2018-01-29: Proposal submitted https://github.com/kubernetes/community/pull/1503
|
911 | 911 | - 2018-02-28: Alpha (v1.10) implemented https://github.com/kubernetes/kubernetes/pull/59495
|
912 | 912 | - 2018-06-04: Promoted to Beta (v1.11) https://github.com/kubernetes/kubernetes/pull/64482
|
| 913 | +- 2019-11-22: `rest_client_exec_plugin_ttl_seconds` and `rest_client_exec_plugin_certificate_rotation_age` metrics added (v1.18) https://github.com/kubernetes/kubernetes/pull/84382 |
| 914 | +- 2020-07-09: `InstallHint` added to Beta API (v1.19) https://github.com/kubernetes/kubernetes/pull/91305 |
| 915 | +- 2020-10-29: `ProvideClusterInfo` added to Beta API (v1.20) https://github.com/kubernetes/kubernetes/pull/95489 |
| 916 | +- 2021-03-04: `rest_client_exec_plugin_call_total` metric added (v1.21) https://github.com/kubernetes/kubernetes/pull/98892 |
| 917 | +- 2021-06-15: `InteractiveMode` added to Beta API (v1.22) https://github.com/kubernetes/kubernetes/pull/99310 |
| 918 | +- 2021-05-11: Stable API approved (v1.22) https://github.com/kubernetes/enhancements/pull/2587 |
| 919 | +- 2021-07-06: Promoted to Stable (v1.22) https://github.com/kubernetes/kubernetes/pull/102890 |
0 commit comments