Skip to content

Commit 9c3a40a

Browse files
authored
Merge pull request kubernetes#4682 from haircommander/cgroup-cri-beta
KEP-4033: bump to beta
2 parents 19dd209 + 8b740c6 commit 9c3a40a

File tree

2 files changed

+6
-4
lines changed
  • keps
    • prod-readiness/sig-node
    • sig-node/4033-group-driver-detection-over-cri

2 files changed

+6
-4
lines changed

keps/prod-readiness/sig-node/4033.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
kep-number: 4033
55
alpha:
66
approver: "@johnbelamaric"
7+
beta:
8+
approver: "@johnbelamaric"

keps/sig-node/4033-group-driver-detection-over-cri/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ stage: alpha
2222
# The most recent milestone for which work toward delivery of this KEP has been
2323
# done. This can be the current (upcoming) milestone, if it is being actively
2424
# worked on.
25-
latest-milestone: "v1.28"
25+
latest-milestone: "v1.31"
2626

2727
# The milestone at which this feature was, or is targeted to be, at each stage.
2828
milestone:
2929
alpha: "v1.28"
30-
beta: "v1.yy"
31-
stable: "v1.zz"
30+
beta: "v1.31"
3231

3332
# The following PRR answers are required at alpha release
3433
# List the feature gate name and the components for which it must be enabled
@@ -39,4 +38,5 @@ feature-gates:
3938
disable-supported: true
4039

4140
# The following PRR answers are required at beta release
42-
metrics: []
41+
# No metrics will be added for this feature, as it's an internal
42+
# implementation detail

0 commit comments

Comments
 (0)