Skip to content

Commit 696bd48

Browse files
committed
KEP-4265: promote to stable
Signed-off-by: Peter Hunt <pehunt@redhat.com>
1 parent e04fcdd commit 696bd48

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@deads2k"
44
beta:
55
approver: "@deads2k"
6+
stable:
7+
approver: "@kannon92"

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- [Scalability](#scalability)
3333
- [Troubleshooting](#troubleshooting)
3434
- [Implementation History](#implementation-history)
35-
- [Drawbacks](#drawbacks)
3635
- [Alternatives](#alternatives)
3736
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
3837
<!-- /toc -->
@@ -52,9 +51,9 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
5251
- [x] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
5352
- [x] (R) Production readiness review completed
5453
- [x] (R) Production readiness review approved
55-
- [ ] "Implementation History" section is up-to-date for milestone
56-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
57-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
54+
- [x] "Implementation History" section is up-to-date for milestone
55+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
56+
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
5857

5958
<!--
6059
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -509,9 +508,7 @@ Major milestones might include:
509508
2024-05-31: Added e2e [tests](https://github.com/kubernetes/kubernetes/pull/123303)
510509
2024-05-31: KEP updated to Beta
511510
2025-01-31: KEP updated to on by default Beta
512-
513-
## Drawbacks
514-
511+
2026-01-29: KEP updated to GA
515512

516513
## Alternatives
517514
- `--oci-worker-no-process-sandbox` like in [BuildKit](https://github.com/moby/buildkit/blob/v0.12.2/examples/kubernetes/job.rootless.yaml#L31)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ 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.33"
23+
latest-milestone: "v1.36"
2424

2525
# The milestone at which this feature was, or is targeted to be, at each stage.
2626
milestone:
2727
alpha: "v1.12"
2828
beta: "v1.33"
29+
stable: "v1.36"
2930

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

0 commit comments

Comments
 (0)