Skip to content

Commit ec130a2

Browse files
committed
update KEP-2799
1 parent 92c4cf8 commit ec130a2

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

keps/prod-readiness/sig-auth/2799.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@deads2k"
44
beta:
55
approver: "@deads2k"
6+
stable:
7+
approver: "@deads2k"

keps/sig-auth/2799-reduction-of-secret-based-service-account-token/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -199,32 +199,32 @@ None
199199

200200
| Alpha | Beta | GA |
201201
| ----- | ---- | ---- |
202-
| - | 1.24 | 1.25 |
202+
| - | 1.24 | 1.26 |
203203

204204
Since in 1.24, all pods should be admitted in 1.22+ and they should be using
205205
bound tokens. One release ahead to enable this features would help to reduce
206206
legacy tokens for security practices.
207207

208208
#### Beta -> GA Graduation
209209

210-
- [ ] Approved by PRR and scalability
211-
- [ ] Any known bugs fixed
212-
- [ ] Tests passing
210+
- [x] Approved by PRR and scalability
211+
- [x] Any known bugs fixed
212+
- [x] Tests passing
213213

214214
#### Alpha -> Beta Graduation
215215

216-
- [ ] Approved by PRR and scalability
217-
- [ ] Any known bugs fixed
218-
- [ ] Tests passing
219-
- [ ] Document and communicate the available actions that consumers of
216+
- [x] Approved by PRR and scalability
217+
- [x] Any known bugs fixed
218+
- [x] Tests passing
219+
- [x] Document and communicate the available actions that consumers of
220220
auto-generated secret-based tokens should take. (migrate to either use
221221
tokenrequest or explicitly request secret-based tokens)
222222

223223
#### LegacyServiceAccountTokenTracking
224224

225225
| Alpha | Beta | GA |
226226
| ----- | ---- | ---- |
227-
| 1.24 | 1.25 | 1.26 |
227+
| 1.26 | 1.27 | 1.28 |
228228

229229
#### Beta -> GA Graduation
230230

@@ -244,7 +244,7 @@ legacy tokens for security practices.
244244

245245
| Alpha | Beta | GA |
246246
| ----- | ---- | ---- |
247-
| 1.24 | 1.25 | 1.26 |
247+
| 1.27 | 1.28 | 1.29 |
248248

249249
#### Beta -> GA Graduation
250250

keps/sig-auth/2799-reduction-of-secret-based-service-account-token/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ reviewers:
1313
approvers:
1414
- "@liggitt"
1515
stage: beta
16-
latest-milestone: "v1.25"
16+
latest-milestone: "v1.26"
1717
milestone:
1818
alpha: "v1.24"
1919
beta: "v1.25"

0 commit comments

Comments
 (0)