Skip to content

Commit e2b9539

Browse files
committed
2579: 1.23 beta bookkeeping
1 parent 342208c commit e2b9539

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 2579
22
alpha:
33
approver: "@deads2k"
4+
beta:
5+
approver: "@deads2k"

keps/sig-auth/2579-psp-replacement/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,10 @@ The initial alpha implementation targeting v1.22 includes:
692692
We are targeting Beta in v1.23.
693693

694694
1. Resolve the following sections:
695-
- [ ] [Restricted policy support for Windows pods](#windows-restricted-profile-support)
696-
- [ ] [Deprecation / removal policy for old profile versions](#versioning)
697-
- [ ] [Ephemeral containers support](#ephemeral-containers)
698-
- [ ] [PSP migration workflow & support](#podsecuritypolicy-migration)
695+
- [x] [Restricted policy support for Windows pods](#windows-restricted-profile-support)
696+
- [x] [Deprecation / removal policy for old profile versions](#versioning)
697+
- [x] [Ephemeral containers support](#ephemeral-containers)
698+
- [x] [PSP migration workflow & support](#podsecuritypolicy-migration)
699699
2. Collect feedback from the alpha, analyze usage of the webhook implementation. In particular, re-assess these API decisions:
700700
- Distinct `audit` and `warn` modes
701701
- Whether `enforce` should warn on templated pod resources
@@ -1023,6 +1023,8 @@ As this feature progresses towards GA, we should think more about how it interac
10231023

10241024
- 2021-03-16: [Initial proposal](https://docs.google.com/document/d/1dpfDF3Dk4HhbQe74AyCpzUYMjp4ZhiEgGXSMpVWLlqQ/edit?ts=604b85df#)
10251025
provisionally accepted.
1026+
- 2021-08-04: v1.22 Alpha version released
1027+
- 2021-08-24: v1.23 Beta KEP updates
10261028
<!--
10271029
Major milestones in the lifecycle of a KEP should be tracked in this section.
10281030
Major milestones might include:

keps/sig-auth/2579-psp-replacement/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ see-also:
2929
replaces: []
3030

3131
# The target maturity stage in the current dev cycle for this KEP.
32-
stage: alpha
32+
stage: beta
3333

3434
# The most recent milestone for which work toward delivery of this KEP has been
3535
# done. This can be the current (upcoming) milestone, if it is being actively
3636
# worked on.
37-
latest-milestone: "v1.22"
37+
latest-milestone: "v1.23"
3838

3939
# The milestone at which this feature was, or is targeted to be, at each stage.
4040
milestone:
4141
alpha: "v1.22"
42-
beta: TBD
42+
beta: "v1.23"
4343
stable: TBD
4444

4545
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)