Skip to content

Commit cae9940

Browse files
committed
KEP-4265: move to on by default beta
Signed-off-by: Peter Hunt <[email protected]>
1 parent de1e839 commit cae9940

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

keps/sig-node/4265-proc-mount/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ Major milestones might include:
508508
2024-02-26: [Update](https://github.com/kubernetes/kubernetes/pull/123520) Unmasked ProcMountType to fail validation without a pod level user namespace.
509509
2024-05-31: Added e2e [tests](https://github.com/kubernetes/kubernetes/pull/123303)
510510
2024-05-31: KEP updated to Beta
511+
2025-01-31: KEP updated to on by default Beta
511512

512513
## Drawbacks
513514

keps/sig-node/4265-proc-mount/kep.yaml

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

2525
# The milestone at which this feature was, or is targeted to be, at each stage.
2626
milestone:
2727
alpha: "v1.12"
28-
beta: "v1.31"
28+
beta: "v1.33"
2929

3030
# The following PRR answers are required at alpha release
3131
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)