Skip to content

Commit 0c5f7ed

Browse files
committed
KEP-3619: update beta milestone from v1.32 -> v1.33(it's still tentative)
The beta promotion milestone is tenative because it will wait for containerd v2 got released and it will become popular.
1 parent 46bf6c7 commit 0c5f7ed

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

keps/sig-node/3619-supplemental-groups-policy/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,6 @@ Major milestones might include:
11491149

11501150
- 2023-02-10: Initial KEP published.
11511151
- v1.31.0(2024-08-13): Alpha
1152-
- v1.32.0: Beta (enabled by default)
11531152

11541153
## Drawbacks
11551154

keps/sig-node/3619-supplemental-groups-policy/kep.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ stage: beta
2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.32"
27+
latest-milestone: "v1.33"
2828

2929
# The milestone at which this feature was, or is targeted to be, at each stage.
3030
milestone:
3131
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"
3337
stable: "v1.yy"
3438

3539
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)