File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
keps/sig-node/3619-supplemental-groups-policy Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1149,7 +1149,6 @@ Major milestones might include:
1149
1149
1150
1150
- 2023-02-10: Initial KEP published.
1151
1151
- v1.31.0(2024-08-13): Alpha
1152
- - v1.32.0: Beta (enabled by default)
1153
1152
1154
1153
## Drawbacks
1155
1154
Original file line number Diff line number Diff line change @@ -24,12 +24,16 @@ stage: beta
24
24
# The most recent milestone for which work toward delivery of this KEP has been
25
25
# done. This can be the current (upcoming) milestone, if it is being actively
26
26
# worked on.
27
- latest-milestone : " v1.32 "
27
+ latest-milestone : " v1.33 "
28
28
29
29
# The milestone at which this feature was, or is targeted to be, at each stage.
30
30
milestone :
31
31
alpha : " v1.31"
32
- beta : " v1.32"
32
+ # NOTE: This is tentative milestone.
33
+ # It is because the beta promotion will wait for containerd v2 got released.
34
+ # and it will become popular.
35
+ # ref: https://github.com/kubernetes/enhancements/pull/4895#discussion_r1790492414
36
+ beta : " v1.33"
33
37
stable : " v1.yy"
34
38
35
39
# The following PRR answers are required at alpha release
You can’t perform that action at this time.
0 commit comments