Skip to content

Commit e5653bd

Browse files
committed
Update beta and stable to TBD
Signed-off-by: Sascha Grunert <[email protected]>
1 parent af29113 commit e5653bd

File tree

3 files changed

+11
-10
lines changed

3 files changed

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

keps/sig-node/4639-oci-volume-source/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,8 +1346,8 @@ Major milestones might include:
13461346

13471347
- 16-05-2024 Issue opened
13481348
- 21-06-2024 KEP merged, targeted at alpha
1349-
- 2-10-2024 KEP updated
1350-
1349+
- 02-10-2024 KEP updated
1350+
- 06-02-2025 KEP targeting beta in v1.33
13511351

13521352
## Drawbacks
13531353

keps/sig-node/4639-oci-volume-source/kep.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ approvers:
4141
- "@mrunalp"
4242

4343
# The target maturity stage in the current dev cycle for this KEP.
44-
stage: alpha
44+
stage: beta
4545

4646
# The most recent milestone for which work toward delivery of this KEP has been
4747
# done. This can be the current (upcoming) milestone, if it is being actively
4848
# worked on.
49-
latest-milestone: "v1.32"
49+
latest-milestone: "v1.33"
5050

5151
# The milestone at which this feature was, or is targeted to be, at each stage.
5252
milestone:
5353
alpha: "v1.31"
5454
beta: "v1.33"
55-
stable: "v1.34"
55+
stable: "TBD"
5656

5757
# The following PRR answers are required at alpha release
5858
# List the feature gate name and the components for which it must be enabled
@@ -64,8 +64,7 @@ feature-gates:
6464
disable-supported: true
6565

6666
# The following PRR answers are required at beta release
67-
metrics: []
68-
# Enable when promoting to beta
69-
# - "image_volume_requested_total"
70-
# - "image_volume_mounted_success"
71-
# - "image_volume_mounted_error"
67+
metrics:
68+
- "image_volume_requested_total"
69+
- "image_volume_mounted_success"
70+
- "image_volume_mounted_error"

0 commit comments

Comments
 (0)