Skip to content

Commit 64402bf

Browse files
authored
Merge pull request #4679 from sohankunkerkar/update-kep-4265
KEP-4265: promote ProcMount option to beta
2 parents 5de4856 + fccc556 commit 64402bf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,9 @@ Major milestones might include:
505505
2018-05-07: k/community update opened
506506
2018-05-27: k/kubernetes PR merged with support.
507507
2023-10-02: KEP opened and retargeted at Alpha
508-
2024-02-01: KEP updated to Beta
508+
2024-02-26: [Update](https://github.com/kubernetes/kubernetes/pull/123520) Unmasked ProcMountType to fail validation without a pod level user namespace.
509+
2024-05-31: Added e2e [tests](https://github.com/kubernetes/kubernetes/pull/123303)
510+
2024-05-31: KEP updated to Beta
509511

510512
## Drawbacks
511513

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.30"
23+
latest-milestone: "v1.31"
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.30"
28+
beta: "v1.31"
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)